@import url('Formatos/TipoLat6.css');
@import url('SubMenus/Submenu1.css');
@import url('Menus/MenuBuscador.css');

BODY
{
    BACKGROUND: #717fa4;
    margin-top: 0px;
}
Select, Input{ FONT-FAMILY: 'Trebuchet MS', Verdana; FONT-SIZE: 11px; font-weight:100}
.LineaGrisPunt {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.TextBorder {
	font-family: sans-serif, Verdana;
	font-size: 11px;
	border: medium solid #000066;
}

.inputmust {
	font-family: 'Trebuchet MS', Verdana;
	font-size: 11px;
	background-color: #FFFFD5;
	border: thin solid #666666;
	height: 20px;
}
.FlightNonSelect {
	text-align: center;
	font-family: sans-serif, Verdana;
	font-size: 11px;
	background-color: #BCDAF4;
	border: thin solid #000066;	
}
.FlightSelect {
	text-align: center;
	font-family: sans-serif, Verdana;
	font-size: 11px;
	font-weight: bold;
	background-color: #FFCC33;
	border: thin solid #000066;	
}

/*----------->>>>>  INICIO estilos de AJAX <<<<<---------------------*/
.aText {
	font-family: 'Trebuchet MS', Verdana;
	font-size: 11px;
	font-style:italic;
}
.aList {
	background-color:#ffffff;
	border:1px solid #000;
	width:auto;
}
.aList div.item {
	font-family: 'Trebuchet MS', Verdana;
	font-size: 10px;
	color:#000;
	cursor:pointer;
	padding:1px 2px;
	display: block;
	white-space:nowrap;
}
.aList div.selected {
	background-color: #FFD563;
}
/*------------>>>>>  FIN estilos de AJAX <<<<<----------------------*/

#Error { 
	/*background:url(/_lib/images/Indicador.gif) #fff repeat-x top;*/
	background-color:#FFFFFF;
	border: 1px solid #74a9d4;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:justify;
	width:160px;
	height:10px;
	padding:5px;
	position:absolute;
}
/*------------  estilo de Hotel AJAX----------------------*/

#TxtTblAdult
{
	FONT-WEIGHT: normal; FONT-SIZE: 11px; FONT-FAMILY: 'Trebuchet MS', Verdana; TEXT-ALIGN: left;
}
div#container {
	background:url(/_lib/images/travel/ixtapa/Bk_cont.gif) repeat-y !important;
	padding: 0px 5px;
}
div#header {
	background:url(/_lib/images/travel/ixtapa/header.jpg) no-repeat 0% 0% !important;
	height: 200px;
}
div#extra {
	margin-top: 5px;
	padding-top: 5px;
	width: 255px;
	background:url(/_lib/images/travel/ixtapa/FondoCajas.jpg) #6c92c1 repeat-x !important;
}
#CajaHoteles, #CajaPaquetes, div#CajaFlightOnly, #CajaTours, #CajaTraslados, #divFlights, div#CajaAutos {
	background:url(/_lib/images/travel/ixtapa/FondoHotel.jpg) repeat !important;
}

div#footer {
	color: white;
	font: smaller Arial, Helvetica, sans-serif;
	background: #596893;
	text-align:center;
	padding:15px 0px;
}
div#navigation {
	width: 255px;
	background: #a4c8fc;
}


/* ---------- >>>>> Menu Buscador <<<<< ---------- */
#MenuBuscador ul {
	background: #6c92c1;
}
#MenuBuscador span {
	background: url(/_lib/images/travel/ixtapa/borde.gif) 100% 0% no-repeat;
	color: white;
}
div#MenuBuscador span.current {
	background:url(/_lib/images/travel/ixtapa/FondoHotel.jpg) repeat !important;
}
/* ---------- >>>>> END Menu Buscador <<<<< ---------- */


/* ---------- >>>>> Menu Lat Tipo 14 <<<<< ---------- */
div#navigation ul {
	list-style: none;
	margin: 0px 5px 0px 5px; /* menu despegado */
	padding: 5px;
	font-weight: bold;
}
div#navigation a {
	height: 18px;
	text-decoration: none;
	color: black;
	display: block;
	background: #cee0fa;
	padding: 4px 0px 4px 12px;
}
div#navigation a:hover, div#navigation a:hover.current {
	color: white;
	text-decoration: underline;
	background: #6c92c1 url(/_lib/images/travel/ixtapa/flechaBlanca.gif) no-repeat scroll 2px center;
}
div#navigation a.current {
	color: white;
	text-decoration: underline;
	background: #6c92c1 url(/_lib/images/travel/ixtapa/flechaBlanca.gif) no-repeat scroll 2px center;
}
/* ---------- >>>>> END Lat Tipo 14 <<<<< ---------- */

/* ---------------------Radio Buttom de Hotel + Avion |  Solo Avion etc. --------------*/

#divFlights{
	width: 245px;
	margin: 0px 5px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.divRadioHF, .divRadioF, .divRadioHF input, .divRadioF input, .divRadioHF label, .divRadioF label {
	float: left;
	cursor:pointer;
	line-height: 19px;
	height: 19px;
}
.divRadioHF, .divRadioF {
	padding:5px 0px;
	width:46%;
}
.divRadioHF input, .divRadioF input {
	margin:0px 2px;
}
.divRadioHF label, .divRadioF label {
	font-size:65%;
	vertical-align: middle;
}
.divRadioHF .current, .divRadioF .current {
	font-size:65%;
	font-weight: bold;
}
