

#bg{

	font-size: 11px;
	color: #000000;
	background:transparent url(../images/fondo_tarifas.png) no-repeat;
	width: 538px;
	height: 110px;
	position:absolute;
	left:50%;
	top:30%;
	margin-left: -270px;
	
}

/*SELECT DE ACCESOS*/
#bg #from_select{

	font-size: 13px;
	font-weight: bold;
	color: #174f74;
	position: absolute;
	top: 94px;
	left: 25px;
	width: 200px;
	height: 25px;
	
}


/*SELECT DE SUB-ACCESOS*/
/*#from_sub_select{

	font: bold 12px;
	color: #000000;
	position: absolute;
	top: 25%;
	left : 35%;
	width: 200px;
	height: 25px;
	
}*/

/*SELECT DE DESTINOS*/
#bg #to_select{

	font-size: 13px;
	font-weight: bold;
	color: #174f74;
	position: absolute;
	top: 94px;
	left : 250px;
	width: 200px;
	height: 25px;
	
}


#bg #head{

	font-size: 14px;
	font-weight: bold;
	color: #174f74;
	position: relative;
	top: 55px;
	left : 25px;
	width: 500px;
	height: 25px;
	
}
/*SELECT DE SUB-DESTINOS*/
/*#to_sub_select{

	font: bold 12px;
	color: #000000;
	position: absolute;
	top: 25%;
	left : 67%;
	width: 200px;
	height: 25px;
	
}*/

/*DIV DONDE SE MUESTRA EL RESULTADO*/
#result{

	font-size: 11px;
	color: #000000;
	position:absolute;
	left:50%;
	top:53%;
	*top:54%;
	margin-left: -270px;
	height: 100px;
	
}

#result TD{

	font-size: 12px;
	color: #174f74;
	font-weight: bold;
	align:center;
	
	
}

SELECT{
width: 150px;
font-size : 10px;
}

/*AREA PARA LAS BANDERAS- importante no poner un ancho de div fijo*/
#flags_area{
	position: absolute;
	top: 50px;
	left : 350px;
	
}

/*BOTON DE ENVÍO DEL FORMULARIO*/
#submitForm{

	font-size: 10px;
	color: #000000;
	position: absolute;
	top: 114px;
	left : 430px;
	width: 10%;
	height: 25px;
	text-align: center;
	
}



