/**********************************************************************************************************************/
/** ESTILOS www.fenavin.com                       					 							  			          */
/**********************************************************************************************************************/

/** Importación de Google Fonts ***************************************************************************************/

@import url(https://fonts.googleapis.com/css?family=Dosis:400,700);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);


/** ELEMENTOS GENERALES ***********************************************************************************************/

html {
	margin: 0px;
	padding: 0px;
}

iframe.oculto {
    margin:0px;
    padding:0px;
    overflow: hidden;
    visibility: hidden;
    display: none;
}

body {
    margin: 0px;
    padding: 0px;
	background-color: #FFFFFF;
}

p {
    color: #211915;
    font-family: 'Dosis', sans-serif;
    font-size: 1.1em;
}

li {
    margin-bottom: .5em;
    color: #211915;
    font-family: 'Dosis', sans-serif;
    font-size: 1em;
}
li li {
    font-size: inherit;
}

a {
    outline: none;
    color: #211915;
    text-decoration: underline;
    text-align: center;
}
a:hover {
    text-decoration: none;
}

img {
    border: 0px;
    margin: 0px;
    padding: 0px;
    display: block; 
}

.clearfloat {
    clear:both;
    float:none;
}

h1 {
    font-family: 'Dosis', sans-serif;
    font-size: 1.3em;
    color: #211915;
}

h2 {
    font-family: 'Dosis', sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    color: #9c1612;
}

h3 {
    font-family: 'Dosis', sans-serif;
    font-size: 1.1em;
    color: #211915;
}

h4 {
    font-family: 'Dosis', sans-serif;
    font-size: 1.1em;
    color: #211915;
}
h4::before {
    content: "> ";
}

table {
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    margin-bottom: 20px;
}

th {
    margin-right: 2px;
    padding-left: .3em;
    padding-top: .3em;
    padding-bottom: .3em;
    text-align: left;
    font-family: 'Dosis', sans-serif;
    color: #FFFFFF;
    font-size: 1em;
    line-height: normal;
    background-color: #211915;
}

tbody tr:hover {
    font-weight: bold;
}

td {
    margin-right: 2px;
    padding-left: .2em;
    padding-right: .2em;
    padding-top: .3em;
    padding-bottom: .3em;
    text-align: left;
    font-family: 'Dosis', sans-serif;
    color: #000000;
    font-size: 1em;
    line-height: normal;
    border-bottom: 1px solid #CCCCCC;
}

fieldset {
    margin: 0px;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 10px;
    border: 1px solid #AAAAAA;
}

legend {
    color: #a22e2b;
    font-family: 'Dosis', sans-serif;
    font-size: 1em;
}

hr {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    border-color: #a22e2b;
}


/** ESTRUCTURA ********************************************************************************************************/

#cabecera, #cabeceraM {
    position: relative;
    height: 166px;
    overflow: hidden;
}
#cabecera img.fondoCabecera, #cabeceraM > img {
    max-width: 1200px;
}

#contenedor {
    padding-bottom: 1.5em;
}

#contenido {
}

#pie {
    padding-bottom: 2em;
    background-color: #262626;
}
#pie p {
    color: #FFFFFF;
    text-align: right;
}
#pie p a {
    color: #FFFFFF;
}
#pie .logosPie {
    float: left;
}
#pie .logosPie h3 {
    color: #FFFFFF;
}
#pie .logosPie img {
    margin-right: 3em;
    margin-bottom: 1em;
    float: left;
}


/** MENU REDES SOCIALES ***********************************************************************************************/
    
#menuRRSS {
    position: absolute;
    top: .5em;
    left: 91%;
}

#menuRRSS_M {
    margin-top: .5em;
    margin-right: .5em;
    float: right;
}

.botonRS {
    float: left;
    margin-left: .5em;
}
.botonRS img {
    max-width: 25px;
}


/** MENU IDIOMAS ******************************************************************************************************/

#menuIdiomas {
    margin: 0px;
    margin-top: .5em;
    margin-bottom: .8em;
    float: right;
}

#menuIdiomasM {
    margin-bottom: .5em;
}

#menuIdiomas li {
    margin-left: .5em;
    float: left;
    list-style: none;
    font-size: .9em;
    color: #67666a;
}
#menuIdiomas li::before {
    margin-right: .3em;
    content: "| ";
    font-weight: bold;
    font-size: 1.1em;
}
#menuIdiomas li:first-child::before {
    content: "";
}
#menuIdiomas li a {
    text-decoration: none;
    color: #67666a;
}
#menuIdiomas li a:hover {
    text-decoration: underline;
    color: #9c1612;
}


/** MENU PRINCIPAL ****************************************************************************************************/

#menu {
	margin: 0px;
    padding: 0px;
}

.bloqueMenu {
    margin-bottom: .5em;
}

