@charset "UTF-8";
body  {
	font: 100% Helvetica, Arial, Verdana, sans-serif;
	background: url(../imagenes/Home/Fondo30px.png);
	margin: 0px; /* es recomendable ajustar a cero el margen y el relleno del elemento body para lograr la compatibilidad con la configuración predeterminada de los diversos navegadores */
	padding: 0px;
	text-align: center; /* esto centra el contenedor en los navegadores IE 5*. El texto se ajusta posteriormente con el valor predeterminado de alineación a la izquierda en el selector #container */
	color: #000000;
    }

.twoColFixLtHdr #container {
	width: 900px;  /* el uso de 20px menos que un ancho completo de 800px da cabida a los bordes del navegador y evita la aparición de una barra de desplazamiento horizontal */
	background: #FFFFFF;
	text-align: left; /* esto anula text-align: center en el elemento body. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
    } 

.twoColFixLtHdr #header {
	background: #0099CC;  /* este relleno coincide con la alineación izquierda de los elementos de los divs que aparecen bajo él. Si se utiliza una imagen en el #header en lugar de texto, es posible que le interese quitar el relleno. */
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFF00;
	height: 100px;
	width: 900px;
    } 

.twoColFixLtHdr #header h1 {
	margin: 0px; /* el uso de relleno en lugar de margen le permitirá mantener el elemento alejado de los bordes del div */
    }

.twoColFixLtHdr #columnaIzda {
	float: left; /* dado que este elemento es flotante, debe asignarse un ancho */
	width: 200px;
	background-color: #0099CC;
    }

.twoColFixLtHdr #navegador {
	width: 200px;
	margin-top: 1px;
}
.twoColFixLtHdr     #banners   img  {
	width: 200px;
	margin-top: 1px;
	border: none 0px;
	margin-bottom: 3px;
    }

.twoColFixLtHdr #sidebar1{
	margin-top: 1px;
	margin-bottom: 2px;
	font-size: 80%;
	padding-right: 10px;
	padding-left: 15px;
    }

.twoColFixLtHdr #sidebar1 h3{
	margin-top: 1px;
	margin-bottom: 2px;
	color: #FFFFFF;
	text-decoration: none;
    }

.twoColFixLtHdr #sidebar1 a{
	color: #FFFFFF;
	text-decoration: none;
    }

.twoColFixLtHdr #imagen {
	float: right;
	width: 700px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0033AA;
    } 

.twoColFixLtHdr #mainContent {
	background-color: #FFFFFF;
	float: right;
	width: 685px;
	font-size: 80%;
	padding-left: 15px;
    } 
.twoColFixLtHdr   #mainContent   h1  {
	color: #0033AA;
	margin-top: 10px;
	margin-bottom: 2px;
	font-size: 1.5em;
    } 
.twoColFixLtHdr #mainContent h2 {
	color: #0099CC;
	margin-top: 10px;
	margin-bottom: 2px;
	font-size: 1.3em;
}
.twoColFixLtHdr #mainContent h3 {
	color: #0099FF;
	margin-top: 10px;
	margin-bottom: 2px;
	font-size: 1.1em;
}

.twoColFixLtHdr  #mainContent  p {
	color: #333333;
	margin: 0px 0px 9px;
	padding: 0px 20px 0px 0px;
	line-height: 130%;
    } 
.destacar {
	font-weight: bold;
	color: #0033AA;
}
.twoColFixLtHdr    #mainContent  a {
	color: #0033AA;
	text-decoration: none;
	font-weight: bold;
    } 
.twoColFixLtHdr #mainContent .pais {
	color: #008BCB;
	text-decoration: none;
	font-weight: bold;
}

.twoColFixLtHdr #mainContent .destino {
	color: #0033AA;
	text-decoration: none;
	font-weight: bold;
	margin: 0px 0px 0px 25px;
	line-height: 50%;
    } 
.twoColFixLtHdr #container #mainContent #mapa {
	height: 365px;
	width: 365px;
	float: right;
	padding: 0px 15px 0px 10px;
	clear: right;
}

.twoColFixLtHdr #container #mainContent #mapa a{
	color: #0033AA;
	text-align: right;
	text-decoration: none;
	font-size: x-small;
}
.twoColFixLtHdr #container #mainContent #descripcion {
	width: auto;
	padding: 5px;
	background-color: #CCFFFF;
	text-align: left;
	border: 1px solid #0C3DAE;
}
.twoColFixLtHdr #container #mainContent #crucero {
	width: 650px;
	padding: 7px;
	border: 1px solid #0C3DAE;
	margin-top: 10px;
	text-align: center;
	margin-bottom: 10px;
	background-color: #66FFFF;
}
.twoColFixLtHdr #container #mainContent #datos {
	width: auto;
}
.twoColFixLtHdr  #mainContent .NombreCrucero {
	font-size: 120%;
	font-weight: bold;
	background-color: #0033AA;
	color: #FFFFFF;
	padding-top: 2px;
}
.twoColFixLtHdr  #mainContent .NombreItinerario {
	font-size: 140%;
	font-weight: bold;
	color: #0033AA;
}

