.verde{
	display:inline-block;
	border-radius:12px;
	background-color:#00D11C;
	width:21px;
	height:21px;
	text-align:center;
	color:#ffffff;
	padding:3px;
	margin-right:5px;
}

.amarillo{
	display:inline-block;
	border-radius:12px;
	background-color:#FFFB00;
	width:21px;
	height:21px;
	text-align:center;
	color:#ffffff;
	padding:3px;
	margin-right:5px;
}

.rojo{
	display:inline-block;
	border-radius:12px;
	background-color:#FF085E;
	width:21px;
	height:21px;
	text-align:center;
	color:#ffffff;
	padding:3px;
	margin-right:5px;
}


.verde_p{
	display:inline-block;
	border-radius:12px;
	background-color:#00D11C;
	width:11px;
	height:11px;
	text-align:center;
	color:#ffffff;
	margin-right:5px;
}

.amarillo_p{
	display:inline-block;
	border-radius:12px;
	background-color:#FFFB00;
	width:11px;
	height:11px;
	text-align:center;
	color:#ffffff;
	margin-right:5px;
}

.rojo_p{
	display:inline-block;
	border-radius:12px;
	background-color:#FF085E;
	width:11px;
	height:11px;
	text-align:center;
	color:#ffffff;
	margin-right:5px;
}


.mod_f_pago{
	max-width:90px;
	height:20px;
	
}

/*img{
	width:100%;
}*/
.contenido{
	min-height:60%;
}
.head{
	position:relative;
	z-index:4;
}
.head .relleno{
	background-color:#ffffff;
	text-align:left;
}

.buscar{
	width:250px;
	border:1px solid #ddd;
	background-color:#ffffff;
	border-radius:8px;
	margin-top:-195px;
	left:71%;
	position:absolute;
	z-index:3;
}
.buscar button{
	margin:3px;
}
.buscar .buscar_inputs{
	text-align:left;
}
.buscar .buscar_despliega {
	text-align:right;
	clear:both;
	padding:10px 0px;
}


.buscarcli{
	width:250px;
	border:1px solid #ddd;
	background-color:#ffffff;
	border-radius:8px;
	margin-top:-308px;
	left:71%;
	position:absolute;
	z-index:3;
}
.buscarcli button{
	margin:3px;
}
.buscarcli .buscar_inputscli{
	text-align:left;
}
.buscarcli .buscar_despliegacli {
	text-align:right;
	clear:both;
	padding:10px 0px;
}


.buscar_viajes{
	width:250px;
	border:1px solid #ddd;
	background-color:#ffffff;
	border-radius:8px;
	margin-top:-301px;
	left:71%;
	position:absolute;
	z-index:3;
}
.buscar_viajes button{
	margin:3px;
}
.buscar_viajes .buscar_inputs{
	text-align:left;
}
.buscar_viajes .buscar_despliega {
	text-align:right;
	clear:both;
	padding:10px 0px;
}










a{
	text-decoration:none;
}
.clear{
	clear:both;
}
/**/

.etabs { margin: 0; padding: 0; }
.tab { display: inline-block; zoom:1; *display:inline; background: #01bcb5; border: solid 1px #ccc; border-bottom: none; -moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; }
.tab a { font-size: 14px; line-height: 2em; display: block; padding: 0 10px; outline: none; text-decoration:none;color:#fff;}
.tab a:hover { text-decoration: none; }
.tab.active { background: #FBFBEF; padding-top: 6px; position: relative; top: 1px; border-color: #ddd; color:#777; }
.tab a.active { font-weight: bold; color:#777; }
.tab-container .panel-container { background: #fff; border: solid #ccc 1px; padding: 10px; -moz-border-radius: 0 4px 4px 4px; -webkit-border-radius: 0 4px 4px 4px; }
.active{
 background: #FBFBEF;
}


.info_principal {
  position: fixed;
  z-index: 1080;
  width: 50%;
  margin: 0 25%;
  font-size:12px;
}
.info_principal .alert {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 3px;
  margin: auto;
  /* text-align: center; */
}

thead tr td{
	border:1px solid #ffffff;
	background-color:#01bcb5;
	color:#ffffff;
}






