﻿/* CSS MegaMenu */

/*pdiego, modifico el selector porque sino se fastidiaban otras cosas de la web*/
#cssmenu > p {
    font-size: 16px;
}
/*p {
    font-size: 16px !important;
}*/

.mega-menu {
    width: 1200px;
    /*height: auto !important;*/
    height: 600px !important;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 20px;
    /*background-color: #CCCCDD !important;*/
    border-bottom: 1px solid #FFFFFF !important;
    font-family: LetraWeb, Georgia, serif;
    text-align: left;
    text-decoration: none;
}

p .enlace {
    margin-bottom: 0 !important;
}

.mega-menu a {
    text-decoration: none;
    color: #FF0000;
}


.mega-menu .sub-menu-foto {
    margin-bottom: 20px;    
}

.mega-menu .sub-menu-heading {
    color: #009900;
    font-size: small;
    font-weight: bold;
    margin-bottom: 4px;
}

.mega-menu .sub-categoria-heading p {
    color: #009900;
    font-size: small;
    font-weight: bold;
    margin-bottom: 40px !important;
}

.mega-menu .sub-menu-txt {
    font-size: small;
    line-height:1.3em;
}


.mega-menu .sub-menu-col {    
    margin-bottom: 20px !important;
}

.mega-menu .sub-menu-col p {
    margin-bottom: 0 !important;
}

/*
.mega-menu p {
    font-family: LetraWeb, Georgia, serif;
    color: #000000;
    font-size: small;
    text-align: left;
    line-height: 1.3em;
}
*/

.mega-menu row {
    width: 600px;
    height: 300px;
    background-color: #FF0000 !important;
    overflow: hidden;
    padding: 10px;
}

.mega-menu row li {
    width: 100px;
    overflow: hidden;
    padding: 10px;
}



@media screen and (max-width:1300px) {
    .mega-menu {
        width: 1000px;
    }
}

@media screen and (max-width:1100px) {
    .mega-menu {
        width: 900px;
    }
}
