/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}


/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

html, body {
    height: 100%;
    width: 100%;
}

body {
    color: #000;
    font: 16px/26px 'Raleway', Arial, sans-serif;
    font-weight: 100;
}


.wrapper{
	width: 96%;
  	margin: 0 2%;
}
  

.w100p {
    width: 100%;
}

.ui-widget {
    font-size: 0.9em;
}

span.error {
    color: #f00;
    font-weight: bold;
}

/* ================
    Presentación
   ================ */
   
#cabecera {
    background: url(../img/cabecera/fondo.jpg) left bottom repeat-x transparent;
    height: 368px;
    overflow: hidden;
    position: relative;
}
#cabecera>div.wrapper {
    height: 260px;
    position: relative;
}
#cabecera>div>img.completa {
    height: 387px;
    left: -127px;
    position: absolute;
    top: 0px;
    width: 1269px;
}
#cabecera>div>img.parte {
    left: 0px;
    position: absolute;
    top: 0px;
    -webkit-transition: opacity 800ms ease-in-out;
    -moz-transition: opacity 800ms ease-in-out;
    -ms-transition: opacity 800ms ease-in-out;
    -o-transition: opacity 800ms ease-in-out;
    transition: opacity 800ms ease-in-out;
}
#cabecera>div>img.parte.color {
    opacity: 0;
    -webkit-transition: opacity 450ms ease-in-out;
    -moz-transition: opacity 450ms ease-in-out;
    -ms-transition: opacity 450ms ease-in-out;
    -o-transition: opacity 450ms ease-in-out;
    transition: opacity 450ms ease-in-out;
}
#cabecera>div>img.vida {
    height: 320px;
    left: -49px;
    z-index: 4;
}
#cabecera>div>img.sabor {
    height: 307px;
    left: 214px;
    z-index: 3;
}
#cabecera>div>img.historia {
    height: 327px;
    left: 382px;
    z-index: 2;
}
#cabecera>div>img.sensaciones {
    height: 307px;
    left: 650px;
    z-index: 1;
}
#cabecera>div.wrapper>div.textos {
    bottom: 0px;
    height: 160px;
    left: 0px;
    position: absolute;
    z-index: 5;
}
#cabecera>div.wrapper>div.textos>div {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    float: left;
    height: 160px;
    line-height: 160px;
    text-align: center;
    -webkit-transition: opacity 800ms ease-in-out;
    -moz-transition: opacity 800ms ease-in-out;
    -ms-transition: opacity 800ms ease-in-out;
    -o-transition: opacity 800ms ease-in-out;
    transition: opacity 800ms ease-in-out;
    width: 240px;
}
#cabecera>div>a.logo-colores {
    /*bottom: 50px;*/
    display: block;
    height: 130px;
    left: 0px;
    /*margin-left: -175.5px;*/
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity 500ms ease-in-out;
    -moz-transition: opacity 500ms ease-in-out;
    -ms-transition: opacity 500ms ease-in-out;
    -o-transition: opacity 500ms ease-in-out;
    transition: opacity 500ms ease-in-out;
    top: 25px;
    width: 351px;
    z-index: 6;
}
#cabecera>div>a.logo-colores>img {
    height: 100%;
    width: 100%;
}

#contenido {
    background-color: #fff;
    position: relative;
    top:-120px;
}

/* ==============
    MOBILE: Menu
   ============== */
