*{
  margin: 0;
  padding: 0;
  text-decoration: none;
  font-family: 'avenirregular';
  font-weight: 100;
  list-style: none;
}
@font-face {
    font-family: 'avenirregular';
    src: url('../css/avenir_roman-webfont.woff2') format('woff2'),
         url('../css/avenir_roman-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
body{
  background-image: url(../img/fondo_web.jpg);
  background-repeat: repeat-x;
  max-width: 1260px;
  margin: 0 auto;
}
/* CABECERA */
header{
}
article{
  float: left;
}
#texcab{
  float: left;
  position: relative;
  top:35px;
  left: 40px;
  width: calc(100% - 146px);
}
#cabecera{
  position: relative;
  height: 120px;
  background-image: url(../img/fondo_header.jpg);
  background-position: center;
  background-repeat: no-repeat;
  color:#fff;
}
#logo{
  top: 10px;
  left: 20px;
  position: relative;
  float: left;
  z-index: 6;
}
#cabecera h1{
  font-size: 21px;
  position: relative;
  float: left;
  width: calc(100% - 10px);
}
#cabecera h2{
  font-size: 18px;
  position: relative;
  float: left;
  width: calc(100% - 10px);
}
#epe{
  top: 5px;
  left: 5px;
  position: relative;
}
#contador{
  float: right;
}
#vis{
  position: absolute;
  right: 20px;
  top: 13px;
  text-align: right;
}
#vis p{
  margin-bottom: 5px;
}
#vis span{
  padding-left: 4px;
  letter-spacing: 4px;
  background-image: url(../img/contador.png);
}
nav{
  color: #fff;
  font-size: 16px;
  background-image: url(../img/fondonav.png);
  float: left;
  width: 100%;
}
nav ul{
  float: left;
}
nav ul li{
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  float: left;
  background-image: url(../img/menufondo.png);
  background-repeat: no-repeat;
  background-position: right;
  line-height: 40px;
}
nav ul li:hover{
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-image: none;
  background-color: #fff;
  color:#2c4d6f;
}
nav ul li a{
  color: inherit;
}

nav ul li span{
  margin: 0 16px;
}
nav ul li img{
  float: right;
  margin: 0 16px 0 0;
}
nav ul li ul{
  z-index: 4;
  background-color: #fff;
  display: none;
  position: absolute;
  min-width: 190px;
  width: 230px;
  padding: 2px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.15);
}
nav ul li ul li{
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  float: none;
  background-color: #fff;
  background-image: none;
  color:#555555;
  padding: 0px 20px;
  height: 36px;
  line-height: 36px;
  background-repeat: inherit;
}
nav ul li ul li a{
  color: inherit;
}
nav ul li ul li:hover{
  background-image: url(../img/fondonav.png);
  color: #fff;
}
#resp{
  display: none;
}
#home{
  background-image: url(../img/home.png);
  background-position: top center;
  background-repeat: no-repeat;
  width: 47px;
  height: 40px;
  float: left;
}
#home:hover{
  background-position: bottom;
}
#buscaa{
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  float: right;
  width: 220px;
  background-color: #323232;
  height: 40px;
  border: none;
  background-image: url(../img/buscaico.png);
  background-position: right;
  background-repeat: no-repeat;
  padding-left: 10px;
  font-size: 16px;
  color: #fff;
  border-radius: 0;
}
#buscaa:hover{
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #444;
}
.skiptranslate span{
  display: none;
}
.goog-te-combo{
  display: inline-block;
  -webkit-appearance: none;
  border: none;
  background-color: transparent;
  color: #fff;
  font-size: 16px !important;
  height: 40px;
  line-height: 40px;
  font-family: 'avenirregular';
  margin: 0 !important;
  padding: 0;
  float: right;
  width: 172px;
  background-image: url(../img/idio.png);
  background-position: right;
  background-repeat: no-repeat;
  -moz-appearance: none;
}
@media screen and (max-width: 1100px) {
    .goog-te-combo {
        width: 30px;
        color: transparent!important;
    }
}
.goog-te-combo option{
  color: #000;
}
.skiptranslate{
    color: transparent!important;
}
.fixeado{
  position: fixed;
  top:0;
  z-index: 10;
  max-width: 1260px;
}
.fixeado2{
  top: 40px!important;
}



