/************************ RESET ***********************
*******************************************************************
*/
html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6, 
p,
blockquote, 
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  /*margin:0;*/
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
article,
aside,
figure,
main,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
li {
  list-style: none;
}
/*****************************************FUENTES IMPORTADAS
***************************************************************************/

@font-face {
    font-family: 'bold';
    src: url('../fonts/aller-webfont.woff2') format('woff2'),
         url('../fonts/aller-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'regular';
    src: url('../fonts/aller_rg-webfont.woff2') format('woff2'),
         url('../fonts/aller_rg-webfont.woff') format('woff');
    font-weight: normal; 
    font-style: normal;
}  

@font-face {
    font-family: 'titular'; 
    src: url('../fonts/riogrande-webfont.woff2') format('woff2'),
         url('../fonts/riogrande-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'aachenbold';
    src: url('../fonts/aachenb-webfont.woff2') format('woff2'),
         url('../fonts/aachenb-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


/************************ ESTILOS PARA ELEMENTOS ***********************
*******************************************************************
*/
* {
  box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto;
  width: auto \9;
  vertical-align: top;
}
hr {
  display: block;
  margin: 12px 0;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px dotted #152a69;
}
.MTV {
  margin-top: 55px;
}
.nomarginV {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.centrarC {
  /*Centrado horizontal de elemento hijo*/
  text-align: center;
  margin: auto;
}
.bullet li::before {
  content: url(../img/bullet.png);
  position: relative;
  padding-right: 5px;
  top: 2px;
}
.mtbl {
  margin-top: 65px;
}
.clearfix {
  *zoom: 1;
}
.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}
.clearfix::after {
  clear: both;
}
/************************ ESTILOS PARA LINKS ***********************
*******************************************************************
*/
/************************ ESTILOS PARA TEXTOS ***********************
*******************************************************************
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: 'fsb3', "fpb6", Helvetica, Arial, sans-serif, helvetica, arial, sans-serif, arial, sans-serif;
  font-weight: bold;
  color: #152a69;
  text-rendering: optimizelegibility; 
}
h1 small,
h2 small {
  font-weight: normal;
  color: #808080;
}
h1 {
  font-family: 'titular';
  color: #8c4f1a;
  font-size: 55px;
  font-size: 5.5rem;
  text-align: center;
  line-height: 1.2;
  font-weight: normal;
}
h2 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2;
}
h3 {
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.3;
}
h4 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.25;
  color: #5d2d1d;
  text-transform: uppercase; 
}
h5 {
  font-family: 'fpb2', "fpb6", Helvetica, Arial, sans-serif, helvetica, arial, sans-serif, sans-serif;
  font-size: 25px;
  font-size: 2.5rem;
  color: #333333;
}
h6 {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: normal;
  color: black;
}

h6 strong{text-transform: uppercase;}
 
mark {
  color: #152a69;
}
small {
  font-size: 12px;
  font-size: 1.2rem;
}
/************************ESTILOS FORMULARIOS ********************
************************* ***************************************/
/************************ ESTILOS PARA BOTONES ***********************
*******************************************************************
*/
/************************ ESTILOS PARA MENÚ ***********************
*******************************************************************
*/
/************************ ANIMACIONES ***********************
*******************************************************************
*/
/************************ ESTILOS PARA FOOTER ***********************
*******************************************************************
*/
html {
  font-size: 62.5%;
}
body {
  margin: 0;
  font-family: "fpb4", Helvetica, Arial, sans-serif;
}
/************************ ESTILOS GENERALES ***********************
*******************************************************************
*/
.ancho_1900{
  width: 100%;  
  max-width: 1990px; 
  margin: auto;
}

.ancho_925{
  width: 100%;  
  max-width: 925px; 
  margin: auto;
}

.premios_ancho{
  width: 1250px;
  margin: auto;
}

header{
  width: 100%;
  background: url(../img/madera.jpg);
  padding-top: 30px;
}
 
.fondo_amarillo{
  width: 100%;  
  background: #e9e7e2;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #454545;
}

.participantes, .localizacion{ 
  background: #edd8aa;
  width: 100%;
      padding-top: 30px;
}

.ancho_participantes{
  margin: auto;
  width: 1250px;
      overflow: hidden;
}

.localizacion img{
  margin: auto;
  width: 1315px;
  display: block;
}

.fondo_blanco{
  width: 100%;
  background: #fff;
      height: 536px;
}
 
.premios{
  background: url(../img/madera_premios.jpg);
  text-align: center;
      padding-bottom: 50px;
      padding-top: 30px;
}


.info_cabecera{position: relative;    margin-top: -190px;padding-bottom: 50px;}
.info_cabecera p{text-align: center;    margin-top: 0;}
.info_cabecera p strong, .premios_ancho p strong{font-size: 22px;}
p{
  font-family: 'regular';
  font-size: 16px;
  line-height: 160%;
}

strong{
	font-family: 'bold';
	text-align: left;
}
.brown{color: #8c4f1a;}
 
.cabecera{
  position: relative;
  width: 100%;  
  max-width: 1330px;
  margin: auto;
  display: block;
  margin-top: -200px;
      z-index: 1;
}

.naveg{
  position: relative;
  z-index: 9999;
}

.columnas_participa{
  width: 100%;  
  max-width: 1000px;
  margin: auto;
  overflow: hidden;
  font-family: 'regular';
  font-size: 16px;
  line-height: 160%;
      margin-bottom: 25px;
}

.columnas_participa .columnass:first-child{
  width: 48%; 
  float: left;
  text-align: left;
}

.columnas_participa .columnass:last-child{
  width: 48%; 
  float: right;
}

.columnas_fotograma{
  max-width: 1500px;
}

.recoge{
  text-align: center;
  width: 98%;
}

.apps{
  width: 100% !important;
}

.apps a{
  display: block; 
  float: right;
}

.apps a:first-child{width: 186px;}
.apps a:first-child{width: 218px;}

.fotograma{
  float: left;
}
.acordeon_rig{
  float: left;
  width: 760px;
}
.fotograma img{
  max-width: 720px;
  width: 100%;
}
.contact {padding: 50px 0;position: relative;} 
.contact-title {
    color: #777;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.3em;
}
.contact-subtitle {
    font-size: 21px;
}
.contact-subtitle p {
    margin: 0;
}
.contact-form-block {
    max-width: 500px;
    margin: 30px auto 0;
}
.contact-form-title {
    font-size: 21px;
    text-align: center;
}
.contact-form-subtitle {
    font-weight: 300;
    font-size: 16px;
    margin: 20px 0 30px 0;
    text-align: center;
}

.gray-bg {
  background: #ecd9b7;
}

.container {
    max-width: 1170px; 
    width: 100%;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    overflow: hidden;
}
.container:after, .container:before { 
    display: table;
    content: " ";
}
.col-2 {
    width: 50%;
    padding: 0 15px;
    float: left;
    margin-bottom: 20px; 
    min-height: 1px;
    position: relative;
}

.floatsx3{overflow: hidden;color: #454545;    margin-top: 25px;}

.floatsx3 div{
  background: white;
  width: 400px;
  height: 580px;
  float: left;
  margin-right: 25px;
  margin-bottom: 25px;
  padding: 30px;
}

.floatsx3 div:last-child{margin-right: 0;}
.floatsx3 div:first-child img{width: 230px;margin-top: 10px;}
.floatsx3 div:nth-child(2) img{width: 180px;margin-top: 70px;}
.floatsx3 div:last-child img{width: 200px;margin-top: 60px;}

.luego_floats{
  width: 100%;  
  background: white;
  color: #454545;
  padding-bottom: 15px;
}

.luego_floats img{
  margin-top: 25px;
  width: 200px;
  margin-bottom: 15px;
}

.luego_floats div{
  width: 98%; max-width: 800px;
  margin: auto;
}

.logo_acordeon, .info_acordeon{
  float: left;
}

.info_acordeon{
  width: 470px;
  margin-top: 0;
}

ul.info_acordeon{
  list-style-type: circle;
  margin-left: 20px;
}

ul.info_acordeon li{
    list-style: disc;
    margin-bottom: -5px;
}

.floats{overflow: hidden;}

.logo_acordeon{
  width: 190px;
}

.logo_acordeon img{
  margin: auto;
  display: block;
  width: 60%;
}

.logo_acordeon_cine img{
  width: 70%;
  margin-top: 40px;
}

.info_acordeon1{
  margin-top: 35px !important;
}

.logo_acordeon_sheriff img{
  width: 75%;
}

.accordion p, .accordion ul{
  color: #454545;
}
mark{color: black;}


.accordion hr{
      border: 2px solid #bfa78e;
}
.ecol{
  margin-top: 44px !important;
}

.estrellas{
  width: 280px;
  display: block;
  margin: auto;
}

.contacto{
  background: #ebd9b8;
  padding-top: 30px;
}
.data-list-alt li{
  border-bottom: 1px solid #d6c4a2;
}
.data-list-alt a{
  text-decoration: none;
  color: #d26600;
}
/************************ ESTILOS PARA elementos jquery ***********************
*******************************************************************
*/
 
/* menu responsive */
.men_mov{
  display: none; 
}
.responsive-nav, .menu_des { 
  position: relative;
  z-index: 9;
  width: 44px;
  height: 44px;
  color: #fff;
  background-color: #8c4f1a;
  border-radius: 3px;
  overflow: hidden;
  cursor: pointer; 
}
.responsive-nav_movil{display: none;}
@media screen and (min-width: 720px) {
  .responsive-nav, .menu_des {
    position: static;
    width: auto;
        height: 295px;
    background: none;
    color: #8c4f1a;
  }

  .menu_des{
    position: relative;
  }
}

.responsive-nav:after {
  content: "☰";
  font-size: 16px;
  width: 1em;
  line-height: 1;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}
@media screen and (min-width: 720px) {
  .responsive-nav:after {
    content: normal;
    content: none;
  }
}
 

.responsive-nav--open {
  overflow: visible;
}

.responsive-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 44px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #8c4f1a;
  width: 250px;
  border-radius: 3px;
  z-index: -1;
  position: relative;

}
.ayunt{
  position: absolute;
  width: 230px;
  top: 15px;
  left: -35px;
}
@media screen and (min-width: 720px) {
  .responsive-nav__list {
    padding-top: 0;
    position: static;
    width: 1180px;
    display: block;
    background: none;
    text-align: left;
    margin: auto;
  }
} 

.responsive-nav__item {
  border-top: 2px solid #8c4f1a;
  width: 100px;
  margin-right: 60px;
  height: 50px;
  border-bottom: 2px solid #8c4f1a;
  text-align: center;
  vertical-align: top;
      margin-top: 120px;
      position: relative;
}


 
@media screen and (min-width: 720px) {
  .responsive-nav__item {
    display: inline-block;
  }
}

.logo{
  width: 300px;
  overflow: none;
  border: 0;
  margin-top: 0;
  margin-right: 10px;
}

.programa_menu{margin-right: 10px;}
.contacto_menu{margin-right: 0;}

.responsive-nav__link { 
  color: black;
  white-space: nowrap;
  line-height: 44px;
  font-size: 17px;
  text-decoration: none;
  font-family: 'regular';
}

.link_largo{margin-left: -9px;}
.link_doslineas{
  line-height: 20px;
}

@media screen and (min-width: 720px) {
  .responsive-nav__link {
    color: black;
  }
}

/* fin de menu responsive */ 
 

.accordion {
  width: 100% !important;
  max-width: 75rem;
  margin: 0 auto;
  padding: 2rem;     
}

.accordion-item {
  position: relative;
  width: 100% !important;
  border: 1px solid #7d7055;
  border-radius: 10px;
  margin-bottom: 19px;
      padding-left: 10px;
    padding-right: 10px;
}
.accordion-item.active .heading {
  color: brown;
}
.accordion-item.active .icon {
  background: #fefefe;
}
.accordion-item.active .icon:before {
  background: brown;
}
.accordion-item.active .icon:after {
  width: 0;
}
.accordion-item .heading {
  display: block;
  text-transform: uppercase; 
  text-decoration: none;
  color: #935686;
  font-weight: 700;
  font-size: 1rem;
  position: relative;
  padding: 1rem 1.5rem 1rem 4rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (min-width: 40rem) {
  .accordion-item .heading {
    font-size: 1.2rem;
  }
}
.accordion-item .heading:hover {
  color: brown;
}
.accordion-item .heading:hover .icon:before, .accordion-item .heading:hover .icon:after {
  background: brown;
}
.accordion-item .icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 3rem;
  height: 3rem;
  border: 2px solid #fefefe;
  border-radius: 10px;
  background: #7d7055;
  color: white;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.accordion-item .icon:before, .accordion-item .icon:after {
  content: '';
  width: 1.25rem;
  height: 0.25rem;
  background: #fff;
  position: absolute;
  border-radius: 3px;color: white;
  left: 50%;
  top: 50%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.accordion-item .icon:after {color: white;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  z-index: -1;
}
.accordion-item .content {
  display: none;
}
.accordion-item .content p {
  margin-top: 0;
}
@media (min-width: 40rem) {
  .accordion-item .content {
    line-height: 1.75;
        padding-bottom: 15px;
  }
}

.accordion-item .title{
  font-size: 16px;
  color: #5d2d1d;
}


/******* ESTILOS DEL FANCYBOX *********/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  /*background: #f9f9f9;*/
  color: #444;
  /*text-shadow: none;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;*/
}

.fancybox-opened {
  z-index: 8030;
}

/*.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
     -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}*/

.fancybox-outer, .fancybox-inner {
  position: relative;  
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
} 

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url(../img/fancybox_sprite.png);
}

#fancybox-loading { 
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;  
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
} 

.fancybox{
  width: 100%;
overflow: hidden;
}

.imagenes_descargar{
      margin-right: 10px;
    margin-bottom: 10px;
    float: left;
    width: 410px;
}

.imagenes_descargar:nth-child(4),
.imagenes_descargar:nth-child(7),
.imagenes_descargar:nth-child(10){
 margin-right: 0;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(../img/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
  display: none;
}

.fancybox-nav {
  position: absolute;
  top: 10%; /* jacobo 06-03-18 */
  width: 40%;
  height: 89%; /* jacobo 06-03-18 */
  cursor: pointer;
  text-decoration: none;
  background: transparent url(../img/blank.gif); /* helps IE */
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: visible; /*jacobo 06-03-18 */
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px; 
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
} 

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: visible !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;  
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
      background: rgba(0, 0, 0, .7);
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}  

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent; /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
     only screen and (min--moz-device-pixel-ratio: 1.5),
     only screen and (min-device-pixel-ratio: 1.5){

  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url(fancybox_sprite@2x.png);  
    background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
  }

  #fancybox-loading div {
    background-image: url(fancybox_loading@2x.gif);
    background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
  }
}

.pie_popup{
  background:#fff;
  padding: 20px;
      color: #454545;
  overflow: hidden;
text-align: center;
  position: relative; /* jacobo 06-03-18 */
    z-index: 999999; /* jacobo 06-03-18 */
    width: 97%;
    max-width: 600px;
    margin: auto;
}

.pie_popup h1{
  font-family: 'aachenbold';
  margin-bottom: 0; 
}

.pie_popup p.subt{margin-top: 0;}

.pie_popup .izqu, .pie_popup .der{ 
  width: 300px;
  float: left;
}

.pie_popup mark{color: #8c4f1a;}

.pie_popup .der{
  float: right;
  width: 150px;
  text-align: right;/*jacobo 06-03-18*/
}

.pie_popup .der a{
  display: block;
  font-size: 14px;
  color: white;
  text-decoration: none;
  margin-left: 15px;
}

.pie_popup .der a:before{
  content: url(../../img/ico_descarga_popup.jpg);
  padding-right: 12px;
  width: 19px;
  height: 16px;
  top: 8px;
}

.pie_popup .izqu span{
  display: block;  
  font-size: 14px;
}
.cerrar_medios{
  display: block;
  width: 59px;
  height: 59px;
  position: absolute;
    right: -75px;
    top: -90px;  
    text-decoration: none;
    font-size: 15px;
    color: black;

}
.cabecera_cerrar_contacto{
  width: 100%;
      height: 60px;
  background: #f5f5f5;
}

.cabecera_cerrar_foto{
  background: transparent;
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 999999999;
}

.cabecera_cerrar_foto .cerrar_medios{ 
  right: 0;
  top: 3px;
} 

.logos_movil{display: none;} 

/*********** FIN DE ESTILOS FANCYBOX *********************/

/************************ ESTILOS PARA Mediaqueries ***********************
*******************************************************************
*/
@media only screen and (max-width: 1500px){
  .fotograma{
    width: 100%;
  }
  .fotograma img{margin: auto;    display: block;margin-top: 10px;}
  .acordeon_rig{width: 100%;}
  .fondo_blanco{
      height: auto;
  }
}
@media only screen and (max-width: 1300px){
  .floatsx3 div{
    width: 100%;  
    height: auto;
  }
  .floatsx3 div:nth-child(2) img, .floatsx3 div:last-child img{margin-top: 12px;}
  .ancho_participantes{width: 831px;}
  .imagenes_descargar:nth-child(4), .imagenes_descargar:nth-child(7), .imagenes_descargar:nth-child(10){
    margin-right: 10px;
  }
  .imagenes_descargar:nth-child(3), .imagenes_descargar:nth-child(5), .imagenes_descargar:nth-child(7),
  .imagenes_descargar:nth-child(9)  {
    margin-right: 0;
  }
  .premios_ancho{
    width: 100%;
  }
  .menu_des .logo{
    width: 150px;
    margin-top: 60px;
  }
  .menu_des .responsive-nav__list{
    width: 805px;
  }
  .menu_des .responsive-nav__item{
    margin-right: 5px;
  }
}
@media only screen and (max-width: 1100px){
  .col-2 {
	width: 100%;
	text-align: left;
    }
    .fondo_amarillo, .premios{
      padding-left: 15px;
      padding-right: 15px;
    }
    .cabecera{display: none;}
    .info_cabecera{
      margin-top: -60px;
      padding-left: 15px;
      padding-right: 15px;
    }
    .menu_des .responsive-nav__list{margin-top: 40px;}
    .menu_des .logo{margin-top: -45px;position: absolute;}
    .menu_des .responsive-nav__list{
    width: 650px;
    }
}
@media only screen and (max-width: 1024px){
  .columnas_participa .columnass:first-child, .columnas_participa .columnass:last-child{
    width: 100%;
    text-align: center;
  }
  .apps {
    width: 407px !important;
    margin: auto;
  }
}
@media only screen and (max-width: 865px){
  .imagenes_descargar{
    margin-right: 0 !important;
  }
  .ancho_participantes{
    width: 97%;
    max-width: 500px;
  } 
  .imagenes_descargar, .imagenes_descargar img{width: 100%;}
}
@media only screen and (max-width: 719px){
.ayunt, .logo{display: none;}
.menu_des{position: absolute;}
.info_cabecera{margin-top: 0;}
.logos_movil{display: block;}
.logos_movil img{width: 200px;display: block;margin: auto;}
.responsive-nav__item{margin-top: 0;}
.responsive-nav__item li{width: 100% !important;}
.menu_des:before{content: "☰";font-size: 25px;margin-left: 10px;    line-height: 40px;}
.menu_des .responsive-nav__list{
    width: 250px;
    padding-left: 50px;
    padding-top: 0;
    }
    .menu_des .responsive-nav__list{margin-top: 0px;}
}
@media only screen and (max-width: 460px){
  .apps{width: 310px !important;}
  .apps a {
    display: block;
    float: none;
    text-align: center;
    display: block;
    margin: auto;
  }
}
@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  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: 2cm .5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