.twoColFixLtHdr #container #mainContent .Consulta {
	color: #0033AA;
	border: 1px solid #0033AA;
	text-align: center;
	padding-top: 4px;
	width: 350px;
	float: left;
}
.twoColFixLtHdr #container #mainContent .Info {
	color: #0033AA;
	border: 1px solid #0033AA;
	text-align: center;
	padding-top: 4px;
	width: 300px;
	float: left;
	margin-left: 12px;
	background-color: #CCFFFF;
}
.twoColFixLtHdr #container #mainContent li {
	color: #333333;
	margin: 0px 0px 3px;
	line-height: 130%;
	list-style-type: disc;
}
.twoColFixLtHdr #container #mainContent ul {
	color: #333333;
	margin: 0px 0px 10px;
	line-height: 130%;
}
.twoColFixLtHdr #container #mainContent #Oferta {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 10px;
	padding-left: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #0033AA;
	border-bottom-color: #0033AA;
	background-color: #CCFFCC;
	margin-right: 10px;
	margin-bottom: 10px;
}
.twoColFixLtHdr #container #mainContent #Oferta h1 {
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #224FB6;
}

.twoColFixLtHdr #footer {
	padding: 0 10px 0 10px; /* este relleno coincide con la alineación izquierda de los elementos de los divs que aparecen por encima de él. */
	background:#0033AA;
	text-align: center;
    } 

.twoColFixLtHdr #footer p {
	margin: 0; /* el ajuste en cero de los márgenes del primer elemento del pie evitará que puedan contraerse los márgenes (un espacio entre divs) */
	padding: 5px 0; /* el relleno de este elemento creará espacio, de la misma forma que lo haría el margen, sin el problema de la contracción de márgenes */
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 80%;
    }

.twoColFixLtHdr #footer a {
	text-decoration: none;
	color: #FFFF99;
	font-weight: bold;
    }
.imagenDcha     {
	float: right;
	border: none;
	padding-left: 10px;
}

.imagenIzda     {
	float: left;
	border: none;
	padding-right: 10px;
}

    .fltrt { /* esta clase puede utilizarse para que un elemento flote en la parte derecha de la página. El elemento flotante debe preceder al elemento junto al que debe aparecer en la página. */

    	float: right;

    	margin-left: 8px;

    }

    .fltlft { /* esta clase puede utilizarse para que un elemento flote en la parte izquierda de la página. */

    	float: left;

    	margin-right: 8px;

    }

    .clearfloat { /* esta clase debe colocarse en un elemento div o break y debe ser el último elemento antes del cierre de un contenedor que incluya completamente a un elemento flotante */

    	clear:both;

        height:0;

        font-size: 1px;

        line-height: 0px;

    }
.subir {
	color: #0033CC;
	text-decoration: blink;
	font-size: 90%;
}

.cita {
	color: #0033CC;
	font-size: 90%;
	font-style: italic;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.twoColFixLtHdr #mainContent #Capacidad td {
	text-align: center;
	padding-top: 6px;
	padding-bottom: 3px;
}
.twoColFixLtHdr #container #mainContent #ColIzda {
	float: left;
	width: 400px;
	margin-top: 0px;
	margin-bottom: 10px;
}

.twoColFixLtHdr #container #mainContent #ColDcha {
	float: right;
	margin-top: 0px;
	width: 250px;
	margin-right: 20px;
	position: relative;
}

.twoColFixLtHdr #mainContent #Capacidad h6 {
	color: #0099FF;
	margin-bottom: 2px;
	font-size: 1.3em;
	font-weight: bold;
	margin-top: 0px;
}

.twoColFixLtHdr #mainContent #Capacidad a {
	color: #66CCFF;
	margin-top: 0px;
	margin-bottom: 2px;
	font-size: 1.1em;
	font-weight: normal;
}

/* Estilos para tabla con la relacion de barcos*/
.filaImpar {
	background-color: #CCFFFF;
}
.hoverFila, .selectFila {
	background-color: #CCCCFF;
}
#Barcos {
	width: 100%;
}

#Barcos td, #Barcos th {
	padding: 5px;
	text-align: center;
	cursor: pointer;
	cursor: hand;
}
.name            {
	padding: 5px;
	cursor: pointer;
	cursor: hand;
	color: #0033AA;
}
.twoColFixLtHdr #container #mainContent #Flash {
	float: left;
	position: absolute;
	visibility: hidden;
	left: 395px;
	top: 337px;
}
.OfertasReservar {
	width: 12%;
	text-align: center;
	color: #333333;
	padding-top: 6px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0033AA;
}
.OfertasOferta {
	width: 28%;
	text-align: center;
	color: #333333;
	padding-top: 6px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0033AA;
}
.OfertasDestinos {
	width: 40%;
	text-align: left;
	color: #333333;
	padding-top: 6px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0033AA;
}
.OfertasMes {
	width: 20%;
	text-align: center;
	color: #333333;
	padding-top: 6px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0033AA;
}
#Regiones th, #Buque th, #Familias th, #Idas th, #MiniCrcueros th {
	background-color: #0099FF;
	color: #FFFFFF;
	text-align: center;
}
#Regiones td, #Buque td, #Familias td, #Idas td, #MiniCrcueros td {
	color: #333333;
	background-color: #CCFF99;
}
#Regiones, #Buque, #Familias, #Idas, #MiniCrcueros {
	margin-bottom:10px;
}