/* BSUCADOR */
#bus{
  z-index: 5;
  display: none;
  position: absolute;
  right: 0;
  width: 300px;
  background-color: #323232;
  top:160px;
  padding: 10px 2px 2px 2px;
}
#bus h2{
  float: left;
font-size: 14px;
padding: 10px 10px 10px 10px;
margin-top: -8px;
color: #fff;
background-color: #444;
width: calc(50% - 20px);
}
#bus h2 a{
  float: right;
  text-decoration: underline;
  color: #fff;
}
#nono{
  width: calc(100% - 20px)!important;
}
#bus li{
  float: left;
  width: calc(100% - 20px);
  background-image: none;
  border-bottom: 1px solid #505050;
  padding: 8px 10px;
}
#bus li:last-child{
  border-bottom: none;
}
#bus h1{
  font-size: 16px;
  line-height: 22px;
}
#bus p{
  font-size: 14px;
  line-height: 20px;
}



/* HOME */
#izq, #der, #der1{
  position: relative;
  float: left;
  width: 190px;
  background-color: #eaeaea;
  padding: 25px 20px;
}
aside h1{
  float: left;
  color: #375b7f;
  font-size: 24px;
  margin-bottom: 10px;
}
aside h2{
  float: left;
  font-size: 14px;
  font-weight: bold;
}
aside li{
  float: left;
  font-size: 14px;
  margin-top: 4px;
}
#izq{
  background-image: url(../img/reglamento.jpg);
  background-size: 100%;
  background-position: center 245px;
  background-repeat: no-repeat;
}
#izq ul{
  margin-bottom: 20px;
  float: left;
}
#izq li{
  width: 100%;
}
#izq li a:hover{
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #999;
}
#izq li a{
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-image: url(../img/list.png);
  background-position: 0px -1px;
  background-repeat: no-repeat;
  padding-left: 18px;
  color: #000;
}
#der ul li a{
  padding-left: 10px;
  float: left;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  color: #000;
}
#der ul li a p{
  width: calc(100% - 70px);
  padding-left: 10px;
}
#der ul li{
  display:flex;
  display: -webkit-flex;
  margin-bottom: 4px;
  padding-bottom: 8px;
  border-bottom: 1px solid #cecece;
  width: 100%;
}
.expo{
  background-image: url(./data/img/epe.png);
  width: 60px;
  height: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  float: left;
  background-color: #323232;
  padding: 0;
}
#listanoti{
  float: left;
  width: calc(100% - 460px);
  margin-bottom: 60px;
}
#listanoti2 article{
  width: 100%;
}
#listanoti2 h1{
  width: calc(100% - 100px);
}
#listanoti2{
  float: left;
  width: calc(100% - 230px);
  margin-bottom: 60px;
}
#listanoti2 h1{
  color: #2c4d6f;
  font-size: 24px;
}
#desta{
  float: left;
  width: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: right bottom;
  padding: 30px 0;
}
#desta article{
  padding: 0 40px;
  position: relative;
  width: 70%;
}
#desta h1{
  font-size: 24px;
  margin-bottom: 4px;
  float: left;
}
#desta p{
  float: left;
  font-size: 14px;
}
#desta .caca{
  font-size: 14px;
  float: left;
  width: 100%;
}
#desta a{
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-top: 20px;
  margin-right: 40%;
  right: 30px;
  padding: 10px;
  float: left;
  background-image: url(../img/botdes.png);
  background-position: right center;
  padding: 10px 26px 10px 16px;
  color: #fff;
  background-color: #14507c;
}
#desta a:hover{
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #2c4d6f;
  background-color: #fff;
}
.blanco{
  color: #fff;
}
.negro{
  color: #000;
}
#presi{
  width: 100px;
  height: 100px;
  margin: 0 auto;
  background-size: cover;
  border-radius: 50px;
  margin-bottom: 10px;
}
#der1{
  padding: 15px 20px;
}
#presidente{
  float: left;
  text-align: center;
  padding-bottom: 20px;
}
#presidente h1{
  float: left;
  font-size: 18px;
  width: 100%;
  margin-bottom: 0;
}
#presidente p{
  font-size: 12px;
  float: left;
  width: 100%;
}
#logos{
  float: left;
  width: 100%;
  height: 80px;
  background-color: #fff;
  position: relative;
  left: 0;
}
#logos img{
  float: left;
}
#banderas{
  width: 100%;
  float: left;
  height: 40px;
  background-color: #323232;
  color: #fff;
}
#banderas h1{
  float: left;
  margin: 8px 10px 0 20px;
}
#banderas li{
  float: left;
  margin: 6px 3px;
  position: relative;
}
#banderas h4{
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  background-image: url(../img/fondonav.png);
  padding: 8px 15px;
  top: 34px;
  left: 0;
  opacity: 0;
}
#banderas li:hover > h4{
  -webkit-transition: all 0.2s;
  transition: all 0.5s;
  opacity: 1;
  z-index: 20;
}
#listanoti, #listanoti2{
  position: relative;
}
#listanoti ul, #listanoti2 ul{
  padding: 25px 30px;
}
#listanoti li, #listanoti2 li{
  width: 100%;
  float: left;
  position: relative;
  border-bottom: 1px solid #e0e0e0;padding: 16px 0;
}
#listanoti h1 a, #listanoti2 h1 a{
  float: left;
  font-size: 24px;
  color: #2c4d6f;
  margin-bottom: 6px;
  width: calc(100% - 230px);
}
#listanoti h1{
  width: 100%;
}
#listanoti .texto, #listanoti2 .texto{
  width: 100%;
  float: left;
  font-size: 14px;
  margin-top: 10px;
}
.texto a{
  color: #14507c;
  text-decoration: underline;
}
.texto b{
  font-weight: 600;
}
.fecha{
  position: absolute;
  top: 15px;
  right: 130px;
  width: 100px;
  height: 30px;
  color: #000;line-height: 30px;
  text-align: center;
  font-size: 14px;
  background-color: #eaeaea;
}
.fecha2{
  position: absolute;
  top: 15px;
  right: 0px;
  background-color: #eaeaea;
  width: 100px;
  height: 30px;
  color: #000;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
}
.segu{
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  top: 15px;
  right: 0px;
  width: 120px;
  height: 30px;
  color: #fff!important;
  text-decoration: none!important;
  line-height: 30px;
  padding-left: 10px;
  text-align: left;
  font-size: 14px;
  background-image: url(../img/botdes.png);
  background-position: right center;
  background-color: #14507c;
}

