*{

margin:0px;
padding: 0px;


}



a{

text-decoration: none;
color: black;

}


/*LOGOS Y MENUS*/




.header{

width: 100%;
height:120px;
position: absolute;
top: 9vh;





}

.contlogo{

    width: 100%;
    height: 80px;

    position:absolute;
    top:0vh;
   
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    z-index: 2;  


   
}


/*.divsublogo{

width: 100%;
height: 50px;




display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
 position: absolute;
 top:90px;



 z-index: 2;



}*/



/*BOTON DE DESPLIEGE DE MENU WEB y movil*/




    .divbtnmenumovilyweb{

        width: 100%;
        height: 30px;

        position: absolute;
        top: 90px;
    
        display: flex;

        flex-direction: column;
        align-items: center;
        justify-content: center;
    
        cursor: pointer;


         z-index: 2;










    }

    .imagenbtnmenuweb{

        width:20px;
        height: auto;
 

    }
	

    .divbtnmenumovilywebcierre{

        width: 100%;
        height: 30px;

        position: absolute;
        top:90px;
    
        display: none;

        flex-direction: column;
        align-items: center;
        justify-content: center;
    
        cursor: pointer;


         z-index: 2;








    }

    .imagenbtnmenuwebcierre{

        width:10px;
        height: 10px;
 

    } 


                          /*MENU WEB y movil*/





.divcontdivsmenuweb{

        width:100%;
        height:40px;
        align-items: center;
        justify-content: center;
        display: none;
        z-index: 9999999;

        position: absolute;
        top:120px;
     



}

.neuemenuportada{

font-family: neue, sans-serif;
font-size: 11px;
font-weight: 100;
margin-bottom: 0px;




}

.divbtnseleccweb{



    width: auto;
    height: 80px;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;


}



.divbtngaleriaweb{

    
   
    width: auto;
    height: 80px;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;




}




.contenlacetienda{




    width: auto;
    height: 80px;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;




}



    



.contenlacecontacto{



    width: auto;
    height: 80px;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;



}



.indiceestilo{
font-family: georgia, sans-serif;
font-style: normal;
font-weight: 600;
font-size: 12px;

}

.estilosublogo{
font-family: neue, sans-serif;
font-style: normal;
font-weight: 300;
font-size: 13px;

}

.geotitulo{

font-family: georgia, sans-serif;
font-style: italic;
font-weight: 600;
font-size: 11px;



}

.geosubtitulo{

font-family: georgia, sans-serif;
font-style: italic;
font-weight: 400;
font-size: 12px;
opacity: .5;
margin-top: -1px;


}
 
                                                 /* estilo submenus.*/


                                                 

.divcontsubmenuselecweb{

    position: absolute;

    top:170px;

    width: 100%;
    height: auto;

    margin-top: 20px;
    margin-bottom: 30px;

     background-color: white; /*oculta la cartela y el bton inferior*/

   padding-bottom: 40px;

    display: none;
    z-index: 1000;

}


.divcontsubmenugaleriaweb{



    position: absolute;

    top:170px;

    width: 100%;
    height: auto;

    margin-top: 20px;
    margin-bottom: 30px;

    padding-bottom: 40px;

    background-color: white; /*oculta la cartela y el bton inferior*/



    display: none;
    z-index: 1000;

}


.parrillaindiceportada{



display: grid;
grid-template-columns:100%;




}




.divsubmenu{

        position: relative;

    width: 100%;
    height: 90px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;



}

.divsubmenuindice{

    width: 100%;
    height: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: white;

}

.enlacesubmenu{

    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right:10px;


}


@media(min-width:1301px){
     


.parrillaindiceportada{

grid-template-columns: 33% 34% 33%;

}


}