.columna1, .columna1 li {
	font-size: 12px !important;
}

.columna1 {
	width: 100%;
	overflow: auto;
	
}

.columna1 select {
	width: 100%;
	
}

.columna2 {
	float: left;
	width: 100%;

}

.seleccionado .seleccionado li, .seleccionado a {
	background-color: #162b54;
	color: #fff !important;
	padding: 5px 10px;
	border-radius: 5px;
}

.vehiculos-listado th {
	background-color: #162b54;
	color: #fff !important;
	
	text-transform: uppercase;
	font-size: 12px;
}


.vehiculos-listado td {
	font-size: 12px;
	line-height: 1em;
}

.vehiculos-listado li { cursor: pointer; padding: 10px; }
        .fila-blanca { background: #fff; }
        .fila-gris { background: #f0f0f0; }
        .vehiculo-popup {
            display: none;
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -40%);
            background: white;
            padding: 20px;
            box-shadow: 0 0 15px rgba(0,0,0,0.3);
            z-index: 9999;
			max-height: 700px;
			width:600px;
        }
        .vehiculo-popup .cerrar {
            position: absolute;
            top: 5px;
            right: 10px;
            font-size: 18px;
            cursor: pointer;
        }

.fitxa_vehicle li {
	margin: 0px;
	padding: 0px;
	line-height: 1.5em;
}