.cabeceraBloqueMenu {
    margin-bottom: .5em;
    padding: .4em;
    background-color: #9c1612;
    cursor: pointer;
}
.cabeceraBloqueMenu h1 {
    margin: 0px;
    color: #FFFFFF;
    font-size: 1.2em;
    font-weight: normal;
    float: left;
}
.cabeceraBloqueMenu > img {
    margin-right: .5em;
    margin-top: .4em;
    max-width: 25px;
    float: right;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
}
.cabeceraBloqueMenu > img.rotation {
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}

.bloqueOpcionesMenu {
    padding-left: 1.5em;
    display: none;
}

.bloqueOpcionesMenu li {
    margin: 0px;
    margin-bottom: .4em;
    padding-left: 0;
    list-style: none;
    list-style-image: url(../imagenes/flechaOpcionMenus.png);
    color: #54514f;
    font-size: 1em;
    font-weight: bold;
}
.bloqueOpcionesMenu li span {
    font-size: .8em;
    font-weight: normal;
    color: #9c1612;
}
.bloqueOpcionesMenu li:hover, .bloqueOpcionesMenu li.opcion_ON {
    color: #9c1612;
}

.bloqueOpcionesMenu li.subOpcionMenu {
    margin-left: 1.5em;
    list-style-image: url(../imagenes/flechaSubopcionMenus.png);
}

.bloqueOpcionesMenu li a {
    text-decoration: none;
    color: #54514f;
}
.bloqueOpcionesMenu li a span {
    color: #9c1612;
}
.bloqueOpcionesMenu li:hover a, .bloqueOpcionesMenu li.opcion_ON a {
    color: #9c1612;
    text-decoration: underline;
}


/** MENU PRINCIPAL (Phone) ********************************************************************************************/

#menuLateralMovil {
    display: none;
}

.sidr-class-clear {
    clear:both;
    float:none;
}

.sidr-class-iconoCerrarMenuM {
    cursor: pointer;
    float: right;
    max-width: 24px;
    margin-top: .5em;
    margin-right: .8em;
    margin-bottom: .5em;
}

.sidr h1 {
    padding: 0px !important;
    line-height: normal !important;
    background-image: none !important;
    box-shadow: none !important;
}

.sidr-class-cabeceraBloqueMenuM {
    margin-top: .5em;
    margin-bottom: .5em;
    padding: .3em;
    background-color: #9c1612;
}
.sidr-class-cabeceraBloqueMenuM h1 {
    margin: 0px;
    color: #FFFFFF;
    font-size: 1.1em;
    font-weight: normal;
    float: left;
}

.sidr ul {
    display: block;
    margin: 0;
    padding: 0;
    padding-left: .5em;
    border-top: 0;
    border-bottom: 0;
}

.sidr ul li {
    display: block !important;
    margin: 0 !important;
    margin-bottom: .7em !important;
    line-height: 1em !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
    text-align: left !important;
    float: left !important;
    width: 100% !important;
}

.sidr ul li a, .sidr ul li span {
    text-align: left;
    color: #282828;
    text-decoration: none;
}
.sidr ul li span {
    padding: 0px;
    color: #9c1612;
    display: inline;
}

.sidr-class-bloqueOpcionesMenuM {
    padding-left: .7em;
}
.sidr-class-bloqueOpcionesMenuM li {
    margin: 0px;
    margin-bottom: .3em;
    padding-left: 0;
    list-style: none;
    background-image: url(../imagenes/flechaOpcionMenus@2x.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 7px auto;
    color: #FFFFFF;
    font-size: .9em;
    font-weight: bold;
}
.sidr-class-bloqueOpcionesMenuM li span {
    font-size: .8em;
    font-weight: normal;
    color: #9c1612;
}
.sidr-class-bloqueOpcionesMenuM li:hover, .sidr-class-bloqueOpcionesMenuM li.opcion_ON {
    color: #9c1612;
}

.sidr-class-bloqueOpcionesMenuM li:hover a, .sidr-class-bloqueOpcionesMenuM li.opcion_ON a {
    color: #9c1612;
    text-decoration: underline;
}

.sidr-class-bloqueOpcionesMenuM li.sidr-class-subOpcionMenu {
    margin-left: 1.5em !important;
    background-image: url(../imagenes/flechaSubopcionMenus@2x.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 12px auto;
}

.botonMenuMovil {
    margin-top: 8px;
    padding: 7px 7px;
    border-radius: 3px;
    float: left;
    display: block;
    border: 1px solid #262626;
}
.botonMenuMovil .bar{
    margin-bottom: 3px;
    width: 18px;
    height: 3px;
    display: block;
    background-color: #262626;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}
.botonMenuMovil .bar:last-child{
    margin-bottom: 0;
}



/** OBJETOS ***********************************************************************************************************/

#fechaFeria {
    position: absolute;
    top: 82%;
    right: 1%;
}
#fechaFeria p {
    margin: 0px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 1.2em;
}

#fechaFeriaM {
    float: right;
    max-width: 82%;
}
#fechaFeriaM p {
    font-weight: bold;
}

