@charset "utf-8";
/* CSS Document */

/* Generales */
	img {border:none;}

/* Divs Principales */
	#contendor_ppal {position:absolute; left:0; top:0; width:398px; height:294px; background-color:#FFF; z-index:1;}
	#cabecera, #origenes, #fechas, #ocupacion, #pie {position:absolute; z-index:2; left:0; width:398px; background-color:#FFF}
	#cabecera {top:0; height:34px;}
	#origenes {top:36px; height:73px;}
	#fechas {top:113px; height:97px;}
	#ocupacion {top:213px; height:45px;}
	#pie {top:269px; height:25px;}

/* Destinos */
	#elemento_origen, #elemento_destino {position:absolute; top:11px; width:180px; height:24px; z-index:3;}
	#elemento_origen {left:32px;}
	#elemento_destino {left:212px;}
	#tipo_vuelo {position:absolute; left:115px; top:42px; width:200px; height:22px; z-index:3;}
	.texto_origen {font-family:verdana;	font-size:10px; color:#3d3d3d; margin-right:5px}

/* Fechas */
	#elemento_ida, #calendario_ida, #elemento_vuelta, #calendario_vuelta, #img_cal_ida, #img_cal_vuelta, #escala {position:absolute; z-index:3}
	#elemento_ida {left:21px; top:7px; width:170px; height:22px;}
	#calendario_ida {left:232px; top:9px; width:193px; height:23px;}
	#elemento_vuelta {left:39px; top:34px; width:152px; height:22px;}
	#calendario_vuelta {left:232px; top:36px; width:190px; height:23px;}
	#trfechavuelta {position:relative; display:block;}
	#escala {left:137px; top:68px; width:165px; height:23px;}
	.texto_fecha {font-family:verdana; font-size:10px; color:#3d3d3d; margin-right:5px}
	#img_cal_ida, #img_cal_vuelta {left:202px; top:11px; width:16px; height:15px;}
	#img_cal_ida {top:11px;}
	#img_cal_vuelta {top:37px;}

/* Ocupacion */
	#adultos, #ninos {position:absolute; top:11px; z-index:3}
	#adultos {left:60px; width:96px; height:23px;}
	#ninos {left:174px; width:173px; height:23px;}

/* Select */
	.combo {color:#3d3d3d; font-family:verdana; font-size:10px; border:solid 1px #cdcdcd; background:#fff;}
	.select_fechas {color:#3d3d3d; font-family:verdana; font-size:10px; border:solid 1px #cdcdcd; background:#fff; height:20px;}
	
/* Lineas */
	#linea1, #linea2 {position:absolute; z-index:6; width:389px; height:1px; left:9px;}
	#linea1 {top:108px;}
	#linea2 { top:211px; }
	.linea_style {width:380px; background:#D3D3D3; float:left;}

/* Pie Buscador */
	#img_pie, #txt_pie {position:absolute; top:0; z-index:4;}
	#img_pie {left:275px; width:73px; height:18px;}
	#txt_pie {left:45px; width:259px;}
	#txt_pie a {font-family:verdana; font-size:10px; font-weight:normal; color:#3d3d3d; text-decoration:underline;}

/* Calendario */
	.fondobody{background-color:#fff;}
	.rebordeexteriortabla{background-color:#E1E6DC;}
	.bordetabla{background-color:#fff;}
	.fondoizq, .fondoder {background-color:#949694;}
	.flechaizq, .flechader {font-family:verdana; font-size:10px; color:#fff}
	.titulo {font-family:verdana; font-size:10px; color:#fff; text-decoration: none;}
	.fondotitulo {background-color:#949694;}
	.fondodiassemana {background-color:#CCC;}
	.diassemana {font-family:verdana; font-size:10px; color:#003660; text-decoration:none;}
	.fondodomingo {background-color:#D6DCE3;}
	.domingocabecera {font-family:verdana; font-size:10px; color:#003660; text-decoration:none;}
	.domingo {font-family:verdana;font-size:10px;color:#B54573;text-decoration: none;}
	.fondodias {background-color:#fff;}
	.diassenalados {font-family:verdana; font-size:10px; color:#003660; text-decoration:none;}
	.diasnosenalados {font-family:verdana; font-size:10px; color:silver; text-decoration:none;}
	.dias {font-family:verdana; font-size:10px; color:#000; text-decoration:none;}
	.botoncerrar {font-family:verdana; font-size:10px; color:#000; background-color:#fff; text-decoration:none;}
	
	.calendario_capas {position:absolute; z-index:999; left:108px; top:90px; width:200px; height:150px;}
	.iframe_parche {position:absolute; z-index:998; border-style:none; left:100px; top:80px;	width:218px; height:172px; background-image:url('../images/fondo_cal.gif'); background-repeat:no-repeat;}