#menu {
    color: #000;
    height: 90px;
    position: relative;
    z-index: 10;
}
div.sticky-wrapper-menu {
    position: relative;
    top: -100px;
}
#menu.stuck {
    background: url(../img/cabecera/fondo.jpg) left top repeat-x transparent;
    -webkit-box-shadow: 0 2px 4px 0 #000000;
    box-shadow: 0 2px 4px 0 #000000;
    left: 0px;
    position: fixed;
    top: 0px;
    height:auto;
}
#menu>div.wrapper {
    height: 100%;
    position: relative;
}
#menu>div a {
    background-position: 0% 0%;
    background-repeat: no-repeat;
}
#menu>div a:hover,
#menu>div a.actual {
    background-position: 0% 100%;
}
#menu>div>a.logotipo {
    background-image: url(../img/menu/logotipo_menu.png);
    display: block;
    float: left;
    height: 60px;
    margin: 18px 20px 0px -162px;
    opacity: 0;
    -webkit-transition: margin-left 200ms ease-in-out, opacity 200ms ease-in-out;
    -moz-transition: margin-left 200ms ease-in-out, opacity 200ms ease-in-out;
    -ms-transition: margin-left 200ms ease-in-out, opacity 200ms ease-in-out;
    -o-transition: margin-left 200ms ease-in-out, opacity 200ms ease-in-out;
    transition: margin-left 200ms ease-in-out, opacity 200ms ease-in-out;
    width: 162px;
}
#menu.stuck>div>a.logotipo {
    margin-left: 0px;
    opacity: 1;
}
#menu>div>ul {
    float: left;
    list-style: none;
    margin: 30px 0px 0px 0px;
    padding: 0px 0px;
    position: relative;
}
#menu>div>ul.iconos {
    z-index: 11;
}
#menu>div>ul.nombres {
    left: 20px;
    position: absolute;
    top: 0px;
    z-index: 10;
}
#menu.stuck>div>ul {
    margin-top: 24px;
}
#menu.stuck>div>ul.nombres {
    left: 182px;
}
#menu>div>ul>li {
    display: inline-block;
    height: 70px;
    margin-right: 20px;
    position: relative;
    z-index: 11;
}

#menu.stuck>div>ul>li{
	margin-right:2px;	
}

