/* 
    Created on : 8/10/2015, 10:30:54 PM
    Author     : AAFR <aalfonso@conaculta.gob.mx>
*/


/* Menu vertical */

#drawer {
    position: absolute;
    /*    top: 195px;*/
    transform: translate(-365px,0);
    transition: transform 0.3s ease;
    padding-top: 20px;
    padding-left: 3.5%;
    padding-right: 10px;
    z-index: 3;
    width: 305px;
}

#drawer.open {
    transform: translate(0,0);
}

.fondo_mv{
    color: #FFFFFF;
    background-color: rgba(33,34,33,0.8);
}


@media screen and (min-width: 1045px){
    #drawer{
        display: none;
    }
}

@media screen and (min-width: 651px){
    #drawer{
        top: 206px;
    }
}

.menuitem_v{
    font-size: 17px;	
    font-weight: bold;
    color: white;
    margin-bottom: 5px;
    padding: 3px;
}

.menuitem_v.selecc_v{
    background-color: rgba(0,0,0,0.30);
}

.titulom_v {
    font-size: 17px;	
    font-weight: bold;
    color: white;
    margin-bottom: 5px;
    cursor:pointer;
}

.menuitem_v.selecc_v .titulom_v{
    color: #ffcc66;
}    

.menuitem_v:hover .titulom_v{
    color: #ffcc66;
}

/* Estilos del submenu vertical */

.submenu_v{
    color: rgba(255,255,255,1);
    font-size: 85%;
    font-weight: normal;
    line-height: 170%;
    display: none;
}

.submenuitem_v{
    display: block;
}

.submenuitem_v a{ 
    text-decoration: none;
    color: rgba(255,255,255,1.00);
}

.submenuitem_v:hover a{
    text-decoration: none;
    color: rgba(255,255,255,1);
}

.submenuitem_v a:hover{
    color: #ffcc66;
}

#rsocial_ver{
    display: flex;
    justify-content: space-between;
    width: 35%;
    margin-left: auto;
    margin-right: auto;
    align-items:center;
    height: 40px;
}

#rsocial_g_v{           
    align-self:center;  
}

#rsocial_f_v{
    align-self:center; 
}

#rsocial_t_v{           
    align-self:center;
}