.segu2{
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  right: 0px;
  width: 120px;
  height: 30px;
  color: #fff!important;
  text-decoration: none!important;
  line-height: 30px;
  padding-left: 10px;
  text-align: left;
  font-size: 14px;
  background-image: url(../img/botdes.png);
  background-position: right center;
  background-color: #14507c;
}


.segu:hover{
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #323232;
}

/* LISTADOS */

#subcabecera{
  width: 100%;
  height: 80px;
  border-bottom: 2px solid #2c4d6f;
}
#subcabecera h1{
  position: absolute;
  line-height: 80px;
  left: 30px;
  color: #2c4d6f;
  font-size: 30px;
}
#subcabecera img{
  width: inherit;
  margin: 0 8px 0 0;
}
#listanoti img, #listanoti2 img{
  height: inherit;
  position: relative;
  width: 100%;
}
.fotos{
  width: 60%;
  margin: 20px 20%;
}
#subc{
  float: left;
  width: calc(100% - 230px);
  position: relative;
}

/* CAMBIOS ARTICULOS IMPORTADOS */
#system-readmore{
  display: none;
}
.zoomWindow{
}
.zoomLens{
  display: none!important;
}
td{
  padding: 20px;
}
td p{
  margin-left: 0!important;
}
.wf_file{
  float: left;
  width: 100%;
}
.wf_file_icon{
  width: 32px!important;
}

/* PAGINADO */
.paginado{
  float: left;
  width: 100%;
  margin-top: 10px;
}
.paginado p{
  text-align: center;

}
.paginado a{
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 16px;
  color: #2c4d6f;
  padding: 6px 8px;
}
@media screen and (max-width: 940px) {
  .paginado a{
    font-size: 13px;
    padding: 4px 6px;
  }
}
.paginado a:hover{
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #323232;
  color: #fff;
}
.pnumero{
  font-size: 16px;
  color: #fff;
  background-color: #14507c;
  padding: 6px 8px;
}
#prox li{
  padding: 20px;
  background-color: #eaeaea;
  margin: 10px;
  width: calc(33% - 60px);
  display: flex;
  display: -webkit-flex;
}
#prox li a{
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

#prox p{
  color: #000;padding-left: 10px;
}