#menu>div>ul>li>a {
    display: block;
    height: 40px;
    position: relative;
}
#menu>div>ul.nombres>li>a {
    height: 100%;
}
#menu>div>ul.iconos>li>a.i-donde_dormir {
    background-image: url(../img/menu/donde_dormir.png);
}
#menu>div>ul.iconos>li>a.i-donde_dormir,
#menu>div>ul.nombres>li>a.i-donde_dormir {
    width: 59px;
}
#menu>div>ul.iconos>li>a.i-donde_comer {
    background-image: url(../img/menu/donde_comer.png);
}
#menu>div>ul.iconos>li>a.i-donde_comer,
#menu>div>ul.nombres>li>a.i-donde_comer {
    width: 59px;
}
#menu>div>ul.iconos>li>a.i-que_ver {
    background-image: url(../img/menu/que_ver.png);
}
#menu>div>ul.iconos>li>a.i-que_ver,
#menu>div>ul.nombres>li>a.i-que_ver {
    width: 43px;
}
#menu>div>ul.iconos>li>a.i-que_hacer {
    background-image: url(../img/menu/que_hacer.png);
}
#menu>div>ul.iconos>li>a.i-que_hacer,
#menu>div>ul.nombres>li>a.i-que_hacer {
    width: 40px;
}
#menu>div>ul.iconos>li>a.i-bares_cafeterias {
    background-image: url(../img/menu/bares_cafeterias.png);
}
#menu>div>ul.iconos>li>a.i-bares_cafeterias,
#menu>div>ul.nombres>li>a.i-bares_cafeterias {
    width: 39px;
}
#menu>div>ul.iconos>li>a.i-ocio_nocturno {
    background-image: url(../img/menu/ocio_nocturno.png);
}
#menu>div>ul.iconos>li>a.i-ocio_nocturno,
#menu>div>ul.nombres>li>a.i-ocio_nocturno {
    width: 42px;
}
#menu>div>ul.iconos>li>a.i-enoturismo {
    background-image: url(../img/menu/enoturismo.png);
}
#menu>div>ul.iconos>li>a.i-enoturismo,
#menu>div>ul.nombres>li>a.i-enoturismo {
    width: 31px;
}
#menu>div>ul.iconos>li>a.i-de_compras {
    background-image: url(../img/menu/de_compras.png);
}
#menu>div>ul.iconos>li>a.i-de_compras,
#menu>div>ul.nombres>li>a.i-de_compras {
    width: 52px;
}
#menu>div>ul.iconos>li>a.i-turismo_chiqui {
    background-image: url(../img/menu/turismo_chiqui.png);
}
#menu>div>ul.iconos>li>a.i-turismo_chiqui,
#menu>div>ul.nombres>li>a.i-turismo_chiqui {
    width: 38px;
}
#menu>div>ul.iconos>li>a.i-como_llegar {
    background-image: url(../img/menu/como_llegar.png);
}
#menu>div>ul.iconos>li>a.i-como_llegar,
#menu>div>ul.nombres>li>a.i-como_llegar {
    width: 46px;
}
#menu>div>ul.iconos>li>a.i-rutas {
    background-image: url(../img/menu/rutas.png);
}
#menu>div>ul.iconos>li>a.i-rutas,
#menu>div>ul.nombres>li>a.i-rutas {
    width: 31px;
}
#menu>div>ul.iconos>li>a.i-ofertas {
    background-image: url(../img/menu/ofertas.png);
}
#menu>div>ul.iconos>li>a.i-ofertas,
#menu>div>ul.nombres>li>a.i-ofertas {
    width: 41px;
}
#menu>div>ul.nombres>li>a>div {
    bottom: 50px;
    color: #000;
    font-weight: 700;
    left: -70px;
    opacity: 0;
    position: absolute;
    text-align: center;
    -webkit-transition: bottom 200ms ease-in-out, opacity 200ms ease-in-out;
    -moz-transition: bottom 200ms ease-in-out, opacity 200ms ease-in-out;
    -ms-transition: bottom 200ms ease-in-out, opacity 200ms ease-in-out;
    -o-transition: bottom 200ms ease-in-out, opacity 200ms ease-in-out;
    transition: bottom 200ms ease-in-out, opacity 200ms ease-in-out;
    width: 200px;
}
#menu>div>ul.nombres>li>a>div.sobre {
    bottom: 0px;
    opacity: 1;
}

#rrss {
    left: 50%;
    margin-left: -500px;
    position: absolute;
    top: 60px;
}
#rrss>a {
    display: block;
    float: right;
    height: 40px;
    margin-left: 15px;
    width: 40px;
}
#rrss>a:first-child {
    margin-right: 50px;
}
#rrss>a>img {
    height: 100%;
    width: 100%;
}

