@charset "utf-8";
#nuevomenu h2,
#nuevomenu p {
    text-align: center;
    color: #333
}

#nuevomenu a {
    color: #fff
}

#nuevomenu,
#nuevomenu ul {
    margin: 0;
    padding: 0;
    list-style: none
}

#nuevomenu {
    width: 960px;
    margin: 0 auto;
    border: 1px solid #333;
    background-color: #333;
    border-radius: 0;
    box-shadow: 0 1px 1px #333, 0 1px 0 #333 inset
}

#nuevomenu:after,
#nuevomenu:before {
    content: "";
    display: table
}

#nuevomenu:after {
    clear: both
}

#nuevomenu li {
    float: left;
    border-right: 1px solid #333;
    box-shadow: 1px 0 0 #333;
    position: relative
}

#nuevomenu a {
    float: left;
    padding: 5px 10px;
    color: #fff;
    font: bold 12px Arial, Helvetica;
    text-decoration: none
}

#nuevomenu li:hover>a {
    color: #fff
}

#nuevomenu ul {
    margin: 15px 0 0 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 1;
    background: #333;
    box-shadow: 0 -1px 0 rgba(255, 255, 255, .3);
    border-radius: 0;
    transition: all .2s ease-in-out
}

#nuevomenu li:hover>ul {
    opacity: 1;
    visibility: visible;
    margin: 0
}

#nuevomenu ul ul {
    top: 0;
    left: 150px;
    margin: 0 0 0 15px;
    -webkit-box-shadow: -1px 0 0 rgba(255, 255, 255, .3);
    box-shadow: -1px 0 0 rgba(255, 255, 255, .3)
}

#nuevomenu ul li {
    float: none;
    display: block;
    border: 0;
    box-shadow: 0 1px 0 #333, 0 2px 0 #333
}

#nuevomenu ul li:last-child {
    -webkit-box-shadow: none;
    box-shadow: none
}

#nuevomenu ul a {
    padding: 5px;
    width: 130px;
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none
}

#nuevomenu ul a:hover {
    background-color: #99c2e8;
    background-image: -moz-linear-gradient(#99c2e8, #99c2e8);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#99c2e8), to(#99c2e8));
    background-image: -webkit-linear-gradient(#99c2e8, #99c2e8);
    background-image: -o-linear-gradient(#99c2e8, #99c2e8);
    background-image: -ms-linear-gradient(#99c2e8, #99c2e8);
    background-image: linear-gradient(#99c2e8, #99c2e8)
}

#nuevomenu ul li:first-child>a {
    -webkit-border-radius: 0;
    border-radius: 0
}

#nuevomenu ul li:first-child>a:after {
    content: '';
    position: absolute;
    left: 30px;
    top: -6px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #333
}

#nuevomenu ul ul li:first-child a:after {
    left: -6px;
    top: 50%;
    margin-top: -6px;
    border-left: 0;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    border-right: 6px solid #333
}

#nuevomenu ul li:first-child a:hover:after {
    border-bottom-color: #74acdf
}

#nuevomenu ul ul li:first-child a:hover:after {
    border-right-color: #74acdf;
    border-bottom-color: transparent
}

#nuevomenu ul li:last-child>a {
    -webkit-border-radius: 0;
    border-radius: 0
}

#nuevomenu-trigger {
    display: none
}

@media screen and (max-width:600px) {
    #nuevomenu-wrap {
        position: relative
    }
    #nuevomenu-wrap * {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
    #nuevomenu-trigger {
        display: block;
        height: 30px;
        line-height: 40px;
        cursor: pointer;
        padding: 0 0 0 35px;
        border: 1px solid #333;
        color: #333;
        font-weight: 700;
        background-color: #333;
        -webkit-border-radius: 0;
        border-radius: 0;
        box-shadow: 0 1px 1px #333, 0 1px 0 #333 inset
    }
    #nuevomenu {
        margin: 0;
        padding: 10px;
        position: absolute;
        top: 30px;
        width: 100%;
        z-index: 1;
        background-color: #333;
        display: none;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    #nuevomenu:after {
        content: '';
        position: absolute;
        left: 25px;
        top: -8px;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid #333
    }
    #nuevomenu ul {
        position: static;
        visibility: visible;
        opacity: 1;
        margin: 0;
        background: 0 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    #nuevomenu ul ul {
        margin: 0 0 0 20px!important;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    #nuevomenu li {
        position: static;
        display: block;
        float: none;
        border: 0;
        margin: 5px;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    #nuevomenu ul li {
        margin-left: 20px;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    #nuevomenu a {
        display: block;
        float: none;
        padding: 0;
        color: #999
    }
    #nuevomenu a:hover {
        color: #74acdf
    }
    #nuevomenu ul a {
        padding: 0;
        width: auto
    }
    #nuevomenu ul a:hover {
        background: 0 0
    }
    #nuevomenu ul li:first-child a:after,
    #nuevomenu ul ul li:first-child a:after {
        border: 0
    }
}

@media screen and (min-width:600px) {
    #nuevomenu {
        display: block!important
    }
}

.no-transition {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    opacity: 1;
    visibility: visible;
    display: none
}

#nuevomenu li:hover>.no-transition {
    display: block
}

#menufact p:hover {
    background-color: #999
}