.bloqueCampoFormulario {
    margin: 0px;
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
}
.bloqueCampoFormulario p {
    margin: 0px;
    font-size: 1em;
    color: #333333;
}
.bloqueCampoFormulario input {
    margin: 0px;
    margin-top: .2em;
    padding: 5px;
    color: #000000;
    font-family: 'Dosis', sans-serif;
    font-size: 1.1em;    
    font-weight: bold;
    border: 1px solid #dadada;
    float: left;
    min-height: 30px;
}
.bloqueCampoFormulario select {
    margin: 0px;
    margin-top: .2em;
    padding: 4px;
    color: #000000;
    border: 0px;
    font-family: 'Dosis', sans-serif;
    font-size: 1.1em;    
    font-weight: bold;
    border: 1px solid #dadada;
    float: left;
    min-height: 42px;
}
.bloqueCampoFormulario textarea {
    margin: 0px;
    margin-top: .2em;
    padding: 5px;
    color: #000000;
    font-size: 1.1em;    
    font-family: 'Dosis', sans-serif;
    font-size: 1.1em;    
    border: 1px solid #dadada;
}
.bloqueCampoFormulario img {
    float: left;
    margin-top: 1.5px;
    margin-left: 5px;
}
input[type=radio] + p, input[type=checkbox] + p, input[type=text] + p {
    margin-left: .5em;
    display: inline;
}

/********************/

.bloqueTiposProducto {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.bloqueTiposProducto label {
    margin: .5rem 0;
    flex-basis: 25%;
}

.bloqueAniadas {
    margin-left: 3rem;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.bloqueAniadas > p {
    margin: 0;
    margin-right: 1rem;
    width: 40px;
    font-weight: bold;
}

/********************/

.boton {
    margin: 0px;
    background-color: #FFFFFF;
    display: table;
    cursor: pointer;
    float: right;
    border: 2px solid #9c1612;
}
.boton:hover {
    background-color: #9c1612;
}
.boton p {
    margin: 0px;
    margin-top: 3px;
    margin-bottom: 3px;
    margin-left: .5em !important;
    margin-right: .5em !important;
    font-size: .9em !important;
    font-weight: bold !important;
    color: #9c1612 !important;
    text-transform: uppercase;
    display: table; 
    float: left;  
}
.boton:hover p {
    color: #FFFFFF !important;
}
.boton .iconoBoton {
    float: right;
}
.boton .iconoBotonVolver {
    float: left;
}
.boton .iconoBoton img, .boton .iconoBotonVolver img {
    max-width: 25px;
}

#mensajeResultados {
    margin: 0px;
    margin-top: 5em;
    margin-bottom: 5em;
    margin-left: auto;
    margin-right: auto;
    padding: 2em;
    width: 70%;
    border-left: 3px solid #D0D0D0;
    border-right: 3px solid #D0D0D0;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
}

.campoObligatorio {
    color: #ff0000;
    font-weight: bold;
    font-size: 1em;
}

.banner {
    margin-left: auto;
    margin-right: auto;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    overflow: hidden;
    display: table;
}

#tituloPagina {
    margin-top: 1em;
    margin-bottom: 1.5em;
    float: right;
}
#tituloPagina h1, #tituloPagina h2, #tituloPagina h3 {
    margin: 0px;
    font-size: 1.1em;
    text-transform: uppercase;
    display: inline;
}
#tituloPagina h1 {
   color: #ad4f4e;
}
#tituloPagina h2 {
    color: #54514f;
    font-weight: bold;
}
#tituloPagina h2::before {
    margin-left: .2em;
    margin-right: .2em;
    font-weight: bold;
    font-size: 1.4em;
    content: ">";
}
#tituloPagina h3 {
    margin: 0px;
    font-weight: bold;
    font-size: 1em;
}
#tituloPagina h3::before {
    margin-left: .2em;
    margin-right: .2em;
    font-weight: bold;
    font-size: 1.4em;
    content: ">";
}

.textoNota {
    font-size: .8em !important;
}

.bloqueImagen img {
    width: 100%;
}

.imagenIzda {
    margin-right: 1em;
    float: left;
}
.imagenDcha {
    margin-left: 1em;
    float: right;
}

.videoResponsive {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    max-width: 560px;
}
.videoResponsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}


/** PAGINACION **********************************************************************************************************/

#controlesPaginacion {
    margin: 0em;
    padding: 0px;
    float: right;
}

