﻿.mov_menu_nav
{
    color:#e9e99c;
    background-color:#850312;
    z-index:300;
    display:none;
    font-size: 1.1rem;
    border-style:solid;
    border-color:#850312; 
    border-width: 6px;
     -webkit-border-radius: 15px; /* Chrome y Safari */
    -o-border-radius: 15px; /* Opera */
    -moz-border-radius:15px; /* Mozilla Firefox */
    -ms-border-radius:15px; /* Internet Explorer */
    border-radius: 15px;
}

.mov_menu_lista > li
{
    
     border-bottom:1px solid gray;
       -webkit-border-radius: 15px; /* Chrome y Safari */
    -o-border-radius: 15px; /* Opera */
    -moz-border-radius:15px; /* Mozilla Firefox */
    -ms-border-radius: 15px; /* Internet Explorer */
    border-radius: 15px;
}

.mov_menu_lista > li img
{
    position:relative;
    padding-right:1px;
}


.triangulo_b                    /* triangulo normal que se situa al lado y en la esquina del elemento */
{
    right:10%;
    top:16px;
    display:inline-block;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #e9e99c;
    -webkit-transition: top 0.1s ease-in; /* Chrome y Safari */
    -o-transition: top 0.1s ease-in; /* Opera */
    -moz-transition: top 0.1s ease-in; /* Mozilla Firefox */
    -ms-transition: top 0.1s ease-in; /* Internet Explorer */
    transition: top 0.1s ease-in; /* W3C */
}

.mov_text
{
  padding-left:10%;
  width:100%;
}

.mov_menu_lista ul
{
     list-style: none;
}

.mov_menu_lista
{
     list-style: none;
}

.mov_opcion   /* opciones que tienen subopciones*/
{
    background-color:#850312;     
    padding-top:12px;
    padding-bottom:12px;
    cursor: pointer;
    position:relative;
}

.mov_opcion_sin_mas
{
    background-color:#850312;    
    padding-top:12px;
    padding-bottom:12px;
    cursor: pointer;
}

.mov_contenido_opcion
{
    background-color:#850312;  
    margin-top:12px;
    display:none;
    color:#f8f8e0; /* color hueso */
}

.formato_b
{
    padding-top:8px;
    padding-bottom:8px;
}

    .formato_b > li
    {
        padding-top:7px;
        padding-bottom:7px;
    }

.mov_datalist_opciones
{
    width:100%;
}


.fila_menu_datalist
{
    color:#e9e99c;
    display: flex;display: -webkit-flex;display: -moz-flex;display: -ms-flexbox;
    flex-direction: row;-webkit-flex-direction: row;-moz-flex-direction: row;-ms-flex-direction: row;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    cursor:pointer;
    border-bottom:1px solid #6c6c6c;
    
}


.fila_menu_datalist_modelo_b
{
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    flex-direction: row;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    cursor: pointer;
    border-bottom: 1px solid #6c6c6c;
     -webkit-border-radius: 15px; /* Chrome y Safari */
    -o-border-radius: 15px; /* Opera */
    -moz-border-radius:15px; /* Mozilla Firefox */
    -ms-border-radius: 15px; /* Internet Explorer */
    border-radius: 15px;
}

    .fila_menu_datalist:hover
    {
        
    }

        .fila_menu_datalis_modelo_b:hover
    {
        
    }

