html, 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, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
a{
    margin:0;
    padding:0;
    text-decoration: underline;
}
ul{
    list-style: none;
}
p{
    color: gray;
    font-size: 14px;
}
strong{
    color: black;
}
.clear{
    clear: both;
}


@font-face {
    font-family: 'open_sansregular';
    src: url('../font/alegreyasans-bold-webfont.eot');
    src: url('../font/alegreyasans-bold-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../font/alegreyasans-bold-webfont.woff2') format('woff2'),
        /* url('../font/alegreyasans-bold-webfont.woff') format('woff'),*/
         url('../font/alegreyasans-bold-webfont.ttf') format('truetype'),
         url('../font/alegreyasans-bold-webfont.html#alegreya_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansregular';
    src: url('../font/opensans-regular-webfont.eot');
    src: url('../font/opensans-regular-webfontd41d.eot?#iefix') format('embedded-opentype'),
         /*url('../font/opensans-regular-webfont.woff') format('woff'),*/
         url('../font/opensans-regular-webfont.ttf') format('truetype'),
         url('../font/opensans-regular-webfont.html#alegreya_sansbold') format('svg');


}
/*end reset*/


.contenedor{
    max-width: 1000px;
    width: 96%;
    margin: 0 auto;
    position: relative;
}
header{
background: url(../imgs/header.png) repeat; 
  /* height: 116px; */
  position: relative;
  width: 100%;
    background: rgb(0, 130, 219);
  /* margin-bottom: 583px; */
 /* margin-bottom: 42%;*/
}
.nomargen{
  margin-bottom: 25px;
}
.boxceleste{
    height: 84px;
}
.logo{
    display: block;
    margin: 0 auto;
    max-width: 344px;
    width: 80%;
      padding-top: 18px;
}
.logo img{
  width: 100%;
  display: block;
}
nav{
width: 100%;
  background: white;
  height: 41px;
  /*border: 1px solid rgb(210, 210, 210);*/
  border-left: none;
  border-right: none;
  border-bottom: none;
    box-shadow: 0px -6px 16px -11px #002466;
  border-bottom: 3px solid rgba(42, 115, 211, 1);
}
nav li{
    float: left;
    width: 14.2%;
}
nav .nav-item a {
color: #000;
    display: block;
    text-align: center;
    font-family: 'open_sansregular';
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
    height: 38px;
    width: auto;
    padding-bottom: 0;
    padding-top: 0;
    line-height: 38px;
    background: transparent;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
nav .nav-item a:hover, nav li a.activo {
    background: rgba(42, 115, 211, 1);
    color: white;
}
nav div.dropdown-menu a{
    line-height: normal;
    padding-top: 10px;
    padding-bottom: 10px;
    height: auto;
    text-transform: uppercase;
}

.destacados{
    display: block;
    position: relative;
    max-width: 231px;
    width: 23%;
    /* height: 228px; */
    margin: 0 1%;
    float: left;
    margin-top: 30px;
}
.destacados a img{
    width: 100%;
    display: block;
}
.namedestacado{
background: #E5E5E5;
  display: block;
/*  height: 63px;*/
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgb(237, 237, 237);
  border-radius: 8px 8px 0 0;
  box-shadow: inset 0px -6px 14px -10px #383838;

}
.namedestacado h2{
color: #242424;
  display: block;
  text-align: center;
  font-family: 'open_sansregular';
  font-family: 'open_sansregular';
  line-height: 24px;
  font-size: 21px;
  text-shadow: 1px 2px 1px rgb(252, 252, 252);
  margin-bottom: 0;
}
.destacados a.amarillo, .destacados a.verde, .destacados a.fucsia, .destacados a.rojo{
  display: block;
  border-bottom: 4px solid #ffd11b;
  height: 161px;
  width: 100%;

}
.destacados a.verde{
      border-bottom: 4px solid #27df34;
}
.destacados a.fucsia{
   border-bottom: 4px solid #de5cff;
}
.destacados a.rojo{
    border-bottom: 4px solid #ff1515;

}

.sociales {
margin: 0 auto;
  /* float: right; */
  position: absolute;
  right: 0;
  top: 7px;
  /* margin-top: 14px; */
  
  height: 37px;
 /* background: #fff;*/
  border-radius: 0 0 6px 6px;
  padding: 5px;
   /* border: 1px solid rgb(210, 210, 210);*/
}
.sociales li {
  float: left;
  margin-top: 13px;
}
.sociales li a.facebook, .sociales li a.twitter, .sociales li a.youtube, .sociales li a.inst {
  display: block;
  float: left;
  width:35px;
  height: 35px;
  background: url(../imgs/facebook.png) no-repeat;
  background-size: 34px;
  margin: 0 6px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sociales li a.twitter{
    background: url(../imgs/twitter.png) no-repeat;
    background-size: 34px;
}
.sociales li a.youtube{
    background: url(../imgs/youtube.png) no-repeat;
    background-size: 34px;
}
.sociales li a.inst {
  background: url(../imgs/insta.png) no-repeat;
  background-size: 34px;
}
.sociales li a.facebook:hover, .sociales li a.twitter:hover, .sociales li a.youtube:hover, .sociales li a.inst:hover{
      -webkit-transform: rotate(360deg);
}
.piedatos{
    display: block;
    width: 100%;
    background: #e1f2ff;
    
border-top: 1px solid #A9D2F0;
  border-bottom: 1px solid #A9D2F0;
  position: relative;
  margin-top: 27px;
}
.piedatos:after{
  clear: both;
  content: "";
  display: block;
}
.contactfooter{
    display: block;
    float: left;
    border-right: 1px solid #A9D2F0;
    max-width: 300px;
    width: 30%;
    /* height: 236px; */
    padding-top: 20px;
    padding-bottom: 20px;
    box-sizing: border-box;
}
.porquefooter h1{
  font-family: 'open_sansregular';
  font-size: 23px;
  display: block;
width: 532px;
  height: 51px;
  color: #242424;
  background: url(../imgs/estrella.png) no-repeat center right;
    margin-bottom: 20px;
}


.porquefooter h1 span{
    color: #1b90f8;
  font-weight: bold;
  font-size: 39px;
}
.contactfooter h3{
  font-family: 'open_sansregular';
  font-size: 23px;
  display: block;
  width: 236px;
  height: 30px;
  color: #242424;
  background: url(../imgs/icono-mensaje.png) no-repeat center right;
    margin-bottom: 20px;
}
.texto{
color: rgb(26, 26, 26);
  font-size: 12px;
  font-family: 'open_sansregular';
  line-height: 19px;
  text-align: justify;
}
.texto strong{
  color: black;
  font-weight: bold;
  font-size: 15px;
}
.texto span{
    color: #0A79DB;
    font-weight: bold;
}
.porquefooter{
display: block;
    float: left;
    max-width: 650px;
    width: 65%;
    margin-left: 4%;
}
footer{
  height: 43px;
  padding-top: 22px;
  position: relative;
}
.wts {
  display: block;
  float: left;
  color: #454545;
  font-family: verdana;
  font-size: 13px;
}
.derechos{
    float: right;
    display: block;
}
.mentewebs {
  background: url(../imgs/mentewebs.png) no-repeat left;
  color: #20B14F;
  padding-left: 30px;
}
.boxestop{
    position: relative;
/*  top: -36px;*/
}
/*.contevacio{
    display: block;
    position: relative;
    height: 462px;
}*/
/*img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
  position: relative;
  z-index: 2;
}*/

.destacados > a{
    display: block;
    width: 231px;
    height: 161px;
    background: rgba(42, 115, 211, 1)  url(../imgs/plus-black.png) no-repeat center center;
}
.destacados > a img:hover{
    opacity: 0.15;
    
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.namedestacado h2 a{
  color: black;
  text-decoration: none;
}
.slogan{
    display: block;
    margin-top: 43px;
    width: 100%;
    background: rgb(231, 231, 231);
    border-bottom: 2px solid rgb(178, 178, 178);
    padding-left: 0;
    padding-top: 11px;
}
.slogan h1{
font-family: 'open_sansregular';
    font-size: 24px;
    line-height: 43px;
    display: block;
    /* width: 476px; */
    color: #242424;
    /* float: left; */
    margin-bottom: 0;
    /* margin-top: 10px; */
    /* text-shadow: 3px 2px 0px black; */
    /* margin-bottom: 20px; */
    /* background: url(../imgs/bgblack.png) repeat; */
    padding: 11px;
    text-align: center;
    padding: 0;
}
.slogan h1 span{
  color: #ffe11a;
}
.sloganpregunta{
  display: block;
  font-family: 'open_sansregular';
  color: white;
  font-weight: bold;
  font-size: 22px;
  text-shadow: 2px 2px 1px rgb(26, 26, 26);
}
div a.solicita{
display: block;
    background: rgba(42, 115, 211, 1);
    padding: 7px 22px;
    border-bottom: 2px solid #004581;
    text-align: center;
    font-family: 'open_sansregular';
    color: white;
    text-decoration: none;
    font-size: 19px;
    border-radius: 6px;
    font-weight: bold;
    max-width: 255px;
    padding-top: 9px;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 10px;
    font-family: 'open_sansregular';
    /* float: left; */
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
div a.solicita:hover{
  margin-top: 7px;
  color: #ffe11a;
}


/*--------------------------------ESTILOS CONTENIDO INTERNAS--------------------------------------*/



.indicador{
  width: 100%;
  height: 64px;
  position: relative;
  margin-bottom: 45px;
  background: #e3effc url(../imgs/bg-indicador.png) no-repeat center right;

}
.indicador h4{
font-family: 'open_sansregular';
  font-size: 27px;
  display: block;
  color: #000;
  padding-top: 14px;
  padding-left: 20px;
  /*text-transform: uppercase;*/
}
.esquina{
  position: absolute;
  display: block;
bottom: -27px;
  left: 60px;
}
.contenido{
  display: block;
  float: left;
    max-width: 680px;
    width: 68%;
  margin-bottom: 25px;
}
.columna{
display: block;
    float: right;
    max-width: 300px;
    width: 30%;
    background: rgb(255, 255, 255);
    padding: 20px 10px;
    border: 1px solid rgb(203, 203, 203);
    border-radius: 9px;
    box-sizing: border-box;
  
}
.columna iframe{
  width: 100%;
}
.titulo{
color: black;
  font-weight: bold;
  font-size: 22px;
  display: block;
  margin-bottom: 10px;
  border-bottom: 1px solid rgb(48, 48, 48);
  padding-bottom: 5px;
  /*text-transform: uppercase;*/
  font-family: 'open_sansregular';
}
.boxborder{
  /*border-bottom: 3px solid rgb(42, 115, 211);*/
  margin-bottom: 20px;
  display: block;
  padding-bottom: 15px;
}
.fuente{
  color: #0C0C0C;
  font-weight: bold;
  font-family: 'open_sansregular';
  font-size: 13px;
  font-style: italic;
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
}
.textoresaltado{
display: block;
width: 100%;
    box-sizing: border-box;
  margin: 0 auto;
  margin-top: 15px;
  text-align: center;
  margin-bottom: 15px;
  font-size: 15px;
  background: rgb(240, 240, 240);
  border: 1px solid rgb(216, 216, 216);
  padding: 15px;
  border-radius: 18px 0 18px 0;
  border-bottom: 2px solid rgb(205, 205, 205);
}
.boxtestimonio{
display: block;
    background: rgb(249, 249, 249);
    border: 1px solid rgb(221, 221, 221);
  border-radius: 10px;
  border-bottom: 3px solid silver;
  padding: 15px;
  margin-bottom: 15px;

}


    .gallery li {
    display: block;
    float: left;
    margin: 0 0.5%;
    margin-bottom: 10px;
    width: 234px;
    max-width: 240px;
    width: 24%;
    height: 210px;
    overflow: hidden;
    background: white;
    padding: 4px;
    border: 1px solid silver;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    box-sizing: border-box;

    }
    .gallery li a {
width: 100%;
    /* height: 218px; */
    display: block;
    overflow: hidden;
    }
    .gallery li a img {
      width: 100%;

    }
.gallery li:hover{
  background: rgb(42, 115, 211);
/*    box-shadow: 0px 4px 10px rgb(179, 179, 179);*/
    -ms-transform: rotate(2deg); /* IE 9 */
    -webkit-transform: rotate(2deg); /* Chrome, Safari, Opera */
    transform: rotate(2deg);
}
.cienporcien{
  width: 100%;
}


/*.zoom_img img{
margin:50px;
height:100px;
width:100px;

}
.zoom_img img:hover{
-moz-transform:scale(2); 
-webkit-transform:scale(2);
-o-transform:scale(2);
}
*/


.rotulo{
font-size: 14px;
  font-family: 'open_sansregular';
  font-weight: bold;
  color: #272727;
  /* margin-bottom: 5px; */
  /* background: #2D2D2D; */
  padding: 3px;
  /* padding-left: 20px; */
  padding-right: 20px;
  width: 90px;
  border-radius: 3px 3px 0 0;
}
.cajatexto {
  height: 35px;
    max-width: 520px;
    width: 100%;
  background: #fff;
  border: none;
  color: #000;
  font-size: 14px;
  font-family: 'open_sansregular';
  padding-left: 10px;
  border: 1px solid #ADADAD;
    border-radius: 6px;

}
#fcontacto{
  margin-top: 25px;
}
.caja{
    margin-bottom: 16px;
}
.mensaje{
  height: 140px;
}
.boton-enviar{
  display: block;
    background: rgb(42, 115, 211);
  width: 130px;
  height: 34px;
  color: white;
  font-size: 17px;
  font-family: 'open_sansregular';
  font-weight: normal;
  border: none;
  cursor: pointer;
  border-radius: 6px;
  border-bottom: 2px solid #004581;
  margin-bottom: 15px;
}
.boton-enviar:hover{
    color: #ffe11a;
}
.mapa{
  margin-top: 30px;
}
.prox{
  display: block;
  width: 60%;
  margin: 0 auto;
}






/*-----------------------------------boxdestinos--------------------------------------*/





.boxgrid{
  width: 260px;
  height: 260px;
  float:left;
  overflow: hidden;
  position: relative;
    margin: 0 30px 0 30px;
    margin-bottom: 40px;
}

.boxgrid:hover{
    box-shadow: 1px 4px 27px rgb(75, 75, 75);
}

  .boxgrid img{
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
  }


.boxcaption{
  position: absolute;
  background: rgb(42, 115, 211);
    border-top: 2px solid rgb(10, 74, 173);
  height: 100px;
  width: 100%;
  box-shadow: 0px -2px 17px black;
    -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;

  }

  .boxcaption:hover{
      border-top: 2px solid rgb(24, 24, 24);
  background: rgb(40, 40, 40);
  }
    .captionfull .boxcaption {
      top: 260px;
      left: 0;
    }
    .caption .boxcaption {
      top: 218px;
      left: 0;
    }
.boxcaption a{
  text-decoration: none;
}


.namedestino{
  display: block;
  color: white;
  font-size: 20px;
  height: 34px;
  position: relative;
  top: 5px;
  font-family: 'open_sansregular';
  text-decoration: none;
  text-align: center;
  /*text-transform: uppercase;*/
    -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

  .boxgrid p{
    display: block;
    height: 100px;
    color:#fff;
    font-family: 'open_sansregular';
    font-size: 13px;
    position: absolute;
    top: 43px;
    padding-left: 20px;
    padding-right: 20px;

  }

.namedestino:hover{
  height: 60px;
}
.textdestino{
  color: white;
}
.cajadestinos{
  margin: 0 auto;
  display: block;
  width: 642px;
  margin-top: 25px;
}

.ad1{

  display: block;
  background: rgb(237, 237, 237);
  max-width: 280px;
  width: 100%;
/*  height: 168px;*/
  margin: 20px 0;
}
.exito{
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
}

.needsfilled {
  border: none;
  background:#FF4545;
  border-bottom: 2px solid #E01414;
  color:white;
}

.subtitulo{
    color: black;
  font-weight: bold;
  font-size: 18px;
  display: block;
  margin-bottom: 15px;
  padding-bottom: 5px;
  margin-top: 15px;
  /* text-transform: uppercase; */
  font-family: 'open_sansregular';
}

.boxespadita{
  /*background: rgb(242, 242, 242);*/
  display: block;
  margin-bottom: 25px;
}

.borderescapa{
/*  display: block;

  border-left: 1px solid silver;
  border-right: 1px solid silver;
  border-bottom: 1px solid silver;
  padding: 15px;*/
}
.boxsub{
/*    background: rgb(194, 125, 47);
  padding-left: 17px;
  border-radius: 8px 8px 0 0;
  height: 67px;
  box-shadow: inset 10px -10px 11px -13px #222222;
  padding-top: 6px;*/
}
.tituloescapadita{
color: rgb(255, 255, 255);
  font-weight: bold;
  font-family: 'open_sansregular';
  font-size: 27px;
  display: block;
  text-transform: uppercase;
  font-family: 'open_sansregular';

}

.subescapada{
color: rgb(255, 255, 255);
  font-weight: bold;
  font-family: 'open_sansregular';
  font-size: 17px;
  display: block;
  text-transform: uppercase;
  font-family: 'open_sansregular';
}
.margitop{
  margin-top: 20px;
}

.negrita{
  font-size: 12px;
  font-weight: bold;
  color: black;
  font-family: 'open_sansregular';
  display: block;
  margin-bottom: 5px;
  margin-top: 10px;
}

.inscripciones{
  font-size: 13px;
  font-weight: bold;
  color: red;
  font-family: 'open_sansregular';
  display: block; 
  text-transform: uppercase;
  margin-top: 14px;
  margin-bottom: 15px;
}

.inscripciones strong{
  background: yellow;
  padding: 2px 12px;
  color: black;
  font-size: 15px;
}
.boxintro{
  margin-bottom: 42px;
  padding: 12px;
}

.tiempoviajar{
    font-size: 14px;
  font-weight: bold;
  color: rgb(0, 0, 0);
  font-family: 'open_sansregular';
  display: block;
  background: rgb(218, 231, 255);
  margin-bottom: 10px;
  margin-top: 20px;
  padding: 6px;
  text-align: center;
}

.imgescapadita{
  display: block;
  width: 100%;
  height: 440px;
  background: silver;
  margin-top: 15px;
  margin-bottom: 15px;
}
/*.bgazul{
     background: rgb(46, 147, 219);
}
.bgverde{
      background: rgb(29, 178, 116);
}
.bgrojo{
  background: rgb(219, 41, 41);
}
.bgfucsia {
  background: rgb(145, 53, 231);
}
.bgverdeoscuro{
    background: rgb(24, 111, 0);
}
.bgskyblue{
  background: rgb(15, 187, 218);
}
.bgverdeclaro{
    background: rgb(41, 157, 51);
}
.bgamarillo{
    background: rgb(200, 189, 0);
}
.bgazuloscuro{
    background: rgb(0, 109, 148);
}
.bglila{
    background: rgb(197, 33, 126);
}
.bgnaranjaclaro{
  background: rgb(237, 118, 56);
}
.bgvino{
     background: rgb(119, 21, 21);
}
.bgazulbajo{
  background: rgb(78, 73, 255);
}
.bgrosado{
    background: rgb(255, 92, 179);
}*/

.publicacion {
  display: block;
  width: 694px;
  max-width: 694px;
  width: 100%;
  padding-bottom: 12px;
  margin-bottom: 15px;
  padding-top: 15px;
}
.titulo1{
  display: block;
  width: auto;
  background: white;
  padding-bottom: 6px;
  margin-bottom: 6px;
  border-bottom: 2px solid rgb(216, 216, 216);
}
.titulo1 h3 {
  color: black;
  font-family: 'open_sansregular';
  font-size: 24px;
  /*text-transform: uppercase;*/
  line-height: 27px;
  margin-bottom: 0;
}

.imgblog {
  display: block;
  float: left;
max-width: 250px;
    width: 45%;
  height: 250px;
/*  background: #E5E5E5;*/
}
.bajada {
  display: block;
  float: left;
margin-left: 4%;
    max-width: 380px;
    width: 51%;
    height: auto;
  position: relative;
}
.leermas {
    display: block;
    background: rgb(42, 115, 211);
    width: 160px;
    /* height: 30px; */
    color: white;
    font-size: 14px;
    font-family: 'open_sansregular';
    font-weight: normal;
    border: none;
    cursor: pointer;
    border-radius: 6px;
    border-bottom: 2px solid #004581;
    text-align: center;
    text-decoration: none;
    padding-top: 6px;
    padding-bottom: 6px;
    position: absolute;
    bottom: -22px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
}
.leermas:hover{
  color: #ffe11a;
}
.imgblog2{
    display: block;
    background: #E5E5E5;
    max-width: 600px;
    /* height: 400px; */
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
}
.imgblog img{
  width: 100%;
  display: block;
}
.verdetalles{
display: block;
    background: rgb(42, 115, 211);
    width: 140px;
    /* height: 23px; */
    color: white;
    font-size: 13px;
    font-family: 'open_sansregular';
    font-weight: normal;
    border: none;
    cursor: pointer;
    border-radius: 6px;
    margin-top: 10px;
    border-bottom: 2px solid #004581;
    text-align: center;
    text-decoration: none;
    padding-top: 6px;
    padding-bottom: 6px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
}
.verdetalles:hover{
    color: #ffe11a;
}
.volver{
display: block;
  float: left;
  color: rgb(26, 26, 26);
  font-size: 13px;
  font-family: 'open_sansregular';
  text-decoration: underline;
  font-weight: bold;
  margin-left: 20px;
  margin-top: 18px;

  font-weight: bold;
}
.volver:hover{
 color: rgb(42, 115, 211);
 }
.bordtopybot{
  /*border-top: 1px solid silver;*/
  padding-top: 15px;

}
.fechablog{
    color: rgb(26, 26, 26);
  font-size: 12px;
  font-family: 'open_sansregular';
  font-style: italic;
  display: block;
  margin-bottom: 13px; 
}
em.trojo, em.tnegro, em.tlila, em.tverde, em.tazul, em.tguinda, em.tceleste, em.tazuoscuro, em.tverclaro, em.tnaranja, em.tmarron, em.tamarillo, em.trosa,  em.tmorado,  em.tmostaza{
  color: red;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
}
em.tnegro{
 color: black;
}
em.tlila{
  color: rgb(65, 33, 184);
}
em.tverde{
  color: rgb(61, 183, 66);
}
em.tazul{
  color: rgb(47, 108, 189);
}
 em.tguinda{
    color: rgb(153, 0, 0);
 }
em.tceleste{
    color: rgb(0, 178, 255);
 }
 em.tazuoscuro{
  color: rgb(0, 44, 103);
 }
 em.tnaranja{
    color: rgb(226, 121, 0);
 }
 em.tmarron{
    color: rgb(124, 67, 0);
 }
 em.tamarillo{
    color: rgb(226, 197, 0);
 }
 em.trosa{
    color: rgb(210, 156, 189);
 }
 em.tmorado{
  color: #6A29CC;
 }
 em.tmostaza{
  color: #BA930C;
 }
 .indicador span{
  font-size: 17px;
 }


 .escribenos, .vergaleria{
display: block;
  background: rgb(42, 115, 211);
  width: 206px;
  height: 30px;
  color: white;
  font-size: 15px;
  font-family: 'open_sansregular';
  font-weight: normal;
  border: none;
  cursor: pointer;
  border-radius: 6px;
  margin-top: 10px;
  border-bottom: 2px solid #004581;
  text-align: center;
  text-decoration: none;
  padding-top: 10px;
    margin-left: 106px;
  float: left;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
}
 .escribenos:hover{
  color: #ffe11a;
 }
 .firma{
  margin-top: 20px;
    width: 99%;
 }
 .sumatetitulo{
  color: black;
  font-weight: bold;
  font-size: 31px;
  display: block;
  margin-bottom: 0px;
  padding-bottom: 5px;
  text-align: center;
  font-family: 'open_sansregular';
 }

 .imgsumate{
margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 10px;
  display: block;
  width: 100%;
  max-width: 680px;
 }
 .firmaintro{
  margin-top: 30px;
  display: block;
  border-top: 1px dashed gray;
    padding-top: 24px;
 }
 .vergaleria{
    width: 140px;
    height: auto;
    padding-top: 7px;
    padding-bottom: 5px;
    margin-left: 0;
    margin-top: 0px;
    margin-bottom: 20px;
 }
/* .nav-list .nav-item:nth-child(4){
  display: none;
 }*/
 .boxintro .negrita{
  font-size: 14px;
 }
 .realizado, .cuposc{
  position: relative;
  display: block;
 }
 .realizado:after,  .cuposc:after{
  content: "";
  display: block;
  background: url(../imgs/rea.png) no-repeat center center;
  width: 294px;
  height: 175px;
  position: absolute;
  z-index: 10;
  top: 10%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
 }

.cuposc:after{
    background: url(../imgs/cupos.html) no-repeat center center;
}

 .realizado .titulo,  .realizado .texto, .realizado .negrita,  .realizado em ,   .cuposc .titulo,  .cuposc .texto, .cuposc .negrita,  .cuposc em {
    color: #979797 !important; 

 }
.realizado .verdetalles,  .cuposc .verdetalles{
      background: rgb(162, 162, 162);
          border-bottom: 2px solid #808080;
          color: #e2e2e2;
}
.nav-submenu li .altbtn{
  height: 38px;
}
.realizado .inscripciones , .realizado  .inscripciones strong, .cuposc .inscripciones strong, .cuposc .inscripciones{
  color: #979797;
  background: transparent;
}

.enero-titulo, .feb-titulo, .marz-titulo, .abr-titulo, .may-titulo, .jun-titulo, .jul-titulo, .ago-titulo, .set-titulo, .oct-titulo, .nov-titulo, .dic-titulo{
    display: block;
    margin-bottom: 20px;
    font-size: 23px;
    font-family: 'open_sansregular';
    font-weight: normal;
    background: #ff8a8a;
    border-radius: 7px 7px 0 0;
    padding: 10px;
    color: white;
    box-sizing: border-box;
    font-weight: bold;
    padding-left: 15px;
    position: relative;
    text-shadow: 0px 2px 1px rgba(0,0,0,0.4);
}
/*.feb-titulo{
    background: #8be27a;
}*/
.enero-titulo:after, .feb-titulo:after{
    position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 0;
    bottom: -14px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 16px solid #ff8a8a;
}

.bolder{
font-weight: bold;
    font-size: 14px;
    font-style: italic;
    background: #feffec;
    border: 1px solid #e3e4ca;
    padding: 15px;
    color: red;
}
/*.feb-titulo:after{
      border-top: 16px solid #8be27a;
}*/
/*.bord-enero{
    border-left: 3px solid #fdc18f;
    padding-left: 20px;
}*/
.boxintro  em{
color: #1e64bf;
    font-size: 15px;
    font-weight: bold;
    margin-top: 4px;
    margin-bottom: 14px;
    display: inline-block;
}
.ad1 img{
  width: 100%;
  display: block;
}
.t2 .enero-titulo{
     background: #60beec;
}
.t2  .enero-titulo:after{
      border-top: 16px solid #60beec;
}
.accordion li h3{
  cursor: pointer;
color: rgb(42, 115, 211);
    font-weight: bold;
    font-family: 'open_sansregular';
    font-size: 15px;
    display: block;
    text-transform: uppercase;
    background: rgb(245, 245, 245);
    padding: 8px;
    border: 1px solid rgb(223, 223, 223);
}
.activobtn{
  color: #05AF84 !important;
}
p.panel{
  display: none;
}
.instatext{
    color: black;
    font-size: 14px;
}
.trab{
font-size: 23px;
    line-height: 35px;
    margin-bottom: 35px;
    background: #fdf6c1;
    box-shadow: 10px 10xp;
    padding: 15px 20px;
    box-shadow: 0 15px 15px rgba(0,0,0,0.15);
}
.trab-2{
font-size: 18px;
    /* line-height: 56px; */
    background: #ffcbb2;
    padding: 15px 20px;
    display: block;
    margin-bottom: 90px;
    box-shadow: 0 15px 15px rgba(0,0,0,0.15);
}
nav .navplan{
width: 20.2%;
}
nav .navblog{
  width: 10.2%;
}
.over{
    overflow:hidden;
}