#controlesPaginacion img {
    margin: 0px;
    margin-top: .1em;
    margin-left: 2px;
    margin-right: 2px;
    padding: 0px;
    max-width: 12px;
    float: left;
}

#controlesPaginacion p {
    margin: 0px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 0px;
    color: #333333;
    font-size: 0.8em;
    float: left;
}


/** BANNERS ***********************************************************************************************************/

.banner {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    margin-left: auto;
    margin-right: auto;
}

.bannerInscripciones img {
    max-width: 260px;
}


/** AVISO DE COOKIES ****************************************************************************************************/

#avisoCookie {
    position: fixed;
    padding: 5px;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 60px;
    background: black;
    opacity: 0.9;
    z-index: 1000000;
    overflow: hidden;
}

#avisoCookie > p {
    margin: 0px;
    margin-bottom: .5em;
    margin-left: auto;
    margin-right: auto;
    font-size: .9em;
    color: #FFFFFF;
    width: 50%;
}
#avisoCookie p a {
    color: #FFFFFF;
}

#avisoCookie .boton {
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
}


/** RSS ***************************************************************************************************************/

.logoRSS img {
    max-width: 128px;
}


/** MODULO LOGIN ********************************************************************************************************/

#moduloLogin {
    margin-bottom: 1.5em;
    padding: 1em;
    border: 1px solid #000000;
}

#moduloLogin .tituloModuloLogin {
    margin-bottom: .3em;
    padding-left: .5em;
    background-color: #9c1612;
}
#moduloLogin .tituloModuloLogin h1 {
    margin: 0px;
    margin-right: .5em;
    margin-top: .3em;
    color: #FFFFFF;
    font-weight: normal;
    text-align: left;
    float: left;
}
#moduloLogin .tituloModuloLogin .iconoTituloModulo {
    padding: .3em;
    padding-left: .5em;
    padding-right: .5em;
    background-color: #434342;
    float: right;
}
#moduloLogin .tituloModuloLogin .iconoTituloModulo img {
    max-width: 25px;
}

#moduloLogin .contenidoModuloLogin {
}

.bloqueCampoFormularioLogin {
    margin: 0px;
    margin-bottom: .3em;
    display: table;
    width: 100%;
    overflow: hidden;
}
.bloqueCampoFormularioLogin input {
    margin: 0px;
    padding: 2%;
    width: 96%;
    background-color: #e6e6e7;
    color: #000000;
    font-family: 'Dosis', sans-serif;
    font-size: 1em;
    border: 0px;
    float: left;
}

#mensajesLogin {
    margin-bottom: .3em;
    padding: .3em;
    background-color: #FFFFFF;
    display: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
#mensajesLogin p {
    margin: 0px;
    font-size: .9em;
    font-weight: bold;
    line-height: 1em;
    color: #C5181F;
}

.botonLoginAreaPrivada {
    margin: 0px;
    margin-top: .6em;
    padding: 0;
    background-color: #434342;
    border: 0;
}
.botonLoginAreaPrivada:hover {
    background-color: #9c1612;
}
.botonLoginAreaPrivada p {
    margin-left: 1em !important;
    margin-right: 1em !important;
    margin-top: .3em;
    color: #FFFFFF !important;
    float: right;
}
.botonLoginAreaPrivada .iconoBotonLogin {
    padding: .3em;
    padding-left: .5em;
    padding-right: .5em;
    background-color: #9c1612;
    float: left;
}
.botonLoginAreaPrivada .iconoBotonLogin img {
    max-width: 20px;
}


/** SLIDER PORTADA ****************************************************************************************************/

.estiloFlexslider {
    margin: 0px;
}

.flexslider {
    -webkit-border-radius: 0px !important; 
    -moz-border-radius: 0px !important; 
    -o-border-radius: 0px !important; 
    border-radius: 0px !important; 
}

.flexslider li {
    margin-bottom: 0em;
}

.slides .fotoSlide {
    padding: .3em;
}

.slides li {
    position: relative;
}

.flex-caption {
    position: absolute;
    bottom: 5px;
    left: 5px;
    margin: 0px;
    padding: 2%;
    width: 95%;
    background-color: #000000;
    background: rgba(0,0,0,.7);
    z-index: 999;
    color: #fff;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0,0,0,.3);
    font-size: 25px;
    line-height: 18px;
}

.flex-control-nav {
    bottom: -40px !important;
    left: 0% !important;
    z-index: 9999 !important;
}


/** MODULO DICEN DE ***************************************************************************************************/

#dicenDeFenavin {
    margin-bottom: 1.5em;
}

.bloqueDicenDe {
    margin-bottom: .5em;
    padding-bottom: .5em;
    border-bottom: 1px dashed #54514F;
}

