/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 26-oct-2015, 12:22:07
    Author     : Raúl
*/
@media (max-width: 1024px){
    .componenteV2 input,
    .componenteV2 select{
        font-size: 14px;
    }
}

#datosCasaDispo{
    display: none;
    position: absolute;
    border: 1px solid #036F39;
    border-radius: 5px;
    padding: 20px;
    height: auto;
    width: auto;
    background-color: #FFF;
}

#datosCasaDispo h3{
    margin-top: 0px;
    top:0px;
}
#datosCasaDispo.borderImg img{
    padding: 5px;
    border: 1px solid #ccc;
}
.filtrables-ocupaciones label{
    width: 80%;
}
.filtrables-ocupaciones input[type="checkbox"]{
    width: 15px;
}