/* GENERAL */
*{
	margin:0;
	padding:0;
	outline:none;
}
body {
	font: normal 12px/18px Arial, Helvetica, sans-serif;
	text-align:center;
	color: #333;
	padding:0;
	margin:0;
	background:#006699;
}
img {
	border:0;
}
ul, ol { margin-bottom: 18px; }
ul,
li  { list-style-type: none; }

a   { 
	outline: none;
	color: #006699;
	text-decoration:none;
}
a:hover {
	color: #000;
	text-decoration:none;
}
table,
tr,
td {
	border: 0;
 	border-collapse: collapse;
 	vertical-align: top;
}
p {
	margin-bottom: 18px;
}
div.clear {
	position: relative;
	clear: both;
}
.alignright {
	float: right;
}
img.alignright {
	float: right;
	margin: 0 0 4px 10px;
}
.alignleft {
	float: left
}
img.alignleft {
	float: left;
	margin: 0 10px 4px 0;
}
.icon {
	vertical-align: middle;
}
.hide {
	display:none;
}
.error {
	background: #F00 ;
	padding: 10px;
	color: #fff;
	margin-bottom: 12px;
	font-weight:bold;
}
.error a{
	color:#FF0;
}
.info {
	background: #FFFDDB;
	padding: 10px 10px 10px;
	color: #333;
	margin-bottom: 12px;
	font-weight:bold;
}
.ok {
	background: #FFFDDB;
	padding: 10px;
	color: #333;
	margin-bottom: 12px;
	font-weight:bold;
}
.red {
	color: #F00;
}
/* LAYOUT */
#header {
	height: 146px;
	background: #efefef url(../images/bg-header.gif) repeat-x left top;
}
.container {
	width: 770px;
	margin: 0 auto;
	text-align:left;
	position: relative;
}

#maincontent {
	background: #efefef;
	padding: 20px 0;
}
#sidebar {
	float:left;
	width: 179px;
}
#content {
	float:right;
	width: 500px;
}
#foot {
	margin-top: 10px;
	padding-top: 5px;
	font-size:11px;
	text-align:center;
	color: #FFF;
}

/* HEADER */
#header #banner_top {
	position: absolute;
	left: 270px;
	top: 1px;
}
#header #logo {
	float: left;
	width: 179px;
	height: 146px;
}
#header #menus {
	float: right;
	width: 500px;
	height: 146px;
	text-align:right;
}
#header #menus #languages{
	margin-top: 5px;
}
#header #menus #languages a{
	color: #000;
	font-size:11px;
	margin-left:12px;
	color: #BDC3D6;
}
#header #menus #languages a#lang-en{
	padding-left: 20px;
	background: transparent url(../images/flag-gb.gif) no-repeat left center;
}
#header #menus #languages a#lang-de{
	padding-left: 20px;
	background: transparent url(../images/flag-de.gif) no-repeat left center;
}
#header #menus #languages a#lang-es{
	padding-left: 20px;
	background: transparent url(../images/flag-es.gif) no-repeat left center;
}
#header #menus #languages a:hover{
	color: #006699;
}
#header #menus #menu{
	margin-top: 65px;
	float: right;
}
#header #menus #menu ul li{
	float: left;
	margin-right: 6px;
	padding-right: 16px;
	background: transparent url(../images/menu-circle.gif) no-repeat right center;
}
#header #menus #menu ul li.last{
	margin-right: 0;
	padding-right: 0;
	background: none;;
}
#header #menus #menu ul li a{
	font-weight: bold;
	text-transform:uppercase;
	font-size: 14px;
}
#header #menus #menu ul li a:hover{
	color: #006699;
}

/* SIDEBAR */
.block {
	width: 179px;
	margin-bottom: 20px;
}
.block-welcome {
	width: 179px;
	margin-bottom: 20px;
}
.block-welcome .top{
	height: 12px;
	background: #bdc3d6 url(../images/block-welcome-top.gif) no-repeat left top;
}
.block-welcome .block-content{
	padding: 6px 12px;
	color: #333;
	font-size:12px;
	background: #bdc3d6;
}
.block-welcome .block-content h2{
	color: #FFF;
	font-size:22px;
	margin-bottom: 18px;
	line-height: 8px;
}
.block-welcome .block-content h2 small{
	font-size:14px;
	line-height:18px;
	display: block;
	margin-bottom: 10px;
}
.block-welcome .block-content p{
	margin-bottom: 0;
}
.block-welcome .bottom{
	height: 12px;
	background: #bdc3d6 url(../images/block-welcome-bottom.gif) no-repeat left top;
}
#block-menu {
	width: 179px;
	margin-bottom: 20px;
}
#block-menu .top{
	height: 12px;
	background: #bdc3d6 url(../images/block-menu-top.gif) no-repeat left top;
}
#block-menu .block-content{
	padding: 6px 12px;
	color: #333;
	font-size:12px;
	background: #bdc3d6;
}
#block-menu .block-content h2{
	color: #FFF;
	font-size:22px;
	margin-bottom: 18px;
	line-height: 8px;
}
#block-menu .block-content ul{
	margin-bottom: 0;
}
#block-menu .block-content li{
	margin-bottom: 5px;
}
#block-menu .block-content li a{
	display: block;
	font-weight: bold;
	width:150px;
	color: #FFF;
}
#block-menu .block-content li a:hover,
#block-menu .block-content li a.here {
	color: #006699;
	background: transparent url(../images/arrow-menu.gif) no-repeat right center;
}
#block-menu .bottom{
	height: 10px;
	background: #bdc3d6 url(../images/block-menu-bottom.gif) no-repeat left top;
}
.block-reservas {
	width: 179px;
	margin-bottom: 20px;
}
.block-reservas .top{
	height: 10px;
	background: #006699 url(../images/block-reservas-top.gif) no-repeat left top;
}
.block-reservas .block-content{
	padding: 6px 0;
	color: #333;
	font-size:12px;
	background: #006699;
}
.block-reservas .block-content h2{
	color: #FFF;
	font-size:22px;
	margin-bottom: 18px;
	line-height: 8px;
}
.block-reservas table{
	margin: 0 auto;
	width: 100%;
}
.block-reservas th,
.block-reservas td {
	padding: 4px 0;
}
.block-reservas th{
	color: #FFF;
	text-align: left;
}
.block-reservas td {
	color: #FFF;
}
.block-reservas td select{
	font-size: 11px;
}
.block-reservas td small{
	font-size: 10px;
}
.block-reservas td.buttom {
	text-align: center;
	padding: 10px 0;
}
.block-reservas .reservas-bottom {
	height: 10px;
	background: #006699 url(../images/block-reservas-bottom.gif) no-repeat left top;
}
.block-reservas .bottom{
	height: 10px;
	background: #006699 url(../images/block-reservas-bottom.gif) no-repeat left top;
}
/* CONTENT */
#minibanner {
	margin-top: -24px;
	margin-bottom: 10px;
}
#banner {
	margin-bottom: 18px;
}
#img_circles {
	margin-top:-40px;
	text-align:center;
	margin-bottom:20px;
}
.circle_image {
	padding: 0px 3px 0px 3px;
	outline: none;
}