.fotoDicenDe {
    margin-right: 1em;
    float: left;
    width: 8%;
}
.fotoDicenDe img {
    width: 100%;
    max-width: 115px;
}

#dicenDeFenavin p {
    margin: 0px;
}
#dicenDeFenavin p.autor {
    margin-top: .5em;
    color: #9c1612;
}


/** MODULO NOTICIAS PORTADA *******************************************************************************************/

.cabeceraModulo {
    margin-bottom: 1.5em;
    background-image: url(../imagenes/fondoCabeceraModulos.png);
    background-position: bottom;
    background-repeat: repeat-x;
    width: 100%;
}

.cabeceraModulo h1 {
    margin: 0px;
    padding-right: .4em;
    line-height: .8em;
    background-color: #FFFFFF;
    color: #54514f;
    text-transform: uppercase;
    display: table;
}

.noticiaPortada {
    margin-right: 2%;
    width: 32%;
    float: left;
}
.noticiaPortada:nth-child(3n+2) {
    margin-right: 0;
}

.noticiaPortada img {
    margin-bottom: 1em;
}

.noticiaPortada h2 {
    margin: 0px;
    margin-bottom: .5em;
    line-height: 1.1em;
    font-weight: bold;
    font-size: 1.1em;
    color: #35302d;
    text-transform: uppercase;
}
.noticiaPortada h2 a {
    color: #35302d;
    text-decoration: none;
}
.noticiaPortada h2 a:hover {
    text-decoration: underline;
}

.noticiaPortada p {
    margin: 0px;
    line-height: 1.1em;
}


/** PRESENTACIÓN ******************************************************************************************************/

.planoFENAVIN {
    margin-top: 2em;
    margin-bottom: 2em;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}
.planoFENAVIN img {
    width: 100%;
    max-width: 450px;
}

.tarifasSuelo {
    margin-top: -1.5em;
    margin-bottom: 1em;
    padding: .4em;
    margin-left: auto;
    margin-right: auto;
    width: 48%;
    background-color: #d9d9d9;
}
.tarifasSuelo h3, .tarifasSuelo p {
    margin: 0px;
}

.graficoCompradoresFENAVIN {
    margin-top: 2em;
    margin-bottom: 2em;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
}
.graficoCompradoresFENAVIN img {
    width: 100%;
    max-width: 440px;
}

.graficoSectoresActividad {
    margin-top: 2em;
    margin-bottom: 2em;
    margin-left: auto;
    margin-right: auto;
    width: 75%;
}
.graficoSectoresActividad img {
    width: 100%;
    max-width: 440px;
}


/** CLAVES ************************************************************************************************************/

.bloqueHerramienta {
    margin-bottom: 1.5em;
    padding: .5em;
    border: 8px solid #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
}

.bloqueHerramienta h2 {
    margin: 0px;
    margin-bottom: .5em;
}

.bloqueHerramienta .bloqueImagen {
    width: 50%;
}
.bloqueHerramienta p {
    margin-top: 0px;
}


/** GALERIA DEL VINO **************************************************************************************************/

.bloqueFuncionamientoGaleria {
    margin-top: 1em;
    margin-bottom: 2em;
    padding: 1em;
    background-color: #ededed;
}

.bloqueFuncionamientoGaleria .imagenGaleria {
    width: 20%;
}
.bloqueFuncionamientoGaleria .imagenGaleria img {
    margin-top: .3em;
}

.imagenGaleria2 {
    width: 35%;
}


/** GALERIA FENAVIN ORIGINAL ******************************************************************************************/

.imagenForiginal1 {
    margin-top: 1.2em;
    width: 45%;
}

.bloqueFuncionamientoGaleria .imagenGaleriaFOriginal {
    width: 25%;
}


/** LISTADO DE EXPOSITORES ********************************************************************************************/

#ordenListadoExpositores {
    margin-bottom: 1.5em;
    padding: .5em;
    border: 8px solid #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
}

#planoPabellones {
    margin-bottom: 2em;
    margin-left: auto;
    margin-right: auto;
    width: 85%;
}
#planoPabellones img {
    width: 100%;
    max-width: 750px;
}

.listadoExpositores {
    margin-bottom: 3em;
}

.listadoExpositores .numeroPabellon {
    margin: 0px;
    margin-right: 0.5em;
    padding: .5em;
    padding-left: .7em;
    padding-right: .7em;
    background-color: #9c1612;
    color: #FFFFFF;
    font-size: 1.2em;
}


/** PROGRAMA DE ACTIVIDADES *******************************************************************************************/

#menuGrupos {
    margin-bottom: 1.5em;
    padding: .5em;
    border: 8px solid #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
}

#menuGrupos ul {
    padding-left: 0px;
}
#menuGrupos ul li {
    padding-left: 1em;
    list-style: none;
    background-image: url(../imagenes/flechaOpcionMenus@2x.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 7px auto;
}

