@charset "utf-8";
/* CSS Document */



body{
	margin:0;
	font-family:Tahoma, Arial;
}

p{
	font-size:0.8em;
	color:#666666;
	text-align:justify;
}

#volver{
	float: right;
	font-size: 0.8em;	
}

#contenido ul{
	font-size:0.7em;
	color:#666666;
}

small{
	font-size:0.7em;
	color:#CC0000;
}

td small{
	font-size:0.9em;
	color:#CC0000;
}


h2{
	font-size:0.8em;
	color:#666666;
}

h3{
	font-size:0.7em;
	color:#666666;
}

th{
	background:#023C8F;
	color:#FFFFFF;
	font-size:0.8em;
}

fieldset{
	font-size:0.8em;
	text-transform:uppercase;
	margin-bottom:10px;
	clear:both;
}




#contenido td{
	font-size:0.8em;
	background-image: url(../imagenes/fondo_td.jpg);

	background-repeat:   repeat-x;
	background-position: left top;
}



#contenido a{
	color:#1f6b9d;
	text-decoration:none;
	
}


#contenido a:hover{

	text-decoration:underline;
	
}


#top{
	background-image: url(../imagenes/fondo_top.jpg);
	background-repeat:  repeat-x;
	background-position: left top;
	height:15px;
	padding:5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003d8f;
}

#top #titulo{
	float:left;
}



#top #organiza{
	float:right;
}

#top #titulo h1{
	font-size:0.8em;
	color:#003d8f;
	margin:0;
	font-weight:normal;
}


#top #organiza h1{
	font-size:0.8em;
	color:#003d8f;
	margin:0;
	font-weight:normal;
}

#contenedor{
	width:1000px;
	margin:auto;
}

#cabecera{
	height:120px;
}

#logo{
	float:left;
}

#imagenes{
	float:right;
	width:730px;
	height:128px;
}

.activo{
	background-image: url(../imagenes/fondo_menu_activo.jpg);
	background-repeat:  repeat-x;
	background-position: left top;	
	padding:5px 3px 3px 6px;
}

#menu{

	background-image: url(../imagenes/fondo_menu.jpg);
	background-repeat:  repeat-x;
	background-position: left top;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #666666;
	height:24px;
	padding-left:25px;
}

#menu ul{
	margin:0;
	padding:0;
	list-style:none;
}

#menu li{
	display:inline;
	color:#FFFFFF;
}

#menu a{
	color:#FFFFFF;
	font-size:0.7em;
	text-decoration:none;
	/*text-transform:uppercase;*/
	padding:6px 3px 5px 6px;
}

#menu a:hover{
	background-image: url(../imagenes/fondo_menu_activo.jpg);
	background-repeat:  repeat-x;
	background-position: left top;	
}

#izquierda{
	width:200px;
	padding:10px;
	background-image: url(../imagenes/linea_izquierda.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float:left;
}	

#contenido{

	float:left;
	width:750px;
	margin-right:10px;
	margin-bottom:10px;
	margin-left:10px;
}

#barcelo{
	height:260px;
}

#form_login{
	padding:10px;
	margin-left:5px;
}

#form_login td{
	font-size:0.6em;
	text-transform:uppercase;
}

#form_login .campo{
	width:110px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
}

#form_login .boton{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
	font-size:0.6em;
	text-transform:uppercase;
	margin-top:5px;
}

#contenido .boton{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
	font-size:0.6em;
	text-transform:uppercase;
	margin-top:5px;
}

#seccion{
	color:#1f6b9d;
	font-size:1.2em;
	letter-spacing:0.1em;
	font-weight:bold;
	margin-top:15px;
	font-family:Georgia, "Times New Roman", Times, serif;
}



.info{
	padding:5px;
	margin-top:5px;
	font-size:0.8em;
	font-weight:bold;
	border: 1px solid #CCCCCC;
	background:#EFEFEF;
}

.info h1{
	font-size:0.9em;
	color:#333333;
}


.caja{
	margin-bottom:5px;
}

.caja p{
	padding:10px;
	text-align:left;
	margin:0;
}

.caja img{
	margin-left:5px;
}

.caja a{
	color:#023C8F;
	text-decoration:none;
}

.caja a:hover{
	text-decoration:underline;
}

.caja h2{
	margin:0;
	padding:5px;
	margin-left:5px;
}


#pie{
	clear:both;
	background-image: url(../imagenes/fondo_pie.png);
	background-repeat:   repeat-x;
	background-position: left top;
	padding:2px;
	height:50px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #999999;
}	

#pie #titulo_pie{
	float:left;
}

#pie #titulo_pie h1{
	font-size:0.8em;
	margin:0;
	margin-left:3px;
}

#pie #desarrollo{
	float:left;
	margin-left:160px;
}

#pie #desarrollo h1{
	font-size:0.8em;
	margin:0;
	font-weight:normal;
}

