.seccionFilter{
	margin: 10px;
    padding-top: 10px;
    color: black;
    font-weight: bold;

}

.contenedorVuelosMP{
	text-align: left;
}

.cajaFilter{
	background-color: white;
	margin-top: 10px;
	padding: 10px;
	color: black;
	font-weight: normal;
}

#filtroHorario #horarios > input {
    width: 150px;
    background: #fff;
}

#filtroPrecio #precio input {
    width: 150px;
    background: #fff;
}

#filtroNumero #numVueloFilt input {
	width: 138px;
	background: #fff;
}

.divFilter{
	background-color: #b2d6eb;
    width: 200px;
    padding-bottom: 30px;
    float: left;
    height: 100%;
    border-right: 1px solid white;
}

.cajaCoincidencias{
	margin-top: 10px;
	padding: 10px;
	color: black;
	text-align: center;
	font-weight:normal;
	font-size: 20px;
}

.cabecera-filtro{
	color: white;
/* 	background-color: #003870; */
	background-color: #0178be;
	font-size: 18px;
	height: 35px;
    padding: 10px;
    font-family: "Asap",sans-serif;
    font-style: italic;
    border-bottom: 1px solid white;
}

.tituloCabecera{
	padding-top:10px;
}
.filaFiltro{
	padding-bottom: 15px;
	border-top: dotted 1px;
}
.filaIconoFecha{
	margin-left: 15px;
	float: left;
}

#panelDesgloseVuelos div.contenedorTablaDatos.abajo{
	margin:0px;
}

.btn_seleccionarVuelo_celda_filt {
    background-color: #df1f0e;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding: 1px;
    text-align: center;
    width: auto;
    height:51px;
    text-indent: 19px;
}

#desplegableDesglose{
	margin : 0px;
}

#filtro{
	font-size: 13px;
}

img.imgIda{
	float-left:none;
    margin-left: 0px;
    margin-top: 0px;
    
}

div.divDesplegar div.masvuelos{
	width: 137px;
	margin-left: auto;
	margin-right: auto;
}

span.descApt{
	text-transform: capitalize;
}