
.desplegableCabecera{

    width: 98%;
    height: 2em;
    margin:auto;
    margin-top: 10px;
    border: 1px solid #036F39;

}

.desplegableCabecera span{
    color: #036F39;
    float: right;
    padding-right: 10px;
    line-height: 30px;
    font-weight: 600;
}

.desplegableContenido{
    width: 98%;
    border: 1px solid #036F39;
    height: auto;
    margin: auto;
    display: none;
    margin-top: 0px;
    overflow: hidden;
    padding-bottom: 10px;
    color: rgb(147,147,147);
}

.desplegableContenido div{
    margin-left: 10px;margin-right: 10px;margin-top: 5px;
}

.desplegableCabecera2{

    width: 98%;
    height: 2em;
    margin:auto;
    margin-top: 10px;
    border: 1px solid #036F39;

}

.desplegableCabecera2 span{
    color: #036F39;
    float: right;
    padding-right: 10px;
    line-height: 30px;
    font-weight: 600;
}

.desplegableContenido2{
    width: 98%;
    height: auto;
    margin: auto;
    display: none;
    margin-top: 0px;
    overflow: hidden;
    color: rgb(147,147,147);
}


.headListado{
    width: 99%;
    height: 2.5em;
    background-color: #036F39;
    position: relative;
    margin: auto;
    display: block
}

.headListado div{
    position: relative;
    float: left;
    text-align: center;
    line-height: 35px;
    color: #FFF;
}

.desplegableCabeceraListado{

    width: 99%;
    height: 2em;
    margin:auto;
    color: #036F39;
    position: relative;
}

.desplegableCabeceraListado div{
    float:left;
    position: relative;
    text-align: center;
    padding-top: 5px;
}

.desplegableContenidoListado{
    width: 99%;
    height: auto;
    margin: auto;
    display: none;
    margin-top: 0px;
    overflow: hidden;
    color: rgb(147,147,147);
    border: 1px dotted #CDDFAD;
}

.desplegableContenidoListado div{
    padding: 10px;
    width: 22%;
    float: left;
    position: relative;
}

.navegacionBusqueda{
    margin-top: 30px;
    width: 97%;
    height: 37px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 5px;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;

}

.navegacionBusqueda ul,.navegacionBusqueda .selector{
    margin-top: 0;
    float: right;
}

.selector label{
    margin-right: 10px;
}
.selector select{
    padding-left: 10px;
    margin-right: 15px;
    font-size: 14px;
}
.navegacionBusqueda .resumenPaginacion{
    float: left;
    padding-top: 8px;
}

.navegacionBusqueda ul.selectorPag{
    padding-left: 10px;
}

.navegacionBusqueda ul.selectorPag li,
.contenedor-orden-paginacion ul.selectorPag li{u
    text-align: center;
    background-color: #9dd9b1;
    list-style-type: none;
    float: left;
    color: #036F39;
    border-radius: 5px;
    padding: 10px;
    margin-left: 5px;
    min-width: 40px;
    text-align: center;
}

.contenedor-orden-paginacion ul.selectorPag li.activa, 
.contenedor-orden-paginacion ul.selectorPag li:hover,
.contenedor-orden-paginacion ul.selectorPag li:hover{
    cursor: pointer;
    background-color: #18A65F;
    color: #FFF;
}

.contenedor-orden-paginacion .selectorPag{
    float: right;
}
@media all
and (min-width : 768px) 
and (max-width : 1024px) {
    .navegacionBusqueda ul.selectorPag{
        margin-right: 20px;
    }
    .navegacionBusqueda{
        float: left;
        padding-left: 15px;
    }
}