#formulario-reservas {
    color: #000;
    float: left;
    height: 315px;
    margin-left: 30px;
    margin-top: 0px;
    width: 280px;
}
div.btn-ficha-reservas {
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    color: #fff;
    float: left;
    font-size: 12px;
    font-weight: 700;
    height: 25px;
    padding-left: 10px;
    padding-top: 4px;
    width: 126px;
}
div.btn-ficha-reservas:hover {
    cursor: pointer;
}
div.btn-ficha-reservas.alojamiento,
#ficha-alojamiento {
    /*background-color: #303133;*/
    border: 2px solid #008dc5;
}
div.btn-ficha-reservas.restaurante,
#ficha-restaurante {
    /*background-color: #48649a;*/
    border: 2px solid #db1f3f;
}
div.btn-ficha-reservas.alojamiento {
    background-color: #008dc5;
    border-bottom: none;
}
div.btn-ficha-reservas.restaurante {
    background-color: #db1f3f;
    border-bottom: none;
}
div.ficha-reservas {
    border-top: none;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    display: none;
    height: 270px;
    padding: 5px 10px;
    width: 256px;
}
div.ficha-reservas.activa {
    display: block;
}
div.inner-ficha {
    /*border-bottom: 1px dashed #fff;
    border-top: 1px dashed #fff;*/
    height: 100%;
    width: 100%;
}
div.inner-ficha table {
    font-size: 12px;
    margin-top: 10px;
}
div.inner-ficha input[type="text"],
div.inner-ficha select,
#formulario_reserva input[type="text"],
#formulario_reserva select,
#formulario_reserva textarea {
    border: 2px solid #040205;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    height: 15px;
    padding: 5px;
    width: 180px;
}
div.inner-ficha select,
#formulario_reserva select {
    height: 30px;
    margin-bottom: 0px;
    width: 80px;
}
#formulario_reserva textarea {
    height: 80px;
    margin-bottom: 15px;
    width: 90%;
}
div.inner-ficha input[type="text"]:hover,
div.inner-ficha input[type="text"]:focus,
div.inner-ficha select:hover,
div.inner-ficha select:focus,
div.inner-ficha img.calendario:hover,
#formulario_reserva input[type="text"]:hover,
#formulario_reserva input[type="text"]:focus,
#formulario_reserva select:hover,
#formulario_reserva select:focus,
#formulario_reserva textarea:hover,
#formulario_reserva textarea:focus,
#formulario_reserva img.calendario:hover {
    border: 2px solid #b83d2e;
    outline: none;
}
div.inner-ficha img.calendario,
#formulario_reserva img.calendario {
    border: 2px solid transparent;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    height: 30px;
    margin-left: 15px;
}
div.inner-ficha input[type="submit"],
#formulario_reserva input[type="submit"],
#formulario_reserva input[type="reset"] {
    background-color: #b83d2e;
    border: 0px solid #040205;
    -webkit-box-shadow:inset 1px 1px 5px 0px #1f1813;
    box-shadow:inset 1px 1px 5px 0px #1f1813;
    color: #fff;
    font-weight: 700;
    height: 30px;
    padding: 5px;
    width: 120px;
}
div.inner-ficha input[type="submit"],
#formulario_reserva input[type="submit"] {
    background-image: url(../img/reservar.png);
    background-position: 4px center;
    background-repeat: no-repeat;
    padding: 5px 10px;
    text-align: right;
    cursor:pointer;
}

#formulario_reserva.descargar input[type="submit"] {
    background-image: url(../img/descuento.png);   
}

#formulario_reserva input[type="submit"].print {
    background-image: url(../img/printer.png);   
}

#formulario_reserva input[type="submit"] {
	width: 160px;
    margin-right: 10px;
}
#formulario_reserva input[type="submit"],
#formulario_reserva input[type="reset"] {
    font-size: 14px;
}
#ficha-alojamiento>div.inner-ficha input[type="submit"],
#formulario_reserva.dd input[type="submit"],
#formulario_reserva.dd input[type="reset"] {
    background-color: #008dc5;
}
#ficha-restaurante>div.inner-ficha input[type="submit"],
#formulario_reserva.dc input[type="submit"],
#formulario_reserva.dc input[type="reset"] {
    background-color: #db1f3f;
}
#formulario_reserva.bc input[type="submit"],
#formulario_reserva.bc input[type="reset"] {
    background-color: #b37c00;
}
#formulario_reserva.on input[type="submit"],
#formulario_reserva.on input[type="reset"] {
    background-color: #68209e;
}
#formulario_reserva.lc input[type="submit"],
#formulario_reserva.lc input[type="reset"] {
    background-color: #0B0B61;
}

div.detalles-establecimiento {
    font-weight: 300;
    margin: 0 auto;
    padding: 0px 10px 20px 10px;
    width: 85%;
}