.actividad {
    margin-top: 0em;
    margin-bottom: 1em;
    padding: .5em;
    border: 1px solid #FFFFFF;
}
.actividad:hover {
    border: 1px solid #AAAAAA;
}

.actividad > p {
    margin: 0px;
    padding-left: 1em;
    font-weight: bold;
    background-image: url(../imagenes/flechaOpcionMenus@2x.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 7px auto;
}
.actividad .horaActividad {
    margin-right: .5em;
    color: #9C1612;
}

.datosActividad {
    margin-left: 3em;
}

.datosActividad p {
    margin: 0px;
}

p.ubicacionActividad {
    margin-bottom: .5em;
    font-style: italic;
    font-size: .9em;
}

p.tipoParticipacion {
    font-style: italic;
}

p.nombreParticipante {
    padding-left: 1.5em;
}

.subActividad {
    margin-top: 1em;
    padding: 1em;
    background-color: #EEEEEE;
}

.subActividad > p {
    margin: 0px;
    font-weight: bold;
}
.subActividad .horaActividad {
    margin-right: .5em;
}


/** INSCRIPCIONES *****************************************************************************************************/

.mensajeResultadosInscripcion {
    margin-top: 0em !important;
    margin-bottom: 2em !important;
}

.mensajeReserva {
    margin-bottom: 2em;
    background-color: #F9F7BB;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #666666;
}
.mensajeReserva p {
    margin: 1em;
    font-weight: bold;
}

p.mensajeImpresion {
    padding-left: 2em;
    background-image: url(../imagenes/iconoImpresora@2x.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 22px auto;
}

.imagenPagoOnline {
}
.imagenPagoOnline img {
    width: 100%;
    max-width: 300px;
}


/** ORGANIZACIÓN ******************************************************************************************************/

.fichaStaff {
    margin-bottom: .5em;
    padding: .5em;
    border: 8px solid #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
}

.fichaStaff h3 {
    margin: 0px;
    padding-left: 1em;
    background-image: url(../imagenes/flechaOpcionMenus@2x.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 7px auto;
}
.fichaStaff p {
    margin: 0px;
}

.fichaStaff p.nombre {
    color: #9c1612;
}

.fichaStaff .cargo {
    font-size: .9em;
    font-style: italic;
    font-weight: normal;
    color: #211915;
}

.fichaStaffTecnico {
    margin-right: 1em;
}

.fichaAsistenciaTecnica {
    margin-right: 3em;
    margin-bottom: 2em;
    float: left;
}

.logoStaffTecnico img {
    max-height: 73px;
}


/** MANUAL DEL VINO ***************************************************************************************************/

tr.inscripcion:hover {
    font-weight: normal;
}

tr.inscripcion td {
    border-bottom: 0px;
}

.bloqueDestacado {
    margin: 1.5rem auto;
    padding: 1rem;
    background-color: #eaebb3;
    border: 1px solid #ddd454;
}
.bloqueDestacado p {
    text-align: center;
}
.bloqueDestacado p i {
    margin-left: .5rem;
    font-size: 2rem;
}
.bloqueDestacado p i:hover {
    color: #9C1612;
}


/** MODULO BUSCADOR NOTICIAS ********************************************************************************************/

.moduloBuscadorNoticias {
    margin-bottom: 1.5em;
    padding: 1em;
    border: 1px solid #000000;
}

.moduloBuscadorNoticias .tituloModuloBuscadorNoticias {
    margin-bottom: .3em;
    padding-left: .5em;
    background-color: #9c1612;
}
.moduloBuscadorNoticias .tituloModuloBuscadorNoticias h1 {
    margin: 0px;
    margin-right: .5em;
    margin-top: .3em;
    color: #FFFFFF;
    font-weight: normal;
    text-align: left;
    float: left;
}
.moduloBuscadorNoticias .tituloModuloBuscadorNoticias .iconoTituloModulo {
    padding: .3em;
    padding-left: .5em;
    padding-right: .5em;
    background-color: #434342;
    float: right;
}
.moduloBuscadorNoticias .tituloModuloBuscadorNoticias .iconoTituloModulo img {
    max-width: 25px;
}

.moduloBuscadorNoticias .contenidoModuloBuscadorNoticias {
}

.bloqueCampoFormularioLogin select {
    margin: 0px;
    padding: 2%;
    width: 96%;
    background-color: #e6e6e7;
    color: #000000;
    font-family: 'Dosis', sans-serif;
    font-size: 1em;
    border: 0px;
    float: left;
}
.bloqueCampoFormularioLogin select {
    width: 100%;
}

.botonBuscadorNoticias {
    margin: 0px;
    margin-top: .6em;
    padding: 0;
    background-color: #434342;
    border: 0;
}
.botonBuscadorNoticias:hover {
    background-color: #9c1612;
}
.botonBuscadorNoticias p {
    margin-left: 1em !important;
    margin-right: 1em !important;
    margin-top: .3em;
    color: #FFFFFF !important;
    float: right;
}
.botonBuscadorNoticias .iconoBotonBuscadorNoticias {
    padding: .3em;
    padding-left: .5em;
    padding-right: .5em;
    background-color: #9c1612;
    float: left;
}
.botonBuscadorNoticias .iconoBotonBuscadorNoticias img {
    max-width: 20px;
}

.bloqueCampoFormularioLogin option.primeraOpcion {
    color: #a9a9a9;
}


/** LISTADO DE NOTICIAS ***********************************************************************************************/

.noticiaListado {
    margin-bottom: 1em;
    padding: .5em;
    border: 8px solid #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
}

.noticiaListado p {
    margin: 0px;
}

.noticiaListado p.fecha {
    font-size: .9em;
    color: #868686;
}

.noticiaListado h1 {
    margin: 0;
    margin-bottom: .5em;
    line-height: 1.1em;
    font-weight: bold;
    font-size: 1.1em;
    color: #35302d;
}
.noticiaListado h1 a {
    color: #35302d;
    text-decoration: none;
}
.noticiaListado h1 a:hover {
    text-decoration: underline;
}

.noticiaListado img {
    margin-top: .15em;
    margin-right: .3em;
    max-width: 7px;
    float: left;
}

#contadorResultados {
    float: left;
}
#contadorResultados p {
    margin: 0px;
}


/** DESARROLLO DE NOTICIAS ********************************************************************************************/

.fotoNoticia {
    margin: 0px;
}
.fotoNoticia img {
    max-width: 775px;
}
.fotoNoticiaOld {
    width: 500px !important;
}
.fotoNoticiaOld img {
    max-width: 500px !important;
}

.desarrolloNoticia h1 {
    color: #972724;
}
.desarrolloNoticia h2{
    color: #211915;
    font-size: 1em;
    line-height: 1.2em; 
}

.barraEnlaces {
    margin-bottom: 1.5em;
    padding-top: .5em;
    padding-bottom: .5em;
    border-top: 1px solid #b8b8b8;
    border-bottom: 1px solid #b8b8b8;
}
.enlaceRS {
    margin: 0px;
    margin-right: 1em;
    float: left;
}

.desarrolloNoticia p.fechaNoticia {
    margin: 0px;
    float: left;
    font-weight: bold;
    font-size: 1em;
}

.desarrolloNoticia .adjuntosNoticia {
    margin-bottom: 1em;
    padding-left: .5em;
    padding-right: .5em;
    background-color: #edeef0;
}

.documentoAdjuntoImagen {
    margin-right: 1em;
    margin-top: .5em;
    margin-bottom: .5em;
    float: left;
}
.documentoAdjuntoImagen img {
    max-height: 120px;
}

.documentoAdjunto {
    margin-top: .5em;
    margin-bottom: 1em;
}
.documentoAdjunto img {
    margin-right: .5em;
    max-width: 25px;
    float: left;
}
.documentoAdjunto p {
    margin: 0px;
}


/** ARCHIVO FOTOGRÁFICO ***********************************************************************************************/

#buscadorArchivoFotos {
    margin-bottom: 1.5em;
    padding: .5em;
    border: 8px solid #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
}

