/* MENU */
/* Fuente*/
#menu-wrapper{font-family: %menu-font-family% !important; background-color: %menu-background-color% !important}
#menu-wrapper .vsmmenu{color: %menu-color% !important}
#menu-wrapper .mainmenu .vsmmenu li.mitem{color: %menu-color% !important}
#header-wrapper .search .form{background-color: %menu-background-color% !important}
#menu-wrapper .menu #menumain .vsmmenu li.mitem A.mitem{color: %menu-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(/lib/1x1.gif) !important; background-position: 50% 0 !important; background-repeat: no-repeat !important; background-size: auto}
/* Logo */
.header-wrapper .logo-wrapper .logo{background-image: url('/1/img/header/header-logo.png') !important; background-size: contain !important}

/*PAGINA*/
/* Fondo de página */
body{background-color: transparent !important}
#pagecontent-wrapper{background-color: transparent !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}
    .header-wrapper.menu #menu-wrapper .menu{background-color: %menu-background-color% !important}
    #menu-wrapper .menu .vsmmenu li.mitem .vsmmenu a.mitem{color: %menu-color% !important}
}