div.inner-listado {
    padding: 10px 10px;
    width: 97.5%;
}
div.titulos-zonas>h1,
div.titulos-zonas>h2,
div.titulos-zonas>img.zona {
    float: left;
}
div.titulos-zonas>h2 img{
	margin-right:10px;
}
div.titulos-zonas>a.volver_atras {
    display: block;
    float: right;
}
div.mapa_listado,
div.mapa_detalles {
    height: 400px;
    max-width: 960px;
    width:100%;
}
article.listado {
    color: #000;
    float: left;
    margin-right: 5px;
    padding: 10px 5px;
    /*width: 180px;*/
}
div.cont-listado {
    height: 255px;
    position: relative;
    width: 100%;
}
div.cont-foto {
    height: 120px;
    text-align: center;
    width: 180px;
}
div.cont-foto img {
    height: 100%;
    max-width: 100%;
}
div.detalles {
}
div.detalles,
div.detalles>header>h1,
div.detalles>header>span {
    display: block;
}
div.detalles>header>h1,
article.listado header h1 {
    color: #303133;
    font-size: 14px;
}
div.detalles>header>h1.dd {
    border-bottom: 2px solid #008dc5;
}
div.detalles>header>h1.dc {
    border-bottom: 2px solid #db1f3f;
}
div.detalles>header>h1.bc {
    border-bottom: 2px solid #b37c00;
}
div.detalles>header>h1.on {
    border-bottom: 2px solid #68209e;
}
div.detalles>header>h1.qv {
    border-bottom: 2px solid #963112;
}
div.detalles>header>h1.lc {
    border-bottom: 2px solid #0B0B61;
}
div.detalles>header>span {
    font-size: 14px;
    font-style: italic;
}
div.detalles>p,
article.listado p {
    color: #000;
    margin: 0px 0px;
}
div.detalles>p>strong,
article.listado strong {
    background-color: #ded605;
}
div.botones a {
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}
div.botones a:hover {
    text-decoration: underline;
}
div.botones a img {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-right: 5px;
}
div.botones a.dd {
    color: #008dc5;
}
div.botones a.dd img {
    background-color: #008dc5;
}
div.botones a.dc {
    color: #db1f3f;
}
div.botones a.dc img {
    background-color: #db1f3f;
}
div.botones a.bc {
    color: #b37c00;
}
div.botones a.bc img {
    background-color: #b37c00;
}
div.botones a.on {
    color: #68209e;
}
div.botones a.on img {
    background-color: #68209e;
}
div.botones a.qv {
    color: #963112;
}
div.botones a.qv img {
    background-color: #963112;
}
div.botones a.lc {
    color: #0B0B61;
}
div.botones a.lc img {
    background-color: #0B0B61;
}

article.detalles {
    padding-bottom: 10px;
}
article.detalles>header {
}
article.detalles.dd>header {
    border-bottom: 2px solid #008dc5;
}
article.detalles.dc>header {
    border-bottom: 2px solid #db1f3f;
}
article.detalles.bc>header {
    border-bottom: 2px solid #b37c00;
}
article.detalles.on>header {
    border-bottom: 2px solid #68209e;
}
article.detalles.lc>header {
    border-bottom: 2px solid #0B0B61;
}
article.detalles>header>h1 {
    font-size: 16px;
    margin-bottom: 4px;
    padding-left: 40px;
}
article.detalles>header.cabecera>h1 {
    font-size: 20px;
}
article.detalles div.cont-foto {
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
}
article.detalles.dd ul li a {
    color: #008dc5;
}
article.detalles.dc ul li a {
    color: #db1f3f;
}
article.detalles.bc ul li a {
    color: #b37c00;
}
article.detalles.on ul li a {
    color: #68209e;
}
article.detalles ul li a:hover {
    font-weight: bold;
}
article.detalles.lc ul li a {
    color: #0B0B61;
}
#formulario_reserva {
    padding-top: 10px;
}

