@charset "utf-8";
/* CSS Document */

/* Generales */
	body {margin:0 auto; text-align:center;}
	img {border:none;}
	hr {color:#D7DBDE; width:470px;}
	table {border:0; cellpadding:0; cellspacing:0; width:470px; margin:auto; text-align:left}
	ul {margin:0; padding:0;}
	li {list-style:none;}

	#content_ppal {width:760px; margin:0 auto;}
	#title, #tipo_viaje, #datos {width:760px; float:left; margin-top:10px; text-align:center;}
	#tipo_viaje li {float:left; font-family:verdana; font-size:11px; color:#003366; padding:0 20px 10px 0;}
	#tipo_viaje .titl_tipov {padding-left:60px; font-weight:bold; padding-top:4px;}
	
	#datos #personales {width:636px; margin:auto; text-align:center;}
	#datos #viaje {width:636px; margin:auto; text-align:center; border-bottom:1px solid #DEDFE1;}
	#datos .datos_form {width:636px; padding:10px 0 10px 0; border-left:1px solid #DEDFE1; border-right:1px solid #DEDFE1;}
	#datos #enviar {padding:0 20px 0 20px; margin:auto; border:1px solid #DEDFE1; width:596px; margin-top:10px;}
	
	#btns {width:500px; height:30px; margin:auto;}
	#btn1, #btn2 {height:16px; margin-top:5px;}
	#btn1 {float:left;}
	#btn2 {float:right;}
	.btn_enviar {border:0; width:60px; height:16px;}

/* Textos  */
	.txtcampos, .txtcampos2, .txtnormal, .combo, .combo1 {font-family:verdana; font-size:10px; color:#003366;}
	.txtcampos, .txtcampos2 {float:left; margin-left:0px;}
	.txtcampos2 {width:155px;}
	.tipo_hotel { width:300px;}
	.txtnormal {padding:10px; text-align:justify;}
	.txt_oculto {display:none;}
	a {text-decoration:none; color:#003366; font-family:verdana; font-size:10px}
	a:hover {text-decoration:underline;}
	
	.combo {border:1px solid;}
	.combo1 {border:0px solid;}

	

