<style>

/*----------- Clases destinadas a textos   ----------------------------*/
 
p{line-height: 1.1em;}

.e-small-finder{
	font-family:Arial,Helvetica,Verdana,sans-serif;
	font-size:10pt;
}


/* ----------------------  Clases destinadas a objetos --------------------------------*/
.flightSearchTable {
	border-style: solid;
	border-color: Black;
	border-width: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	background: #F6F6F6;
}

#vuelos{	
	background-color: #F6F6F6;
}

#hotels{	
	background-color: #F6F6F6;	
}

#title-buscador {
	display: block;
	width: 501px;
	background-color: #438fe4;
	color: #FFFFFF;
	height: 50;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt; 
	font-weight: bold;
	text-decoration: none;
}
#title-buscador-vuelos{
	display: block;
	width: 502px;
	background-color: #438fe4;
	color: #FFFFFF;
	height: 20;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt; 
	font-weight: bold;
	text-decoration: none;
}

.titulo-buscador {
	background-color: #438fe4;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt; 
	font-weight: bold;
	text-decoration: none;
}
.tab1-on{
	background-color:#F6F6F6;
	border-top:1px solid #4F97E9;
	border-left:1px solid #4F97E9;
	border-right:1px solid #4F97E9;
	border-bottom:1px solid #F6F6F6;
	cursor:pointer;
	cursor: hand;
	font-weight:bolder;
	color: #333366;
}

.tab1-off{
	background-color:#BBDBFE;
	border-top:1px solid #BBDBFE;
	border-right:1px solid #BBDBFE;
	border-bottom:1px solid #4F97E9;
	cursor:pointer;
	cursor: hand;
}

.tab2-on{
	background-color:#F6F6F6;
	border-top:1px solid #4F97E9;
	border-right:1px solid #4F97E9;
	border-left:1px solid #4F97E9;
	border-bottom:1px solid #F6F6F6;
	cursor:pointer;
	cursor: hand;
	font-weight:bolder;
	color: #333366;
}

.tab2-off{
	background-color:#BBDBFE;
	border-top:1px solid #BBDBFE;
	border-right:1px solid #BBDBFE;
	border-left:1px solid #BBDBFE;
	border-bottom:1px solid #4F97E9;
	cursor:pointer;
	cursor: hand;
}

.tab3-on{
	background-color:#F6F6F6;
	border-top: 1px solid #4F97E9;
	border-right: 1px solid #4F97E9;
	border-left: 1px solid #4F97E9;
	border-bottom: 1px solid #F6F6F6;
	cursor:pointer;
	cursor: hand;
	font-weight:bolder;
	color: #333366;
}

.tab3-off{
	background-color:#BBDBFE;
	border-top: 1px solid #BBDBFE;
	border-right: 1px solid #BBDBFE;
	border-left: 1px solid #BBDBFE;
	border-bottom: 1px solid #4F97E9;
	cursor:pointer;
	cursor: hand;
}

</style>