/**************
    FOOTER
**************/
#pie {
	clear:both;
    background-color: #313131;
    color: #fff;
    min-height: 105px;
    position: relative;
    top: 0px;
    z-index: 3;
}
#pie>div {
    height: 100%;
}
#pie>div>a {
    background-position: 0% 0%;
    background-repeat: no-repeat;
    display: block;
    height: 50px;
    margin-top: 30px;
}
/*#pie>div>div:hover {
    background-position: 0% 100%;
}*/
#logo-barra-pie {
    background-image: url(../img/pie/logo-pie.png);
    float: left;
    margin-left: 0px;
    width: 135px;
}
#logo-cyl-es-vida {
    background-image: url(../img/pie/cyl_es_vida.png);
    float: right;
    margin-right: 0px;
    width: 85px;
}
#logo-info {
    background-image: url(../img/pie/info_valladolid.png);
    float: right;
    margin-right: 20px;
    width: 124px;
}
#logo-provincia {
    background-image: url(../img/pie/provincia_valladolid.png);
    float: right;
    margin-right: 20px;
    width: 125px;
}
#logo-asociacion {
    background-image: url(../img/pie/logo_asociacion.png);
    float: right;
    margin-right: 20px;
    width: 157px;
}
#pie>div>ul {
    float: left;
    font-size: 12px;
    font-weight: 700;
    list-style: none;
    margin-right: 100px;
    padding:0px;
    margin:5px;
}
#pie>div>ul>li {
	float:left;
	text-align:center;
	margin-left:10px;	
}
#pie>div>ul.logos,#pie>div>ul.info {
	width:100%;
	height:auto;
}

#pie>div>ul.logos>li {
	width:25%;
	margin-left:0px;
}

#pie>div>ul.info>li {
	width:33%;
	margin-left:0px;
}

#pie>div>ul.info>li:nth-child(1) {
	text-align:left;
}

#pie>div>ul.info>li:nth-child(3) {
	text-align:right;
}

#pie>div>p {
    font-size: 12px;
    font-weight: 700;
}
#pie>div>p>a,
#pie>div>ul>li>a {
    color: #fff;
}
#pie>div>p>a:hover,
#pie>div>ul>li>a:hover {
    color: #48649a;
}

h1.titulo {
    display: block;
    height: 70px;
    margin: 0px 0px;
    overflow: hidden;
    text-indent: -1000px;
    width: 166px;
}

	h1.titulo.eventos_destacados {
        background: url(../img/titulos/eventos_destacados.png) left top no-repeat transparent;
    }
    h1.titulo.donde_dormir {
        background: url(../img/titulos/donde_dormir.png) left top no-repeat transparent;
    }
    h1.titulo.donde_comer {
        background: url(../img/titulos/donde_comer.png) left top no-repeat transparent;
    }
    h1.titulo.que_ver {
        background: url(../img/titulos/que_ver.png) left top no-repeat transparent;
    }
    h1.titulo.que_hacer {
        background: url(../img/titulos/que_hacer.png) left top no-repeat transparent;
    }
    h1.titulo.bares_cafeterias {
        background: url(../img/titulos/bares_cafeterias.png) left top no-repeat transparent;
    }
    h1.titulo.ocio_nocturno {
        background: url(../img/titulos/ocio_nocturno.png) left top no-repeat transparent;
    }
    h1.titulo.como_llegar {
        background: url(../img/titulos/como_llegar.png) left top no-repeat transparent;
    }
    h1.titulo.aviso_legal {
        background: url(../img/titulos/aviso_legal.png) left top no-repeat transparent;
    }
    
    div.seccion.donde-dormir>div.contenido {
        background: url(../img/secciones/fondo_dd_bn.jpg) center 95% no-repeat transparent;
        /*margin-top: 70px;*/
    }
    div.seccion.donde-comer>div.contenido {
        background: url(../img/secciones/fondo_dc_bn.jpg) center 95% no-repeat transparent;
        /*margin-top: 20px;*/
    }
    div.seccion.que-ver>div.contenido {
        background: url(../img/secciones/fondo_qv_bn.jpg) center 95% no-repeat transparent;
    }
    div.seccion.que-hacer>div.contenido {
        background: url(../img/secciones/fondo_qh_bn.jpg) center 95% no-repeat transparent;
    }
    div.seccion.bares-cafeterias>div.contenido {
        background: url(../img/secciones/fondo_bc_bn.jpg) center 95% no-repeat transparent;
    }
    div.seccion.ocio-nocturno>div.contenido {
        background: url(../img/secciones/fondo_on_bn.jpg) center 50px no-repeat transparent;
    }
    div.seccion-doble>div.seccion>img.img-seccion {
        float: none;
        max-width:80%;
        margin: 0 10%;
    }

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (max-width: 480px){
	#cabecera{
		display:none;
	}
	
	 div.seccion-doble>div.evento{
    	padding:1%; width:98%;
    }
    
    div.seccion-doble>div.evento p{
    	text-align:center;
    	font-size:16px;
    }
    
    div.seccion-doble>div.evento p.info{
    	text-align:center;
    	font-size:12px;
    }
    
    div.seccion-doble>div.evento  img{
    	width:80%;
    }
}

