@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	background: #3685BB url(../imgs/general/fondo.png) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}
#contenedor {
	width: 780px;
	margin: auto;
	background: #FFF;
	border-right: 10px solid #195EA6;
	border-left: 10px solid #195EA6;
}
#contenedor #cabeza {
	background: url(../imgs/general/cabeza.jpg);
	height: 138px;
	width: 780px;
}
#contenedor #menu {
	width: 120px;
	padding-right: 10px;
	padding-left: 10px;
	background: #B6D7F9;
	float: left;
}
#contenedor #menu ul {
	list-style: none;
	padding: 0px;
	margin: 0px 0px 20px;
}
#contenedor #menu ul li {
	margin-bottom: 10px;
}
#contenedor #menu ul li a {
	padding: 2px;
	display: block;
	color: #0B4682;
	text-decoration: none;
	text-align: center;
	font: italic bold 15px/17px Georgia, "Times New Roman", Times, serif;
}
#contenedor #menu ul li a:hover {
	color: #000;
	text-decoration: underline;
}
#contenedor #menu .tope {
	display: block;
	margin-right: -10px;
	margin-left: -10px;
	margin-top: 10px;
}
#contenedor #contenido {
	padding-right: 20px;
	padding-left: 20px;
	width: 600px;
	float: left;
	font-size: 13px;
}
#contenedor #contenido .error {
	font-weight: bold;
	color: #C00;
	clear: left;
	display: block;
}

#contenedor #contenido h1 {
	font-size: 20px;
	background: url(../imgs/general/h1-fondo.jpg) no-repeat center center;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	line-height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-bottom: 20px;
}
#contenedor #contenido h2 {
	font-size: 18px;
	text-align: center;
	padding-bottom: 10px;
	background: url(../imgs/general/h2-fondo.jpg) no-repeat center bottom;
	margin-top: 0px;
	margin-bottom: 20px;
}
#contenedor #contenido h3 {
	color: #039;
	font-weight: bold;
	background: #E1EEF7;
	font-size: 16px;
	padding: 3px;
	text-transform: uppercase;
}
#contenedor #contenido h4 {
	font-size: 15px;
	background: #EEE;
	padding: 3px;
}

#contenedor #contenido p {
	line-height: 18px;
}
#contenedor #contenido a {
	color: #03F;
}
#contenedor #contenido table.especial {
	font-size: 12px;
	background: #F0F7FB;
	border: 3px solid #97C2DF;
}
#contenedor #contenido table.especial th {
	padding: 3px;
	border-bottom: 3px solid #97C2DF;
	background: #DEECF5;
}
#contenedor #contenido table.especial td {
	padding: 3px;
	border-top: 1px dotted #97C2DF;
}
#contenedor #contenido table.formulario th{
	padding: 0px;
	border-bottom: 3px solid #97C2DF;
	background: #F0F7FB;
	margin: 0px;
}
#contenedor #contenido table.formulario td{
	padding: 5px;
	border: none !important;
}
#contenedor #contenido table.especial ol {
	padding-left: 20px;
}
#contenedor #contenido table.especial ul {
	padding-left: 20px;
}
#contenedor #contenido table.especial li {
	margin-bottom: 3px;
}


#contenedor #contenido .pregunta {
	color: #039;
	font-weight: bold;
	background: #E1EEF7;
	padding-top: 3px;
	padding-bottom: 3px;
}



#contenedor #contenido .regresar {
	line-height: 24px;
	background: #E1E1E1 url(../imgs/general/regresar-fondo.jpg) no-repeat left top;
	display: block;
	float: left;
	padding-left: 20px;
	padding-right: 5px;
	margin: 0px;
	height: 25px;
}
#contenedor #contenido .imgIzq {
	float: left;
	margin-right: 10px;
	margin-top: 4px;
}
#contenedor #contenido .imgDer {
	float: right;
	margin-top: 4px;
	margin-left: 10px;
}
#contenedor #contenido .imgCentro {
	border-right: 3px solid #999;
	border-bottom: 3px solid #999;
}


#contenedor #contenido ul.opciones {
	padding: 0px;
	list-style: none;
	margin-top: 30px;
	margin-bottom: 30px;
}
#contenedor #contenido ul.opciones li {
	margin-bottom: 15px;
	background: url(../imgs/general/lapa.jpg) no-repeat;
	padding-left: 40px;
}
#contenedor #contenido .caja-hotel {
	margin-top: 30px;
}
#contenedor #contenido .caja-hotel .info {
	background-image: url(../imgs/general/caja-hotel-fondo.jpg);
	background-repeat: no-repeat;
}

#contenedor #contenido .caja-hotel .cabeza {
	background-color: #97C2DF;
	background-image: url(/media/imgs/general/caja-hotel-cabeza.jpg);
	background-repeat: no-repeat;
	color: #FFF;
	text-align: center;
	font-size: 12px;
	padding: 5px;
}
#contenedor #contenido .caja-hotel .cabeza strong {
	font-size: 14px;
}

#contenedor #contenido .caja-hotel .info table {
	background-image: none;
	background-color: transparent;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#contenedor #contenido .caja-hotel .info table td {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#contenedor #pie {
	clear: left;
	margin-top: 20px;
	background: #195EA6;
	padding: 10px;
	font-size: 12px;
	color: #FFF;
	text-align: center;
}
#contenedor #pie a {
	color: #FFF;
}

