#floater {
    POSITION: absolute
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

.btn-menu {
    display: none;
    padding: 20px;
    background: #0d2c44;
    color: #fff;
}

.btn-menu .icono {
    float: right;
}

.contenedor-menu {
    /*width: 20%;
	min-width: 300px;
    margin: 50px;*/
    width: 240px;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    line-height: 18px;
    padding-left: 5px;
}

.contenedor-menu .menu {
    width: 100%;
}

.contenedor-menu ul {
    list-style: none;
}

.contenedor-menu .menu li a {
    color: #ffffff;
    display: block;
    padding: 6px 20px;
}

.menuprimario {
    border-radius: 10px;
    margin-bottom: 5px;
    background: #9e0b0e;
    font-weight: bold;
    font-size: 14px;
}

.menucontenido {
    overflow: hidden;
    margin-top: -5px;
    border-radius: 0px 0px 10px 10px;
    margin-bottom: 5px;
    height: 120px;
}

.contenedor-menu .menu li a:hover {
    /*background: #1a95d5;*/
    color: #fff;
}

.contenedor-menu .menu .icono {
    font-size: 12px;
    line-height: 18px;
}

.contenedor-menu .menu .icono.izquierda {
    float: left;
    margin-right: 10px;
}

.contenedor-menu .menu .icono.derecha {
    float: right;
    margin-left: 10px;
}

.contenedor-menu .menu ul {
    display: none;
}

.contenedor-menu .menu ul li a {
    color: #ffffff;
    font-size: 12px;
    padding: 0px 0px 0px 30px;
    font-weight: bold;
}

.contenedor-menu .menu .activado>a {
    /*background: #1a95d5;*/
    color: #fff;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}


/*
@media screen and (max-width: 450px) {
    body {
        padding-top: 80px;
    }
    .contenedor-menu {
        margin: 0;
        width: 100%;
        position: fixed;
        top: 0;
        z-index: 1000;
    }
    .btn-menu {
        display: block;
    }
    .contenedor-menu .menu {
        display: none;
    }
}
*/

#menuc1 a:hover {
    background: #f7941d !important;
}

#menuc1.activado a {
    background: #f7941d !important;
}

#menuc1 ul {
    background: #f7941d !important;
}

#menuc1 ul li a:hover {
    color: #9e0b0e !important;
}

#menuc2 a:hover {
    background: #ab6fe4 !important;
}

#menuc2.activado a {
    background: #ab6fe4 !important;
}

#menuc2 ul {
    background: #ab6fe4 !important;
}

#menuc2 ul li a:hover {
    color: #3b197e !important;
}

#menuc3 a:hover {
    background: #c1bf00 !important;
}

#menuc3.activado a {
    background: #c1bf00 !important;
}

#menuc3 ul {
    background: #c1bf00 !important;
}

#menuc3 ul li a:hover {
    color: #545700 !important;
}

#menuc4 a:hover {
    background: #d28521!important;
}

#menuc4.activado a {
    background: #d28521 !important;
}

#menuc4 ul {
    background: #d28521 !important;
}

#menuc4 ul li a:hover {
    color: #472913 !important;
}

#menuc5 a:hover {
    background: #52a5e4!important;
}

#menuc5.activado a {
    background: #52a5e4 !important;
}

#menuc5 ul {
    background: #52a5e4 !important;
}

#menuc5 ul li a:hover {
    color: #07356b !important;
}

#menuc6 a:hover {
    background: #42c2c7 !important;
}

#menuc6.activado a {
    background: #42c2c7 !important;
}

#menuc6 ul {
    background: #42c2c7 !important;
}

#menuc6 ul li a:hover {
    color: #195189 !important;
}

#menuc7 a:hover {
    background: #8599e3 !important;
}

#menuc7.activado a {
    background: #8599e3 !important;
}

#menuc7 ul {
    background: #8599e3 !important;
}

#menuc7 ul li a:hover {
    color: #1e3668 !important;
}