#pie #creditos{
	float:right;
	margin-right:3px;
}


#pie a{
	color:#023C8F;
	text-decoration:none;
}

#pie a:hover{
	text-decoration:underline;
}


















.countdown_amount{
	font-size:1em !important;
	font-weight:bold;
}

.countdown_section{
	font-size:0.7em !important;
}

.hasCountdown{
	font-size:0.8em;
	text-align:center;
}

#cuentaatras{
	background-color: #E5E5E5;	
	height:25px;
	margin-left:7px;
	margin-top:10px;
	margin-bottom:10px;
	padding-top:5px;
}





#carta{
	font-size:15px;
	float:left;
	width:350px;
}

#noticias{
	float:right;
	width:365px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #1f6b9d;
	padding-left:15px;
	margin-left:15px;
}

#privado{
	width:700px;
	padding-left:15px;
	margin-left:15px;
	text-align:  justify;
}

#privado h1{
	color:#666666;
	font-size:1em;
}

#privado h2{
	color:#1f6b9d;
	font-size:0.8em;	
}

#calendario{
	float:right;
	width:365px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #1f6b9d;
	padding-left:15px;
	margin-left:15px;
	
}

#calendario h1{
	color:#003C91;
	font-size:0.9em;
}


#dias_calendario{
	padding:5px;
	/*border: 1px solid #666666;*/
	/*background-image: url(../imagenes/fondo_calendario.jpg);*/
	background-repeat:  repeat-x;
	background-position: left top;
}	

#dias_calendario p{
	margin:0;
	font-size:0.7em;
	color:#333333;
}	

#noticias h1{
	color:#666666;
	font-size:1em;
}

#noticias h2{
	color:#1f6b9d;
	font-size:0.8em;	
}

.parpadeo{
	text-decoration: blink;
}



.borde_rojo{
	border: 1px solid #CC0000;

}


#cargando{
	display:none;
	width:220px;
	height:19px;
	background-image: url(../imagenes/cargando.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top:10px;
}	

#cargando_login{
	display:none;
	width:100px;
	height:19px;
	background-image: url(../imagenes/cargando.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top:10px;
}	

#error{
	color: #FFFFFF;
	border: 1px dashed #FFFFFF;
	padding:5px;
	font-family:"Courier New", Courier, monospace;
	font-size:0.8em;
	background-color: #CC0000;
	margin-bottom:10px;
}

#error_login{
	color: #FFFFFF;
	border: 1px dashed #FFFFFF;
	padding:5px;
	font-family:"Courier New", Courier, monospace;
	font-size:0.7em;
	background-color: #CC0000;
	margin-bottom:10px;
}


#usuario_sesion{
	float:right;
	font-size:0.7em;
	font-weight:bold;
	color:#1BB3B8;
}


.sdswitch {
			    position:relative;
			    height:163px;
			}
			
			.sdswitch *{
			    position:absolute;
			    top:0;
			    left:0;
			    z-index:8;
			}
			
			.sdswitch *.active {
			    z-index:10;
			}
			
			.sdswitch *.last-active {
			    z-index:9;
			}
			
			.sdwindow {	
				position:absolute;
				top:10px;
				height:20px;
				background: #000;
				color:#fff;
				font-weight: bold;
				z-index: 11;
				opacity:0.6;
			}
			
			
			
#total{
	background-color: #D9E1F0;
	border: 1px solid #B3D1F2;	
	padding:5px;
	font-size:1em;
	margin-top:5px;
	margin-bottom:5px;
	float:left;
	clear:both;
	font-size:0.8em;
	color:#0B4396;
}

.cuadro{
	background-color: #D9E1F0;
	border: 3px solid #B3D1F2;	
	margin:3px;
	padding:5px;
	font-size:0.9em;
}

.cuadro h1{
	margin:0;
	
}

#info_hotel{
	background-color: #D9E1F0;
	border: 1px solid #B3D1F2;	
	padding:5px;
	font-size:1em;
	margin-top:5px;
	margin-bottom:5px;
}


.tabla_cuota td{
padding:5px;
color:#000000;
background-color:#6370BE;
}

.tabla_cuota th{
padding:2px;
color:#FFFFFF;
background-color:#1C54A1;
}


/*capas perpendiculares */
#i{
float:left;

}
#d{
float:right;
}

#contenedor_capas{
   overflow: hidden;
   width: 270px;
   /*border: 1px solid #bbb;*/
   /*background: #ddd;*/
   padding: 5px;
   margin-top:15px;
   margin-bottom:15px;
}

#contenedor_capas_malaga{
   overflow: hidden;
   width: 365px;
   /*border: 1px solid #bbb;*/
   /*background: #ddd;*/
   padding: 5px;
   margin-top:15px;
   margin-bottom:15px;
}

.centrar-imagen {

} 