.archivoFotosSlider {
    margin-left: auto;
    margin-right: auto;
    width: 600px;
}

.slides .fotoArchivoSlide {
    padding: .3em;
}
.slides .fotoArchivoSlide img {
    width: 100%;
    max-width: 600px;
}

.slides .fotoArchivoSlide .flex-caption {
    position: absolute;
    bottom: 5px;
    left: 6px;
    margin: 0px;
    padding: 2%;
    width: 94%;
    background: rgba(0,0,0,.9);
    z-index: 999;
    color: #fff;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0,0,0,.3);
    font-size: 1em;
    line-height: 1em;
}


/** MEDIOS COLABORADORES **********************************************************************************************/

.medioColaborador {
    margin-right: 4em;
    margin-bottom: 3em;
    float: left;
}
.medioColaborador img {
    width: 100%;
}


/** ALOJAMIENTOS ******************************************************************************************************/

.bloqueAlojamientos {
    margin-bottom: 2em;
}

.bloqueAlojamientos h1 {
    font-size: 1.2em;
    color: #9c1612;
}
.bloqueAlojamientos span.distancia {
    font-size: .7em !important;
    color: #211915;
}

.alojamiento {
    margin-right: 1em;
    margin-bottom: 1em !important;
    height: 140px;
    min-width: 120px;
    overflow: hidden;
    float: left;
    padding: .5em;
    border: 8px solid #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
}

