/* MENU */
/* Fuente*/
#menu-wrapper{font-family:%menu-font-family% !important;background-color:%menu-background-color% !important}
#menu-wrapper .vsmmenu  .vsmmenu{background-color:%menu-background-color% !important}
.header-wrapper .search .form{background-color:%menu-background-color% !important}
/* Color de texto */
.menu-wrapper .vsmmenu span.mitem A.mitem{color:%menu-color% !important}
/* Color de opción seleccionada */
.menu-wrapper .vsmmenu span.mitem.selected{background-color:%menu-selection-color-hover% !important} 
.menu-wrapper .vsmmenu span.mitem.selected A.mitem{color:%menu-selection-color% !important}
/* Color del hover */
.menu-wrapper .vsmmenu span.mitem>a:hover{color:%menu-selection-color% !important;background-color:%menu-selection-color-hover% !important}

/* ENCABEZADO */
/* Color de fondo */
#header-wrapper{background-color: %header-background-color% !important;background-image:url(/files/image/27/27616/5b732681f18a3.jpg) !important;background-position:50% 0 !important;background-repeat:no-repeat !important;background-size:auto}
/* Logo */
.header-wrapper .logo-wrapper .logo{background-image:url('/files/image/28/28182/5bb3bd2036d53.png') !important;background-size:cover !important}

/*PAGINA*/
/* Fondo de página */
body{background-color:%body-background-color% !important}
#pagecontent-wrapper{background-color:%body-background-color% !important;background-image:url(/lib/1x1.gif) !important;background-repeat:repeat !important;background-size:auto;background-position:50% 0}

/* Color y fuente de títulos */
.headline{font-family: %headline-font-family% !important;color:%headline-color% !important} 
/* Fuente en bajadas, textos, volantas */
.mainfont{font-family:%main-font-family% !important}
.mainfont p{font-family:%main-font-family% !important}

@media(max-width:769px){
    .header-wrapper #menu-wrapper{background:%header-background-color% !important}
}