#content h1 {
	color: #006699;
	font-size:30px;
	line-height:30px;
	margin-bottom: 18px;
}
#content h2 {
	color: #000;
	font-size:12px;
	text-transform: uppercase;
	margin-bottom: 5px;
}
#content #servicios {
	width: 198px;
}
#content #servicios .servicios-top{
	height: 12px;
	background: #f5f5f5 url(../images/block-servicios-top.gif) no-repeat left top;
}
#content #servicios .servicios-content{
	padding: 2px 12px;
	background: #f5f5f5 url(../images/block-servicios-content.gif) repeat-y left top;
	font-size:11px;
}
#content #servicios .servicios-content h2{
	color: #006699;
	font-size:22px;
	margin-bottom: 12px;
	line-height: 22px;
}
#content #servicios .servicios-content h2 small{
	font-size:14px;
	line-height:16px;
	display: block;
	margin-bottom: 5px;
}
#content #servicios .servicios-content ul{
	margin-bottom: 0;
}
#content #servicios .servicios-bottom {
	height: 12px;
	background: #f5f5f5 url(../images/block-servicios-bottom.gif) no-repeat left top;
}
#content #reservas {
	width: 276px;
}
#content #reservas .reservas-top{
	height: 10px;
	background: #006699 url(../images/block-reservas-home-top.gif) no-repeat left top;
}
#content #reservas .reservas-content{
	padding: 6px 12px;
	background: #006699;
}
#content #reservas .reservas-content h2{
	color: #FFF;
	text-transform:uppercase;
	text-align: center;
	font-size:22px;
	margin-bottom: 18px;
	line-height: 16px;
}
#content #reservas .reservas-content table{
	margin: 0 auto;
	width: 250px;
}
#content #reservas .reservas-content th,
#content #reservas .reservas-content td {
	padding: 8px 0;
}
#content #reservas .reservas-content th{
	color: #FFF;
	text-align: right;
	padding-right: 5px;
	width: 80px;
}
#content #reservas .reservas-content td {
	color: #FFF;
}
#content #reservas .reservas-content td select{
	font-size: 11px;
}
#content #reservas .reservas-content td small{
	font-size: 10px;
}
#content #reservas .reservas-content td.buttom {
	text-align: center;
	padding: 10px 0;
}
#content #reservas .reservas-bottom {
	height: 10px;
	background: #006699 url(../images/block-reservas-home-bottom.gif) no-repeat left top;
}
/* FORMULARIOS */
#content .form-table {
	width: 100%;
}
#content .form-table th,
#content .form-table td {
	padding: 4px 0px;
}
#content .form-table th {
	color: #006699;
	text-align:left;
	padding-right: 11px;
}
#content .form-table .input-text,
#content .form-table .textarea {
	background: #FFF;
	border: 1px solid #bdc3d6;
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	padding:3px;
}
#content .form-table .input-select {
	background: #FFF;
	border: 1px solid #bdc3d6;
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	padding:3px;
}
#content .form-table .input-text {
	width: 240px;
}
#content .form-table .textarea {
	width: 490px;
	height: 100px;
}
#content .form-table .boton {
	text-align: right;
}
/* GALLERY */
#content ul#lgallery {
	width: 500px;
}
#content ul#lgallery li{
	width: 150px;
	height: 150px;
	background: #FFF;
	padding: 3px;
	margin: 0 10px 10px 0;
	float:left;
	display:block;
	text-align:center;
}
/* FOOT */
#foot h2 {
	font-size: 16px;
	margin-bottom:8px;
	font-weight: bold;
}
#foot a {
	color: #FFF;
}
#foot a:hover {
	color: #FFF;
}
#foot .menu {
	margin: 0 auto;
	width:380px;
}
#foot .menu ul{
	text-align:center;
}
#foot .menu ul li{
	float: left;
	margin-right: 6px;
	padding-right: 16px;
	background: transparent url(../images/menu-circle-foot.gif) no-repeat right center;
}
#foot .menu ul li.last{
	margin-right: 0;
	padding-right: 0;
	background: none;;
}
#foot .menu ul li a{
	font-weight: bold;
	text-transform:uppercase;
	font-size: 14px;
}
#foot .menu ul li a:hover{
	color: #FFF;
}
#foot p{
	margin-top: 8px;
}
