﻿.widgetServiciosDestacados-Contenedor li{
    /*position:absolute;
    left:0;
    top:180px;
            z-index: 9999;*/
    float:left;
    width:25%;

}
.widgetServiciosDestacados-Div-Img{
    width: 75px;
    height: 73px;
    background-repeat: no-repeat;
    -moz-background-size: 32.5px 32.5px;
    -o-background-size: 32.5px 32.5px;
    -webkit-background-size: 32.5px 32.5px;
    background-size: 32.5px 32.5px;
    background-position: center center;
}
.widgetServiciosDestacados-Div-Txt{
    position:relative;
    top:45px;
    padding:2px;
    font-size: 10px;
}

.widgetServiciosDestacados-Contenedor li:nth-child(odd) div{
    background-color:#da542e;
    margin: auto;
}
.widgetServiciosDestacados-Contenedor li:nth-child(2n) div{
    background-color:#2d85ef;
    margin: auto;
}
.widgetServiciosDestacados-Contenedor li{
list-style:none;
margin-bottom:3px;
}

@media screen and (max-width:768px){
    .widgetServiciosDestacados-Contenedor {
        display:none;
    }
}

.widgetServiciosDestacados-Contenedor div{
float:left;
min-width:77px;
width:23%;
margin-top:1%;
margin-left:1%;
margin-right:1%;
}

.widgetServiciosDestacados-Contenedor div:nth-child(odd) div{
    background-color:#da542e;
}
.widgetServiciosDestacados-Contenedor div:nth-child(2n) div{
    background-color:#2d85ef;
}