@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%;
}

.dcha {
	float: right;
}

.izda {
	float: left;
}

.negro {
	color: #000;
}
.rojo {
	color: #C30;
}

.link_rojo a {
	color: #C30;
}
.blanco {
	color: #FFF;
}
.azul {
	color: #03F;
}
.link_azul a {
	color: #03F;
}
.naranja {
	color: #F90;
}
.link_naranja a {
	color: #F90;
}
.verde {
	color: #1F8843;
}
.link_verde a {
	color: #1F8843;
}
.verde_oscuro {
	color: #408080;
}
.amarillo {
	color: #FC0;
}
.rosa {
	color: #F0F;
}
.gris {
	color: #c0c0c0;
}


.rojo_bkg {
	background-color: #C30;
}
.blanco_bkg {
	background-color: #FFF;
}
.azul_bkg {
	background-color: #03F;
}
.naranja_bkg {
	background-color: #F90;
}
.verde_bkg {
	background-color: #1F8843;
}
.verde_oscuro_bkg {
	background-color: #408080;
}
.amarillo_bkg {
	background-color: #FC0;
}
.rosa_bkg {
	background-color: #F0F;
}
.gris_bkg {
	background-color: #c0c0c0;
}

.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;
}
.bk {
	text-decoration: blink;
}
.bd {
	font-weight: bold;
}
.normal {
	font-weight: normal;
}
.tach {
	text-decoration: line-through;
}
.subr {
	text-decoration: underline;
}
.may {
	text-transform: capitalize;
}
.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;    
}
   
.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%;
}

.content-wide {
	padding-left: 0.1em;
	padding-right:0.1em;
}
.div_centro {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #666;
	text-align: center;
	width: 100%;
    }
.font_big {font-size:1.45em}
.font_tiny {font-size:0.45em}
.font_tiny2 {font-size:0.6em}
.font_small {font-size:0.7em}
.font_small3 {font-size:0.78em}
.font_small2 {
	font-size:0.8em;
	font-weight:small;
	}
.font_medium {
	font-size:0.95em;
	font-weight:small;
	}
.pad0 {padding:0}
.padtop0 {padding-top: 0em}
.padtopbottom0 {
	padding-top: 0em;
	padding-bottom: 0em;
	}
.padtopbottom05 {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	}
.pad01 {padding:0.1em}
.pad02 {padding:0.2em}
.borde_blanco {
	background-color: #FFF;
	border: 0px none #FFF;
}
.borde_gris {
	background-color: #E9E9E9;
	border: thin solid #000;
}
.cursiva {
	font-style: italic;
	font-weight: normal;
}
.justificado {
	text-align: justify;
}
.negrita {
	font-weight: bold;
}
.cien_centro {
	text-align: center;
	width: 100%;
}
.cien {
	width: 100%;
}
.centrado {
	text-align: center;
}
.div_centrado {
	display: flex;
	justify-content: center;
	align-items: center;
}

.overflow {
	overflow:hidden;
	text-overflow: ellipsis;
	width: 100%;
}

.td_overflow {
 max-width: 0;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.mitad {
	width: 50%;
}
.bloque {
	display: block;
}

.float_left {
	float: left;
}

.ui-btn-icon-right:after {
    right: 0.1em;
}
.medida_big {
	text-align: center;
	font-size:1.4em;
}
.medida_small {
	text-align: center;
	font-size:1em;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}

.font_08 {
	font-size: 0.8em;
}
.bg_blanco {
	background-color:#FFF;
}
.font_xxl {
	font-size: 1.8em;
}
.font_12 {
	font-size: 1.2em;
}
.font_14 {
	font-size: 1.4em;
}
/*test*/
.recuadro {
	border: 2 pix solid #F90;
}
.tab10 {
width: 10%;
display:block;
float: left;
}
.tab20 {
width: 10%;
display:block;
float: left;
}
.tab30 {
width: 30%;
display:block;
float: left;
}
.tab50 {
width: 50%;
display:block;
float: left;
}
.tab70 {
width: 70%;
display:block;
float: left;
}
.ancho50 {
width: 50%;
display:block;
float: left;
}
.div50 {
width: 50%;
display:block;
}

.fondo_blanco {
background-color: #FFF;	
}
.fondo_gris {
background-color: #c0c0c0;
}
.ui-icon-unoalcubo:after {
background-image: url(img/131_icon_white.png);
background-size: 18px 18px;
}
.ui-icon-contador:after {
background-image: url(img/contador_icon_white.png);
background-size: 18px 18px;
}
.ui-icon-euro:after {
background-image: url(img/euro_white.png);
background-size: 18px 18px;
}
.ui-icon-mail_in:after {
background-image: url(img/mail_in_icon.png);
background-size: 16px;
}
.ui-icon-mail_out:after {
background-image: url(img/mail_out_icon.png);
background-size: 16px;
}
.div50i {
width: 48%;
float: left;
padding-left: 2px;
vertical-align: top;  
clear: left;
}

.div50d {
width: 50%;
min-width: 50%;
float: right;
padding-right: 2px;
vertical-align: top;
text-overflow: ellipsis;
}
.div90i {
width: 88%;
float: left;
padding-left: 2px;
vertical-align: top;  
clear: left;
}
.div10d {
width: 10%;
float: right;
padding-right: 2px;
vertical-align: top;
text-overflow: ellipsis;
}
.no_padding_top_bottom {
padding-top: 0;
padding-bottom: 0;
}
.no_padding_top_bottom_right {
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 0;
	}
.no_padding_top {
padding-top: 0;
}
.margin_0 {
margin: 0;
}
.tab50II {
width: 50%;
float: left;
text-align: left;
}
.tab50DD {
width: 50%;
float: right;
text-align: right;
}
.tab100ID {
width: 100%;
float: left;
text-align: right;
}
.tab10I {
width: 10%;
float: left;
text-align: left;
}
.tab90DI {
width: 90%;
float: right;
text-align: left;
}
/* Para crear una tabla de 3 campos con: tab10I-tab70II-tab20DD (los campos en blanco necesitan un &nbsp)*/
.tab70II {
width: 70%;
float: left;
text-align: left;
}
.tab20DD {
width: 20%;
float: right;
text-align: right;
}
.list_view_foto {
padding-right:1.5em;
padding-left:3.5em; /* No aplica */
padding-top:0.4em;
padding-bottom:0.5em;
}
center {
vertical-align: middle;
padding:0;
}
.icon_status_bar {
padding-top:0em;
padding-bottom:0.25em;
}

.md_link {
padding-top:0em;
padding-bottom:0em;
margin-top:0em;
margin-bottom:0em;
}

.status_bar {
	overflow:hidden;
	text-overflow: ellipsis;
	width: 100%;
}

.linea_puntos {
 border-bottom: 2px dotted #000;
}

.ul_no_indent {
 list-style-position: outside;
	margin: 1em;
 padding: 0.5em;
}

@media print 
 {
 .only_screen {
	display: none;
	clear: both;
 }
 .salto_pagina{
 display:block;
 page-break-before:always;
 }
	}

@media screen 
 {
 .only_print {
	display: none;
	clear: both;
 }
	}