/* MENU RESPONSIVE */
@media screen and (max-width: 940px) {
    #contador {
        display: none;
    }
    #logo{
      width: 80px;
    }
    #cabecera{
      height: 100px;
    }
    #cabecera h1{
      font-size: 16px;
    }
    #cabecera h2{
      font-size: 12px;
    }
    #epe{
      width: 30px;
    }
    #texcab{
      top: 30px;
      left: 30px;
      width: calc(100% - 126px);
    }
    #subcabecera h1{
      font-size: 20px;
    }
    #resp{
      display: block;
      float: left;
      line-height: 40px;
      margin-left: 20px;
      padding-left: 25px;
      background-image: url(../img/menres.png);
      background-position: left;
      background-repeat: no-repeat;
    }
    #resp a{
      color: #fff;
    }
    #resmen{
      display: none;
      overflow: hidden;
      position: absolute;
      top: 140px;
      background-color: #eaeaea;
      z-index: 8;
      width: 100%;
      box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.45);
    }
    #resmen li:hover{
      background-color: transparent;
    }
    #resmen li{
      background-image: none;
      color: #000;
      width: 100%;
    }
    #casa{
      display: none;
    }
    #resmen li ul{
      display: inline!important;
      position: relative;
      float: left;
      width: 100%;
      box-shadow: none;
    }
    #menuuu{
      height: 40px;
    }
    #buscaa{
      width: 120px;
    }
    #bus{
      top: 140px;
    }
    .fixeado{
      position: relative;
    }
    .fixeado3{
      top:40px!important;
    }
    nav ul li ul li{
      height: 30px;
      line-height: 30px;
    }
    #desta{
      width: 100%;
      background-size: 150;
      background-position: bottom left;
      background-color: #fff;
      background-size: cover;
    }
    #desta article{
      width: calc(100% - 60px);
      padding: 0 40px 0 30px;
    }
    #desta p{
    }
    #destaleer{
      margin: 0;
    }
    #desta h1{
      width: 100%;
    }
    #der1{
      width: 100%;
      padding: 20px 0 0 0;
    }
    #presidente{
      height: auto;
      padding-bottom: 20px;
      width: 100%;
    }
    #presidente p{
      width: calc(100% - 40px);
      margin: 0 40px;
    }
    #logos{
      text-align: center;
    }
    #logos img{
      float: none!important;
    }
    #banderas{
      height: auto;
      float: left;
      padding: 0 20px 10px 20px;
      width: calc(100% - 40px);
    }
    #banderas li{
      margin: 0px 3px;
    }
    #banderas h1{
      width: 100%;
      margin: 10px 0 0 0;
      text-align: center;
    }
    #banderas h4{
      display: none;
      width: 0;
      overflow: hidden;
    }
    #izq{
      display: none;
      width: calc(100% - 50px);
    }
    #izq h2{
      width: 100%;
    }
    #listanoti, #listanoti2{
      width: 100%;
    }
    #der{
      width: calc(100% - 40px);
    }
    #der h2{
      width: 100%;
    }
    .fecha, .fecha2{
      display: none;
    }
    #listanoti h1 a, #listanoti2 h1 a{
      width: 100%;
    }
    #listanoti li, #listanoti2 li{
      padding-bottom: 30px;
    }
    #listanoti2 h1{
      width: 100%;
    }
    .segu{
      position: relative;
      padding: 8px 24px 8px 8px;
    }
    .fotos{
      width: 100%;
      margin: 20px 0px;
    }
    #submen{
      width: 100%!important;
    }
    #submen li{
      width: calc(100% - 40px);
    }
    #logofo{
      float: left!important;
      margin-top: 0!important;
    }
    #subc{
      width: 100%;
    }
    table{
      width: 100%!important;
    }
    #prox li{
      width: calc(100% - 60px);
    }
}
@media screen and (max-width: 460px) {
    #texcab{
      top:20px;
    }
}
.wf_file span{
  margin: 10px 10px 0 0;
  width: auto;
}






