﻿
#contenedor-herramientas ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: fixed;
    right: 0;
    top: 150px;
    z-index: 10;
}

@media (max-width: 1130px) {
    #contenedor-herramientas ul {
        display: table-row;
        top: 60px;
        left: 0px;
        right: 1px;
        z-index: 150;
    }

        #contenedor-herramientas ul li {
            padding-top: 5px;
            padding-left: 5px;
            display: table-cell;
            opacity: 0.7;
        }
}

#contenedor-herramientas ul li {
    background: #1C1C1B;
    transition: background 1.0s linear 0s;
    -moz-transition: background 1.0s linear 0s;
    -webkit-transition: background 1.0s linear 0s;
    padding-top: 10px;
    padding-left: 10px;
}

    #contenedor-herramientas ul li a:link {
        display: block;
        height: 40px;
        position: relative;
        /*text-indent: -9999px;*/
        width: 40px;
        text-decoration: none;
    }

    #contenedor-herramientas ul li a:visited {
        display: block;
        height: 40px;
        position: relative;
        text-indent: -9999px;
        width: 40px;
    }

    #contenedor-herramientas ul li:hover {
        background: #0882B2;
        width: 50px;
    }
.inicio {        
    /*width: 30px !important;
    height: 30px !important;*/
    color:#fff;
    font-size:25px;
}
.unidades {
    color: #fff;
    /*width: 30px !important;
    height: 30px !important;*/
    font-size: 25px;
}


