body  {
	
	font-family:Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	text-align: center;  /*this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#454545;
	/*background:#ced4c0;*/
	font-size:11px;
	behavior: url("../css/csshover3.htc");
}
a:link {
	color: #005698;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #005698;
}
a:hover {
	text-decoration: underline;
	color: #002949;
}
a:active {
	text-decoration: none;
	color: #005698;
}

p{
	font-size:12px;
	line-height:18px;
}
h1 {
	font-size:20px;
}
h2 {
	font-size:16px;
	margin-bottom:-10px;
	padding:0px;
}
select{
	width:180px;	
}

.calendario {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	text-align:center;
	border:#729d0f 1px solid;
	background:#fff;
}
.calendario th {
	background-color:#9acf1f;
	color:#384d07;
	padding:3px;
	
}
.calendario td {
	padding:3px;
	color:#5f830c;
	background:url(../img/fondo_cell.gif);
	background-repeat:repeat-x;
	border:1px solid #E0F1B4;
}

.calendario td.selected  {
	background-color:#9acf1f;
}
.salida {
	background-color:#729d0f;
	border:#729d0f 1px solid;
}
.salida a:link, .salida a:visited {
	color:#fff;
	text-decoration:none;
}
.salida a:hover {
	color:#729d0f;
	background-color:#EAF9C6;
}

.salida:hover { 
	color:#729d0f;
	background-color:#EAF9C6;
}

.tdweek {
	background:#fff;
	border-bottom:1px #660 dotted;
}


#supercontainer {
	width: 960px;  
	margin:auto;
	background:#fff url(../img/fondo-mar.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
	/*background-color:#fbe49e;*/
}
#supercontainer_eco {
	width: 960px;  
	margin:auto;
	background:#fff url(../img/fondo-mar.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;	
}
.thrColFixHdr #container { 	
	position:relative;
	width: 960px;  
/*	background:url(../img/fondo-tortuga.jpg);
	background-repeat:no-repeat;*/
	margin: 0 auto; 
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header { 	
	position:relative;
	height:230px;
	margin-bottom:15px;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 187px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding:10px;
	padding-top:0px;


}
.thrColFixHdr #sidebar2 {
		position:absolute;
	/* float: right; since this element is floated, a width must be given */
	width: 185px; 
	_width: 185px;
	left:770px;
}
.thrColFixHdr #sidebar3 {
	position:absolute;
	/* float: right; since this element is floated, a width must be given */
	width: 185px;
	_width: 185px;
	left:770px;
	top: 231px;
}

.thrColFixHdr #mainContent {
	margin-left:217px;
	padding:0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.thrColFixHdr #footer { 
	margin-top:25px;
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align:center;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#navcontainer {
	position:absolute;
	left: 4px;
	top: 195px;
	_top:207px;
	font-family:"Trebuchet MS", Helvetica, Arial, sans-serif;
}
ul#navlist
{
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
	
}

#navlist li
{
	display: inline;
	list-style-type: none;
	font-size:12px;
	font-weight:bold;
	border-right:#005698 1px solid;
}
#navlist li.sinborde
{

	border:#005698 0px solid;
}
#navlist li.izq
{

	border-left:#005698 0px solid;
}


#navlist a { 
	padding: 8px; 
	padding-bottom:0px;
	color:#005698;
}

#navlist a:link, #navlist a:visited
{
	color: #005698;
	text-decoration: none;
}

#navlist a:hover
{
	color: #002949;
	text-decoration: none;
	/*border-bottom:#002949 2px solid;*/
}
 #navlist #active
{
	color: #000;
	font-weight:bolder;
	text-decoration: none;
	/*border-bottom:#002949 2px solid;*/
}
#relajate {
	/*margin-left:-10px;
	_margin-top:-30px;*/
}
#buscar {
	margin-left:-10px;
	margin-right:-10px;
	_margin-right:-15px;
	_margin-top:-30px;
	background-image:url(../img/fondo_left.png);
	background-repeat:repeat-x;
	
}
#buscar p{
	padding:0px;
}
.error{
	font-size:13px;
	color: #A00;	
}
.grande{
	font-size:16px;	
	color: #005698;
}

#cuatro_dias, #tres_dias{
	padding:3px;
	cursor:pointer;
	width:494px;
}
#cuatro_dias:hover,  #tres_dias:hover{ 
	background-color:#EAF9C6;
}

.small {
	font-size:10px;
}
.small2 {
	font-size:9px;
	/*letter-spacing:-0.05em;*/
}
.peque {
	font-size:16px;
}
#nuestro_barco {
	position:absolute;
	left:456px;
	top:34px;
	_top:20px;
	width:110px;
	height:40px;
	z-index:160;
	background-color: #DFF1F5;
	filter:alpha(opacity=90); /* IE's opacity*/
	opacity: 0.90;
	padding:10px;
	paddin-right:5px;
}
#contacto_menu {
	position:absolute;
	left:742px;
	top:34px;
	_top:20px;
	width:110px;
	height:30px;
	z-index:150;
	background-color: #DFF1F5;
	filter:alpha(opacity=90); /* IE's opacity*/
	opacity: 0.90;
	padding:10px;
	paddin-right:5px;
}
#habitaciones {
	position:absolute;
	left:552px;
	top:34px;
	_top:20px;
	width:110px;
	height:30px;
	z-index:155;
	background-color: #DFF1F5;
	filter:alpha(opacity=90); /* IE's opacity*/
	opacity: 0.90;
	padding:10px;
	paddin-right:5px;
}
.img_link2{
	margin:5px;
}
.precio {
	border-left:1px #576b90 solid;
	/*border-bottom:1px #576b90 solid;*/
	font-size:13px;
}
.precio_h {
	border-left:1px #576b90 solid;
	border-bottom:1px #576b90 solid;
}
.precio_b2 {
	border-bottom:1px #576b90 solid;
}
.precio_b {
	border-left:1px #576b90 solid;
	font-size:13px;
	border-bottom:1px #576b90 solid;
}
.preciox {
	border-right:1px #576b90 solid;
}
.precio2 {
	background-color:#FFF;
	border-right:1px #576b90 solid;
	border-top:1px #576b90 solid;
	text-align: center;
}
.precio22 {
	background-color:#FFF;
	border-left:1px #576b90 solid;
	border-top:1px #576b90 solid;
	border-bottom:1px #576b90 solid;
	text-align: center;
}
.precio3 {
	border-left:0px #576b90 solid;
	border-top:0px #576b90 solid;
	border-bottom:1px #576b90 solid;
}
.box_servicios {
	background-image:url(../img/top_servicio.png); 
	background-repeat:no-repeat; 
	background-position:top left; width:526px;
	margin-bottom:10px;
}
.inner_box_servicios {
	margin-top:-8px; 
	margin-bottom:15px;
}
.inner2_box_servicios {
	padding:10px; background-color:#eff9fb; border-right:1px #00366b solid; border-left:1px #00366b solid;

}
.lnk_box_servicios {
 padding-top:5px; padding-left:10px; color:#FFF;
}
.blanco {
	color:#FFF;	
}