/* CONTACTO */
#contacto input[type="text"],#contacto input[type="email"],#contacto textarea{
  float: left;
  width: calc(100% - 6px);
  border: none;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  padding-left: 6px;
  background-color: #e4e4e4;
  -webkit-appearance: none;
  border-radius: 0;
  margin-top: 10px;
}
#contacto textarea{
  height: 80px;
}
form{
  width: 100%;
}
form button{
  padding: 2px 6px;
  font-size: 14px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  color: #e4e4e4;
  background-color: #444;
  width: 100%;
  height: 35px;
  line-height: 19px;
}
@media screen and (max-width: 900px) {form{
  width: 100%;
}}
.filterform{
  width: 100%;
}
#descri{
  width: 100%;
  font-size: 12px;
  margin-bottom: 10px;
}
.enviado{
  height: 120px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  color: #fff;
  position: relative;
}
.enviado button{
  position: absolute;
  left: 0;
  top:69px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-top: 56px;
  right: 0px;
  width: 120px;
  height: 30px;
  color: #14507c !important;
  text-decoration: none !important;
  line-height: 30px;
  padding-left: 10px;
  text-align: left;
  font-size: 14px;
  background-position: right center;
  background-color: #fff;
  border: none;
}
.enviado button:hover{
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #fff !important;
  background-color: #14507c;
}
.rojo{
  color: #ff9a69;
}




/*JURADOS*/

/*#jurados tr:nth-child(odd) {
    background-color:#f8f8f8;
}*/
#jurados td{
  padding: 10px;
}
@media screen and (max-width: 460px) {
    #jurados td{
      padding: 5px;
      font-size: 12px;
    }
}
.pestanas{
  margin-bottom: 0px;
}
#jurados .pestanas li{
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-image: url(../img/jurados.png);
  float: left;
  width: calc(25% - 47px);
  padding-left: 45px;
  color: #fff;
  background-color: #323232;
  background-repeat: no-repeat;
  background-position: left;
  margin-left: 2px;
}
#jurados .pestanas li:hover{
  background-color: #14507c;
}
@media screen and (max-width: 900px) {#jurados .pestanas li{
  width: calc(100% - 105px);
  height: 4px;
}}
.pestanas a{
  color: #fff;
}

#jurados ul{
  float: left;
  width: calc(100% - 60px);
}
@media screen and (max-width: 900px) {#jurados ul{
  width: 100%;
}}
#late{
  float: left;
  width: 230px;
}

.menulateral a{
  background-image: url(../img/botdes.png);

  background-repeat: no-repeat;
  background-position: right;
  float: left;
  width: calc(100% - 20px);
  padding: 6px 20px 6px 0px;
  color: #fff;
}
.menulateral a:hover{
  text-decoration: underline;
}
.menulateral{
  background-image: url(../img/fondonav.png);
  float: left;
  width: 210px;
  padding: 5px 0px 5px 20px;
}
.menulateral h2{
  color: #fff;
  font-size: 20px;
  margin-top: 10px;
  border-bottom: 1px solid white;
  width: calc(100% - 20px);
  float: left;
  padding-bottom: 4px;
  margin-bottom: 4px;
}
@media screen and (max-width: 940px) {
  #late{
  width: 100%;
  }
  .menulateral{
    width: calc(100% - 20px);
  }
  .menulateral a{
  }
  .menulateral h2{
    width: calc(100% - 40px);
  }
}


.colecciones table{
  display: none;
}
.colecciones .wk-gallery img{
  display: none;
}
/* FOOTER */
footer{
  width: 100%;
  float: left;
  background-color: #323232;
  color: #fff;
}
footer ul{
  width: 100%;
  float: left;
}
#submen{
  width: calc(100% - 150px);
}
#logofo{
  float: right;
  margin: 20px;
}
footer a{
  color: #fff;
}
footer ul li ul li a{
  float: left;
  width: 100%;
  font-size: 14px;
  margin-bottom: 4px;
}
footer ul li a{
  float: left;
  width: 100%;
  font-size: 16px;
  margin-bottom: 10px;
}
#fo1, #fo2,#fo3,#fo4{
  width: calc(25% - 40px);
  float: left;
  padding: 20px;
  font-size: 16px;
}
.conta{
  width: calc(100% - 40px);
  float: left;
  margin: 0px 20px 0px 20px;
  padding-top: 10px;
  font-size: 14px;
  border-top: 1px solid #fff;
}
.conta2{
  width: calc(100% - 40px);
  float: left;
  margin: 0px 20px 20px 20px;
  font-size: 14px;
}

/* MUNDO VISITAS */

#izq iframe html body div{
  display: none!important;
}
#izq iframe{
  position: relative;
  top: -30px;
  left: -20px;
  width: 230px;
  height: 190px;
}
#r41{
  opacity: 0;
}

strong{
	color: #375b7f;
	font-weight: bold;
}
