@charset "utf-8";
.oculto {
	visibility: hidden;
	display: none;
}
.visible {
	visibility: visible;
	display: inherit;
}
.campo_login_izda {
	width: 50%;
	float: left;
	clear: left;
	text-align: right;
	vertical-align: middle;
}
.campo_login_dcha {
	float: left;
	width: 50%;
}
.input_login {
	width: 50%;
}

.negro {
	color: #000;
}
.rojo {
	color: #C30;
}
.blanco {
	color: #FFF;
}
.azul {
	color: #03F;
}
.naranja {
	color: #F90;
}
.verde {
	color: #1F8843;
}
.amarillo {
	color: #FC0;
}
.rosa {
	color: #F0F;
}
.normal {
	text-decoration: none;
	font-weight: normal;
}
.tx {
	font-size: 1em;
	float: left;
	margin-left: 0.2em;
	text-align: right;
	vertical-align: middle;
}
.tx_bd {
	font-size: 1em;
	float: left;
	margin-left: 0.2em;
	font-weight: bold;
	text-align: right;
	vertical-align: middle;
}
.tx_bk {
	font-size: 1em;
	float: left;
	margin-left: 0.2em;
	font-weight: bold;
	text-align: right;
	vertical-align: middle;
	text-decoration: blink;
}
.tipo_viaje_head {
	width: 150px;
	margin-left: 5px;
	float: left;
}
.tipo_viaje_cont {
	width: 60px;
	margin-right: 5px;
}
.tipo_viaje_tx {
	width: 60px;
	margin-right: 35px;
}
.mail_in {
	background-image: url(../imagenes/mail_in.png);
	background-position: left;
	background-repeat: no-repeat;
	float: left;
	margin-left: 0.2em;
	height: 20px;
	width: 20px;
}
.mail_out {
	background-image: url(../imagenes/mail_out.png);
	background-position: left 4.5px;
	background-repeat: no-repeat;
	float: left;
	margin-left: 0.2em;
	height: 20px; 
	width: 20px;
}
.mail_empty {
	float: left;
	margin-left: 0.2em;
	height: 20px; 
	width: 20px;
}
.acuerdo {
	background-image: url(../imagenes/sh_do_le_peq.png); /* antes ac_d.png*/
	background-position: left;
	background-repeat: no-repeat;
	float: left;
	margin-left: 0.2em;
	height: 20px;
	width: 22px; /* antes 20*/
}
.acuerdo_ok {
	background-image: url(../imagenes/sh_do_ri_peq.png); /* antes ac_i.png*/
	background-position: left;
	background-repeat: no-repeat;
	float: left;
	margin-left: 0.2em;
	height: 20px;
	width: 22px; /* antes 20*/
}
.usuario {
	width: 160px;
	float: left;
}
.ruta {
	width: 160px;
	float: left;
}
.solicit {
	width: 70px;
	float: right;
	left: 160px;
}
.plaza {
	width: 70px;
	float: left;
}
.observ {
	width: 100px;
	float: left;
}
.precio {
	width: 35px;
/*	float: left;*/
}
.fecha {
	width: 60px;
}
.header_text {
	font-size: 12px;
	font-weight: normal;	
}
.chat_yo {
	background-color: #FFF;
	border: 2 pix solid #F90;	
}
.chat_el {
	background-color: #CFF;
	border: 2 pix solid #F90;    
}
.chat_izda {
	float: left;    
}
.chat_centro {
	float: left;    
}
.chat_dcha {
	float: left;    
}
.chat_fecha_izda {   
}

.arrow_box_left { position: relative; background: #88b7d5; border: 4px solid #c2e1f5; } .arrow_box_left:after, .arrow_box_left:before { right: 100%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; } .arrow_box_left:after { border-color: rgba(136, 183, 213, 0); border-right-color: #88b7d5; border-width: 30px; top: 50%; margin-top: -30px; } .arrow_box_left:before { border-color: rgba(194, 225, 245, 0); border-right-color: #c2e1f5; border-width: 36px; top: 50%; margin-top: -36px; }

.arrow_box_right { position: relative; background: #88b7d5; border: 4px solid #c2e1f5; } .arrow_box_right:after, .arrow_box_right:before { left: 100%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; } .arrow_box_right:after { border-color: rgba(136, 183, 213, 0); border-left-color: #88b7d5; border-width: 30px; top: 50%; margin-top: -30px; } .arrow_box_right:before { border-color: rgba(194, 225, 245, 0); border-left-color: #c2e1f5; border-width: 36px; top: 50%; margin-top: -36px; }

.loading {
	height: 100%;
	width: 100%;
}