@media only screen and (min-width: 760px) {

/* ====================
    INTERMEDIATE: Menu
   ==================== */
.menu_button{
	display:none;
}

  

/* ========================
    INTERMEDIATE: IE Fixes
   ======================== */

    
}

@media only screen and (min-width: 768px) {

/* ============
    WIDE: Main
   ============ */
.wrapper{
	width: 90%;
  	margin: 0 5%;
}
    
}

@media only screen and (min-width: 960px) {

/* ===============
    Maximal Width
   =============== */

    .wrapper {
        width: 960px; /* 1140px - 10% for margins */
        margin: 0 auto;
    }

    

    div.cont_ed {
        float: left;
        width: 600px;
    }
    #slider {
    	margin:0 auto;
        /*margin-top: 60px;*/
        width: 600px;
    }
    #slider div.rs-wrap {
        max-width: 600px;
    }
    #slider div.rs-slide-bg {
        float: left;
        width: 600px;
    }
    #slider div.rs-slide-bg>ul {
        margin: 0px 0px;
        padding: 0px 0px;
    }
    #slider div.rs-thumb-wrap {
        float: left;
        margin-top: 20px;
    }
    #slider div.rs-thumb-wrap>a {
        /*border: 1px solid #444;*/
        height: 71px;
        margin-right: 10px;
        width: 135px;
    }

    div.seccion {
        margin-top: 50px;
    }
    div.seccion>div.contenido {
        float: left;
        width: 430px;
    }
    
    div.seccion>p {
        /*width: 550px;*/
    }
    div.seccion>img.img-seccion {
        /*float: right;*/
        /*margin-right: -100px;*/
    }
    div.seccion-doble {
        margin-top: 10px;
        clear:both;
    }
    div.seccion-doble>div.seccion {
        float: left;
        margin-top: 0px;
        text-align: center;
        width: 480px;
    }
    div.seccion-doble>div.seccion>div.contenido {
        float: none;
        text-align: left;
        width: 95%;
    }
    div.seccion-doble>div.seccion>div.contenido>p {
        font-size: 14px;
        margin-top: 0px;
    }
    div.seccion-doble>div.seccion>img.img-seccion {
        float: none;
        max-height: 225px;
        max-width:80%
    }

    div.seccion-mapa {
        font-size: 14px;
        width: 400px;
    }
    div.seccion-mapa>p {
        margin-top: 0px;
    }
     
    div.seccion-doble>div.evento{
    	padding:1%; width:48%;
    }
    
    div.seccion-doble>div.evento p{
    	text-align:center;
    	font-size:16px;
    }
    
    div.seccion-doble>div.evento p.info{
    	text-align:center;
    	font-size:12px;
    }
    
    div.seccion-doble>div.evento  img{
    	width:80%;
    }
    
    div.evento article.detalles>header.cabecera>h1{
    padding-left:0px;
    }
    
    img.mapa-interactivo {
        height: 100px;
        margin-top: 20px;
    }
    #mapa_provincia {
        height: 371px;
        margin: 0 auto;
        position: relative;
        top: -40px;
        width: 477px;
    }
    #mapa-completo {
        height: 371px;
        left: 0px;
        position: absolute;
        top: 0px;
        width: 477px;
        z-index: 2;
    }
    #mapa_provincia>img.trozo_c {
        display: none;
        position: absolute;
        z-index: 1;
    }
    #mapa_provincia>img.trozo_c.actual {
        display: block;
    }
    #nombres-zonas {
        height: 80px;
        position: absolute;
        right: 20px;
        top: 10px;
        width: 200px;
    }
    #nombres-zonas>a,#nombres-zonas>img {
        display: none;
        position: absolute;
    }
    #mapa_provincia>img.tierra-campos {
        height: 152px;
        left: 23px;
        top: 0px;
        width: 162px;
    }
    #mapa_provincia>img.montes-torozos {
        height: 150px;
        left: 19px;
        top: 84px;
        width: 298px;
    }
    #mapa_provincia>img.valladolid {
        height: 46px;
        left: 190px;
        top: 150px;
        width: 48px;
    }
    #mapa_provincia>img.duero-esgueva {
        height: 138px;
        right: 0px;
        top: 117px;
        width: 241px;
    }
    #mapa_provincia>img.tierra-pinares {
        bottom: 0px;
        height: 197px;
        left: 0px;
        width: 325px;
    }
}

