#main_ruta_express{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 430px;
	height: 280px;
	font-size: 8pt;
	font-family: arial;
}

.express_header_izq{
	background-image: url("../images/es/calculaRuta.gif");
	background-repeat: no-repeat;
	width: 300px;
	height: 18px;
}

.express_header_der{
	background-image: url("../images/es/telefono.gif");
	background-repeat: no-repeat;
	width: 130px;
	height: 18px;
	cursor: pointer;
}

.express_body{
	background-image: url("../images/bg_express.gif");
	background-repeat: no-repeat;
	width: 430px;
	height: 260px;
	font-size: 8pt;
}

.tabla_interna{
	width: 410px;
	/*padding-left: 10px;
	padding-top: 5px;*/
	/*padding-right: 15px;*/
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
}

.tabla_interna2{
	width: 410px;
	/*padding-left: 10px;*/
	/*padding-right: 15px;*/
	margin-right: 5px;
	margin-left: 5px;
}

.fondo_origen{
	background-image: url("../images/es/origen.gif");
	background-repeat: no-repeat;
	width: 410px;
	height: 90px;
	font-size: 8pt;	
}

.fondo_destino{
	background-image: url("../images/es/destino.gif");
	background-repeat: no-repeat;
	width: 410px;
	height: 90px;
	font-size: 8pt;	
}

.express_boton{
	font-size: 8pt;
}

.express_text{
	height: 16px;
	/*width: 95%;*/
	font-size: 8pt;
	margin: 1px;
	border: 1px solid #D6D6D6;
	color: black;
}

.express_radio{
	height: 16px;
	/*width: 95%;*/
	font-size: 8pt;
	margin: 1px;
	/*border: 1px solid #D6D6D6;*/
	color: black;
}

.express_select{
	height: 16px;
	width: 280px;
	font-size: 8pt;
	margin: 1px;
	border: 1px solid #D6D6D6;
	color: black;
}

.express_span{
	height: 16px;
	font-size: 8pt;
	margin: 1px;
	color: black;
}

.express_span_radio{
	height: 16px;
	font-size: 8pt;
	font-weight: bold;
	margin: 1px;
	color: black;
}

.aviso{
	/*height: 16px;*/
	font-size: 8pt;
	margin: 1px;
	color: red;
}

#pestanyas{
	position: relative;
	/*top: 450px;
	left: 0px;
	width: 430px;
	height: 500px;*/
	font-size: 8pt;
	font-family: arial;
}

#pestanyas ul {
   margin:0;
   padding:0;
   list-style:none;
} 

#pestanyas li {
   float: left;
   margin: 0 0 0 1px;
   padding: 0;
   background: url("../images/pder.gif") no-repeat right top;
} 

#pestanyas a {
   padding: 3px 10px 3px 10px;
   display: block;
   background: url("../images/pizq.gif") no-repeat left top;
   color: #000000;
   text-decoration: none;
} 

#pestanyas .activa a{
   background-image:url("../images/pizq_activo.gif");
}
#pestanyas .activa{
   background-image:url("../images/pder_activo.gif");
} 

#pestanyas .noactiva a{
   background-image:url("../images/pizq.gif");
}
#pestanyas .noactiva{
   background-image:url("../images/pder.gif");
} 

#contenedorpestanyas{
	position: absolute;
	top: 420px;
	left: 0px;
	width: 430px;
	height: 500px;
	font-size: 8pt;
	font-family: arial;
}

/*.oculto{
   display: none;
} */

#div_error {
	z-index: 1; 
	position: absolute; 
	top: 100px; 
	left: 120px; 
	width: 200px; 
	height: 75px; 
	border: 1px solid #D6D6D6; 
	background: #D9E8F4; 
	text-align: center; 
	vertical-align: middle;
	font-size: 8pt;
	font-family: arial;
	font-weight: bold;
}

#div_error2 {
	z-index: 1; 
	position: absolute; 
	top: 265px; 
	left: 340px; 
	width: 200px; 
	height: 75px; 
	border: 1px solid #D6D6D6; 
	background: #D9E8F4; 
	text-align: center; 
	vertical-align: middle;
	font-size: 8pt;
	font-family: arial;
	font-weight: bold;
}

.express_negrita{
	color: black;
	font-weight: bold;
}