.alojamiento h2 {
    margin: 0px;
    color: #211915;
}
.alojamiento h2 a {
    color: #211915;
}

.alojamiento p.telefono {
    margin: 0px;
}

.alojamiento img {
    margin-right: .3em;
    margin-bottom: 1em;
    max-height: 18px;
    float: left;
}


/** RESTAURANTES ******************************************************************************************************/

.bloqueRestaurantes {
    margin-bottom: 2em;
    margin-left: auto;
    margin-right: auto;
    width: 94%;
}

.bloqueRestaurantes h1 {
    font-size: 1.2em;
    color: #9c1612;
}

.restaurante {
    position: relative;
    margin-right: 1em;
    margin-bottom: 1em !important;
    height: 220px;
    max-width: 220px;
    overflow: hidden;
    float: left;
    padding: .5em;
    border: 8px solid #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
}

.restaurante h2 {
    margin: 0px;
    color: #211915;
    line-height: 1.1em;
}
.restaurante h3 {
    margin: 0px;
    margin-bottom: .5em;
    font-size: 1em;
    font-weight: normal;
    line-height: 1em;
}

.restaurante img {
    max-width: 220px;
}

.botonMasInfoRestaurante {
    position: absolute;
    top: 76%;
    left: 71%;
    width: 25%;
    background-color: #434342;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    z-index: 9999;
    cursor: pointer;
}
.botonMasInfoRestaurante:hover {
    background-color: #9c1612;
}
.botonMasInfoRestaurante p {
    margin: 0px;
    font-size: 3em;
    color: #FFFFFF;
    text-align: center;
    font-family: Arial;
}

.datosBasicosRestaurante {
    position: absolute;
    top: 79%;
    left: 0;
    width: 100%;
    background-color: #efefef;
}
.datosBasicosRestaurante p {
    margin: 0px;
    padding: .3em;
}

.nombreRestaurante h2, .nombreRestaurante p {
    margin: 0px;
}
.nombreRestaurante h2 {
    font-size: 1.3em;
    text-transform: uppercase;
}
.nombreRestaurante p {
    font-weight: normal;
}

.datosContactoRestaurante {
    margin-top: 1em;
    margin-bottom: 2em;
    padding: 1em;
    background-color: #ededed;
}

.fotoFichaRestaurante {
    width: 25%;
}
.fotoFichaRestaurante img {
    max-width: 220px;
}

.bloqueDatosRestaurante h3 img {
    margin-top: .3em;
    margin-right: .3em;
    max-width: 7px;
    float: left; 
}


/** OTRA INFORMACION DE INTERÉS ***************************************************************************************/

.infoTransportes {
    background-color: #ededed;
}

.contenidoInfoTransportes {
    margin-left: 1em;
    margin-right: 1em;
}

.bloqueInfoTransportes {
    margin-bottom: 1.5em;
    padding-bottom: 1.5em;
    border-bottom: 1px dashed #54514F; 
}

.imagenAutobus {
    margin-left: auto;
    margin-right: auto;
    width: 60%;
}
.imagenAutobus img {
    max-width: 200px;
}

.imagenTaxi {
    margin-right: 2em;
    float: left;
}
.imagenTaxi img {
    max-width: 40px;
}

.informacionTaxis p {
    margin: 0px;
}

.imagenRenfe {
    margin-right: 2em;
    float: left;
}
.imagenRenfe img {
    max-width: 75px;
}

.informacionTrenes p {
    margin: 0px;
}

.alquilerCoches {
    margin-right: 1em;
    margin-bottom: 1em !important;
    padding: .5em;
    padding-bottom: 0px;
    border: 8px solid #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
}

.alquilerCoches h3 {
    margin: 0px;
    font-size: 1.1em;
    color: #211915;
}

.alquilerCoches p.direccion, .alquilerCoches p.telefono {
    margin: 0px;
}
.alquilerCoches p.direccion {
    margin-bottom: .5em;
}

.alquilerCoches img {
    margin-right: .3em;
    margin-bottom: .5em;
    max-height: 18px;
    float: left;
}


/** PABELLON **********************************************************************************************************/

.mapaComoLlegar img {
    margin-left: auto;
    margin-right: auto;
    max-width: 750px;
    width: 100%;
}

.mapaGoogle {
    height: 480px;
}
.mapaGoogle iframe {
    border: 0px;
}


/** CONTACTO **********************************************************************************************************/

.bloqueDatosContacto {
    margin-bottom: 1.5em;
}
.bloqueDatosContacto h3 {
    margin: 0px;
}
.bloqueDatosContacto p {
    margin: 0px;
}

.bloqueFormularioContacto {
    margin-bottom: 2em;
    padding: 1em;
    background-color: #f7f7f7;
}