@media only screen and (min-width: 1140px) and (min-height: 900px) and (max-height: 1050px) {
}

@media only screen and (min-width: 1140px) and (min-height: 1000px) and (max-height: 1050px) {
}

@media only screen and (min-width: 1140px) and (min-height: 700px) and (max-height: 768px) {
}

@media only screen and (min-width: 1140px) and (max-height: 800px) {
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
    text-align:justify;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


.oferta{
	text-align:center;
	float:left;
	margin:10px;
	width:374px; 
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
	border-bottom: 1px solid #DFDFDF;    
	position: relative;
	overflow: hidden;
	background: #f5f5f5;				
    -webkit-transition: all .3s ease-out;
}

.oferta div.cabecera{
	background:#CCC; 
	border-radius:5px 5px 0px 0px; 
	height:auto; 
	overflow:hidden;
}

.oferta div.content{
	box-shadow:0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23);
}

.oferta div.content div.contenido{
	font-size:24px;
	padding:10px 35px 10px; 
	color: #222222;
}

.oferta img{
    -moz-transition: all 0.3s ease-out;
				-ms-transition: all 0.3s ease-out;
				-o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    width:100%;
    height:auto;
}

.oferta h1{
font-size:20px;
color: #222222;
margin: 0;
line-height:1.3;
}

.oferta:hover{
	cursor:pointer;
	box-shadow: 0 8px 10px rgba(0, 0, 0, 0.8);
	border-bottom: 2px solid #DFDFDF;    
	position: relative;
	overflow: hidden;
	background: #f5f5f5;				
}

.oferta:hover img{
	transform:scale(1.05);
}

.oferta p{
	font-size:14px;
	color: #222222;
	line-height:16px;
}

.oferta div.descripcion{
	height:100px; 
    border-top: 1px solid #DFDFDF;
    background:#FFF;padding:2px 25px 2px 25px;
   }

.oferta div.condiciones{
	color: #222222; 
	padding:2px 25px 2px 25px;
	font-size:12px; 
	line-height:12px;
	border-top: 1px solid #DFDFDF;
	background: #FFF;
}

.oferta:hover div.more{
	font-weight:bold;
}

.oferta div.more{
	border-top: 1px solid #DFDFDF;
	color:#000;
}
	