@charset "utf-8";
/* CSS Document */


/*	Cuadrito	*/
body{
margin:0;
}
#cuerpo_iframe{
	width:255px !important;
	font-family:Verdana, Arial, Helvetica, sans-serif !important;
	text-align:center;
	background:#fff !important;
	margin:0;
	padding-top:1px;
	border: 1px solid #E7B242;
}

#cuerpo_iframe select{
	width:203px;
	border:#838482 solid 1px;
	color:#616265;
	margin:5px;
	border: solid 1px #98b19a;

}
#date_viaje{
	color:#616265;
	width: 70px !important;
}
#date_arribo{
	color:#616265;
	width: 70px !important;
}
#cuerpo_iframe input{
	color:#616265;
	
	
}
#cuerpo_iframe label{
	color: #58595A;
    font-size: 12px;
    font-weight: bold;
}

.enviar{
	background:url(../images/buscarIframe.jpg) no-repeat !important;
	width:100px !important;
	height:26px !important;
	border:none;
	cursor:pointer;
	margin-left: 120px;
    margin-top: 20px;
}
.borrar{
	background:url(../images/maqueta/borrar.png) no-repeat;
	width:105px;
	height:25px;
	border:none;
	cursor:pointer;
}
#linea{
	background:url(../images/linea.jpg) no-repeat;
	width:255px;
	height:67px;
	z-index:0;
}