* {margin: 0;
   padding:0;}

@font-face {
    font-family: 'familiar';
    src: url('fuentes/familiarprobold.ttf')
}

@font-face {
    font-family: 'din';
    src: url('fuentes/dinprolight.ttf')
}


body {
    background-color: #dedede;
    width: 100%;
    min-height: 1300px;
    font-size: 16px;
}

.contenedor {
    max-width: 960px;
    margin-top: 0;
    font-family: 'familiar';
    margin-left: auto;
    margin-right: auto;
}

header {
    background-color: #353535;
    height: 170px;
    width: 100%;
    overflow:hidden;
}


.logo-urbana ul {
    list-style: none;
    position: relative;
    float: left;
}

.logo-urbana ul li {
    display: inline-block;
    padding: 15px 0 0 10px;
}


.lupita {
    position: relative;
    top: 50px;
    left: 490px;
    z-index: 1;
}


.input-search {
    border: 0px;
    position: relative;
    top: 25px;
    left: 485px;
    background-color: rgba(180, 180, 180, 0.55);
    width:180px;
    height: 25px;
    color: #d6d6d6;
    font-family: 'din';
    font-weight: bold;
    outline: none;
    padding-left: 30px;
}

.redes-sociales ul{
    list-style: none;
    position: relative;
    bottom:40px;
    left: 720px;
    margin: 40px 20px 0 0 ;
}

.redes-sociales ul li {
    display: inline-block;
    margin: 0 5px 0 0;
}


.separador {
    width: 100%;
    clear: both;
}


.botonera-header {
    padding-top: 15px;
}


.botonera-header ul{
    list-style: none;
    border-top: 1px solid #e0e0e0;
}


.botonera-header ul li {
    display: inline-block;
    width: 13.87%;
    text-align: center;
    box-sizing: border-box;
    
}

.botonera-header ul li a {
    display: block;
    color: #b4b4b4;
    font-size: 0.86rem;
    text-align: center;
    text-decoration: none;
} 


.inicio:hover {
    background-color: #00abec;
    color: #fff;
     padding: 10px 5px 10px 5px;
}

.inicio.seleccionado {
    position: relative;
    width: 100%;
    text-decoration: none;
    color: #fff;
    background-color:  #00abec;
     padding: 10px 5px 10px 5px;
}


.nosotros:hover {
    background-color: #eacd53;
    color: #fff;
     padding: 10px 5px 10px 5px;
}

.nosotros.seleccionado {
    position: relative;
    width: 100%;
    text-decoration: none;
    color: #fff;
    background-color: #eacd53;
     padding: 10px 5px 10px 5px;
}

.noticias:hover {
    background-color: #f5921d;
    color: #fff;
     padding: 10px 5px 10px 5px;
    
}

.noticias.seleccionado {
    position: relative;
    width: 100%;
    text-decoration: none;
    color: #fff;
    background-color: #f5921d;
     padding: 10px 5px 10px 5px;
}


.galeria:hover {
    background-color: #f92636;
    color: #fff;
     padding: 10px 5px 10px 5px;
}

.galeria.seleccionado {  
    position: relative;
    width: 100%;
    text-decoration: none;
    color: #fff;
    background-color: #f92636;
     padding: 10px 0px 10px 5px;
}

.programacion:hover {
    background-color: #a90fce;
    color: #fff;
     padding: 10px 5px 10px 5px;
    
}

.programacion.seleccionado {
    position: relative;
    width: 100%;
    text-decoration: none;
    color: #fff;
    background-color: #a90fce;
     padding: 10px 5px 10px 5px;
}


.agenda:hover {
    background-color: #0a66ea;
    color: #fff;
     padding: 10px 5px 10px 5px;
}

.agenda.seleccionado {
    position: relative;
    width: 100%;
    text-decoration: none;
    color: #fff;
    background-color: #0a66ea;
    padding: 10px 5px 10px 5px;
}


.contacto:hover {
    background-color: #268F3C;
    color: #fff;
    padding: 10px 0px 10px 5px;
}

.contacto.seleccionado {
    position: relative;
    width: 100%;
    text-decoration: none;
    color: #fff;
    background-color: #268f3c;
    padding: 10px 0px 10px 5px;
}


main {
    background-color: #eaeaea;
    min-height: 1000px;
    width: 100%;
    overflow: auto;
}


footer {
    clear: both;
    position: relative;
    background-color: #353535;
    height: 100px;
    padding-top: 15px;
    
}

.contenedor-footer {
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
}


.botonera-footer {
    padding-top: 15px;
    margin-left: 18%;
    margin-right: 18%;
}


.botonera-footer ul{
    list-style: none;
}


.botonera-footer ul li {
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
    border-right: 1px solid #b4b4b4;
}


.botonera-footer ul li a {
    display: block;
    color: #b4b4b4;
    font-size: 0.8rem;
    text-align: center;
    text-decoration: none;
    font-family: 'din';
    font-weight: bold;
    margin: 0 10px 0 10px;
} 


.separador-footer {
    width: 100%;
    clear: both;
}


footer p { 
    color:#b4b4b4;
    font-size: 0.75rem;
    text-align: center;
    margin-top: 20px;
    margin-left: 26%;
    margin-right: 26%;
    font-family: 'din';
    font-weight: bold;
}


/*INICIO*/

.contenedor-main {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}


section{
    width: 100%;
    margin-bottom: 20px;
    box-sizing: border-box;
    padding: 0;
}


.titulo-inicio {
    background: #00abec; 
    color: white;
    font-family: 'familiar';
    font-size: 1.5rem;
    box-sizing: border-box;
    margin-top: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
}

.titulo2-inicio {
    font-family: 'din';
    font-size: 1.3rem;
}

/* Estilos slider*/

.slides {
    width: inherit;
    margin: 20px 0 20px 0;
}


.contenedor-main .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    width: 100%;
    position: absolute;
    top: 210px;
    text-align: center;
}


/* section1 INICIO */

.section1-inicio {
    height: 340px;
    width: 100%;
    margin-bottom: -33px;
}

.section1-inicio div {
    width: 74%;
    height: 325px;
    position: relative;
    float: left;
}

.titulo-envivo {
    font-family: 'familiar';
    font-size: 1.3rem;
    color: #fff;
    box-sizing: border-box;
    width: 100%;
    background-color: #682A6B;
    padding: 3px 0 3px 20px;
}


.envivo {
    max-height: 320px;
    position: relative;
    float: left;
    width: 70%;
    top: -41px;
}

.envivo iframe {
    position: relative;
    top: 50px;
}

.envivo h1 {
    background: #682A6B;
    padding: 3px 15px;
    text-align: left;
    font-family: 'din';
    font-size: 1.2rem;
    color: #fff;
    position: relative;
    top: -329px;
    width: 680px;
}


.enpantalla {
    position: relative;
    float: right;
    width: 30%;
    color: #fff;
    box-sizing: border-box;
    text-align: center;
    top: -41px;
}

.enpantalla h3 {
    margin: 14px 0 5px 0;
    color: #95629f;
    font-family: 'din';
    font-size: 1.15rem;
    text-align: left;
    padding: 3px 15px;
    position: relative;
    top: 30px;
    font-weight: bold;
}

.enpantalla img {
  position: relative;
  top: 30px;
  height: 148px;
  width: 100%;
}


.horario-pantalla {
    position: relative;
    background: rgba(84, 16, 84, 0.2);
    font-family: 'din';
    font-size: 0.9rem;
    padding: 5px 0 5px 0;
    box-sizing: border-box;
    margin-top: 8px;
    color: #353535;
    text-align: left;
    padding-left: 25px;
    top: 35px;
    font-weight: bold;
}


inicio-sesion p {
    font-family: 'din';
    color: #303030;
    font-size: 1rem;
    font-weight: bold;
}

.inicio-sesion {
    position: relative;
    float: right;
    width: 24%;
    box-sizing: border-box;
    height:80%;
    color: #0a738c;
    margin-bottom: 9px;
    padding-bottom: 10px;
}

.h1_iniciasesion {
    font-family: 'familiar';
    font-size: 1.3rem;
    color: white;
    box-sizing: border-box;
    background: #268F3C;
    padding: 3px 14px;
    width: 230px;
    position: relative;
}

.boton-submit {
  background-color: transparent;
  border: 0px;
  content: none;
  height: 24px;
  width: 24px;
  display: block;
    top: 0;
    left: 180px;
  background-image: url("imagenes/submit.png");
  background-repeat: no-repeat;
  position: relative;
  cursor: pointer;
}


.h1_registrate {
    font-family: 'din';
    font-size: 1.2rem;
    color: white;
    box-sizing: border-box;
    background: rgba(38, 143, 60, 0.50);
    padding: 19px 14px;
    width: 100%;
    position: relative;
    top: 10px;
}

.subm-registrate {
  position: relative;
  right: -180px;
  top: -30px;
  height: 18px;
  width: 21px;
}

.inicio-sesion a {
    text-decoration: none;
}

.login-form {
margin: 40px 0 33px 0;
  text-align: center;
}


.input-title {
   font-family: 'din';
  font-size: 0.85rem;
  margin: 15px 0 5px 0;
  color: #303030;
  text-align: left;
  position: relative;
  left: 30px;
}


.input-login {
    border: 0px;
    color: #0283a0;
    background-color: rgba(38, 143, 60, 0.20);
    height: 27px;
    width: 175px;
    margin-bottom: 15px;
    outline: none;
}

.boton-submit {
    background-color: transparent;
    border: 0px;
    content: none;
    height: 24px;
    width: 24px;
    display: block;
    background-image: url("imagenes/submit.png");
    background-repeat: no-repeat;
    left: 180px;
    top: 0px;
    position: relative;
    cursor: pointer;
}


.contactanos {
    font-family: 'din';
    font-size: 1.2rem;
    color: white;
    background: rgba(38, 143, 60, 0.50);
    padding: 3px 12px;
    width: 230px;
    position: relative;
    top: 10px;
    position: relative;
    top: 16px;
    float: right;
    width: 24%;
    box-sizing: border-box;
    height: 20%;
    box-sizing: border-box;
    text-align: left;
}


.contactanos nav ul {
    list-style: none;
}

.contactanos nav ul li a {
    text-decoration: none;
}

.contactanos nav ul li a h2 {
    color: white;
    font-size: 1.2rem;
}

/*section 2 INICIO */

.section2-inicio {
  min-height: 245px;
  width: 100%;
  margin-bottom: -10px;  
    margin-top: 65px;
}

.titulo-novedades {
font-family: 'familiar';
  font-size: 1.3rem;
  color: #fff;
  background-color: #D36F02;
  padding: 3px 20px;
  margin-bottom: 10px;
}

.h1-novedades {
    background: #D36F02;
    padding: 3px 15px;
    text-align: left;
    font-family: 'din';
    font-size: 1.2rem;
    color: #fff;
    position: relative;
    top: -11px;
    left: -1px;
    width: 451px;
}

.h1-fotosyvideos {
    background: #D36F02;
    padding: 3px 15px;
    text-align: left;
    font-family: 'din';
    font-size: 1.2rem;
    color: #fff;
    position: relative;
    top: -166px;
    left: 277px;
    width: 441px;
    margin-left: 213px;
}

.section2-inicio h2 {
    position: absolute;
    font-family: 'familiar';
    font-size: 0.9rem;
    color: #fff;
    width: 155px;
    box-sizing: border-box;
    text-align: center;
    background-color: #f27900;
    padding: 3px 0 3px 0;
    top: 204px;
    z-index: 1;
    left: 316px;
}


.titulo-comunidad {
      font-family: 'familiar';
  font-size: 1.3rem;
  color: #fff;
  background-color: #006ebe;
  margin-bottom: 10px;
  padding: 3px 20px;
}

.section2-inicio .article1-2 {
    width: 22%;
    position: relative;
    float: left;
    height: 45px;
    padding-right: 20px;
}

.news {
    position: relative;
    float: left;
    width: 25%;
}

.news h1 {
  font-family: 'din';
  font-size: 1rem;
  color: #D36F02;
  position: relative;
}

.news p {
  position: relative;
  float: left;
  color: #303030;
  font-family: 'din';
  font-weight: bold;
  font-size: 0.8rem;
  width: 97%;
  margin: -14px 0 0 1px;
}


.news a {
position: relative;
  margin-left: 10px;
  left: 190px;
  top: -18px;
}

/*section 3 INICIO*/

.h1-comunidad {
    background: #006ebe;
    padding: 3px 15px;
    text-align: left;
    font-family: 'din';
    font-size: 1.2rem;
    color: #fff;
    position: relative;
    top: -11px;
    left: -1px;
    width: 928px;
}

.section3-inicio {
    height:183px;
    width: 100%;
    margin-bottom: 58px;
    margin-top: 15px;
}


.section3-inicio article {
    width: 31%;
    position: relative;
    float: left;
}

.article-middle {
    margin: 0 32px 0 32px;
}

.section3-inicio article h1{
    font-family: 'familiar';
    font-size: 0.85rem;
    color: #004a82;
    padding-top: 5px;
}

.section3-inicio article h1 .fecha-curso {
    font-family: 'din';
    
}

.agenda-image {
    box-sizing: border-box;
}

.section3-inicio article a img {
    position: absolute;
    bottom: 0px;
    left: 280px;
}


/*NOSOTROS*/

.titulo-nosotros {
    background: #eacd53; 
    color: white;
    font-family: 'familiar';
    font-size: 1.5rem;
    box-sizing: border-box;
    margin-top: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
}

.section-nosotros h1{ 
    font-family: 'din';
    color: #D1B842;
    font-size: 1.5rem;
}

.section-nosotros h3 {
    font-family: 'din';
    font-size: 0.9rem;
    margin-top: 28px;
    margin-bottom: 10px;
    text-align: justify;
}

.section-nosotros p {
    font-family: 'din';
    text-align: justify;
    font-size: 0.9rem;
    margin-top: 10px;
}

.section-nosotros {
    margin-top: 20px;
    width: 960px;
    position: relative;
    float: left;
    min-height: 420px;
    padding-bottom: 50px;
    border-bottom: 1px solid #848484;
}

.section-nosotros article {
    width: 48%;
    position: relative;
    float: left;
    margin-right: 10px;
}

.section-nosotros article h2{
    font-family: 'familiar';
    color: #353535;
    font-size: 4.5rem;
}

.section-nosotros aside {
    width: 48%;
    position: relative;
    float: right;
    margin-left: 10px;
}



/*NOTICIAS INICIAL*/

.titulo-noticias {
    background: #f5921d; 
    color: white;
    font-family: 'familiar';
    font-size: 1.5rem;
    box-sizing: border-box;
    margin-top: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
}

.section1-noticias {
    position: relative;
    float: left;
    height: 475px;
    width: 65%;
    margin-right: 10px;
    margin-top: 20px;
    margin-bottom: 0;
}

.section1-noticias article {
    height: 398px;
}

.section1-noticias h1 {
  background: rgba(211, 111, 2, 0.50);
  box-sizing: border-box;
  color: #fff;
  font-family: 'familiar';
  font-size: 1.2rem;
  padding: 3px 20px;
}


.noticia1-img {
    width: 618px;
    margin-top: 20px;
    position: relative;
}

.section1-noticias h2 {
    font-family: 'din';
    font-size: 1rem;
    color: #D36F02;
    position: relative;
    top: 10px;
}

.section1-noticias p {
  font-family: 'din';
  font-size: 0.95rem;
  padding: 8px 0 0 0;
  text-align: justify;
  position: relative;
  color: black;
  top: 10px;
}

.section1-noticias p a {
    text-decoration: none;
    color: #D36f02;
    font-family: 'familiar';
      position: relative;
  bottom: -2px;
  left: 4px;
}

.section2-noticias {
    position: relative;
    float: right;
    height: 1080px;
    width: 32%;
    padding-left: 27px;
    margin-top: 20px;
    margin-bottom: 0;
    border-left: 1px solid #7e7c7c;
}

.sec2-aside {
    width: 100%;
    height: 200px;
    margin-top: 20px;
}

.section2-noticias h1 {
    background:rgba(211, 111, 2, 0.50);
    box-sizing: border-box;
    color: #fff;
    font-family: 'din';
    font-size: 1.2rem;
    padding: 3px 15px;
}

.crop {
    height: 200px;
    width: 275px;
    overflow: hidden;
}

.crop img {
    width: 300px;
    height: 205px;
}

.noticias-aside1 {
    position: relative;
    top: 0px;
}

.noticias-aside2 {
    position: relative;
    top: 115px;
}

.noticias-aside3 {
    position: relative;
    top: 125px;
}

.noticias-aside4 {
    position: relative;
    top: 115px;
}

.noticias-aside5 {
    position: relative;
    top: 115px;
}

.section2-noticias h2 {
    font-family: 'din';
    font-size: 1rem;
    color: #D36F02;
    position: relative;
    top: 10px;
}

.section2-noticias p {
    font-family: 'din';
    font-size: 0.85rem;
    padding: 5px 12px;
    text-align: justify;
    position: relative;
    bottom: 81px;
    margin: 2px;
    top: 10px;
    color: black;
    left: -14px;
}

.section2-noticias p a {
    text-decoration: none;
    color: #D36f02;
    font-family: 'familiar';
}

.section3-noticias {
    position: relative;
    float: left;
    height: 361px;
    width: 65%;
    margin-right: 10px;
    margin-top: 140px;
    margin-bottom: 0;
}

.sec3-article1 {
    position: relative;
    float: left;
    width: 49%;
    height: 300px;
    margin-top: 20px;
}

.sec3-article2 {
    position: relative;
    float: right;
    width: 49%;
    height: 300px;
    margin-top: 20px;
}

.section3-noticias h1 {
  background: rgba(211, 111, 2, 0.50);
  box-sizing: border-box;
  color: #fff;
  font-family: 'familiar';
  font-size: 1.2rem;
  padding: 3px 20px;
}

.crop1 {
    width: 300px;
    height: 261px;
    overflow: hidden;
}

.crop1 img {
    width: 546px;
    height: 370px;
    margin-left: -136px;
    margin-top: -111px;
}

.section3-noticias h2 {
    font-family: 'din';
    font-size: 1rem;
    color: #D36F02;
    position: relative;
    top: 10px;
}

.section3-noticias p {
    font-family: 'din';
    font-size: 0.95rem;
    padding: 8px;
    text-align: justify;
    position: relative;
    bottom: 101px;
    margin: 2px;
    color: black;
    top: 8px;
    left: -9px;
}

.section3-noticias p a {
    text-decoration: none;
    color: #D36f02;
    font-family: 'familiar';
}

.section4-noticias {
    position: relative;
    float: left;
    height: 250px;
    width: 65%;
    margin-right: 10px;
    margin-top: 106px;
    margin-bottom: 90px;
}

.sec4-article1 {
    position: relative;
    float: left;
    height: 250px;
    width: 32%;
}


.sec4-article2 {
    position: relative;
    float: left;
    height: 250px;
    width: 32%;
    margin-left: 10px;
}


.crop2 {
    height: 200px;
    width: 200px;
    overflow: hidden;
}


.crop2 img {
    width: 285px;
    height: 220px;
    margin-top: -20px;
    margin-left: -15px;
}

.section4-noticias h2 {
    font-family: 'din';
    font-size: 1rem;
    color: #D36F02;
    position: relative;
    top: 10px;
}

.section4-noticias p {
    font-family: 'din';
    font-size: 0.85rem;
    padding: 8px;
    text-align: justify;
    position: relative;
    bottom: 69px;
    margin-right: -4px;
    color: black;
    top: 13px;
    left: -9px;
}

.section4-noticias p a {
    text-decoration: none;
    color: #D36f02;
    font-family: 'familiar';
}


/*NOTICIA PARTICULAR 1*/

.n1 {
    width: 100%;
    height:1080px;
    margin-top: 20px;
}

.titulo-articlenoti {
    background: #eb8409;
    color: #fff;
    font-family: 'familiar';
    font-size: 1.5rem;
    margin-top: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
}

.article-noticia1 {
    width: 72%;
    position: relative;
    float: left;
}

.columna-noticia1 {
    width: 47%;
    position: relative;
    float: left;
    padding-right: 20px;
}

.columna-noticia1 h2 {
    color: #e37e05;
    font-family: 'familiar';
    font-size: 1.1rem;
    background: none;
    display: inline;
    padding-left: 0px;
    line-height: 1.5;
}

.titulo-noticia1 {
    color: white;
    font-family: 'din';
    font-size: 1.1rem;
    background: none;
    display: inline;
    padding: 2px 15px;
    margin-right: -4px;
    box-sizing: border-box;
    background-color: rgba(211, 111, 2, 0.50);
    position: relative;
    top: 10px;
}

.columna-noticia1 p {
    font-family: 'din';
    font-size: 1rem;
    color: #353535;
    text-align: justify;
}

.columna-noticia1 .p1noticia1 {
    color: #e5820e;
    font-weight: bold;
    margin-top: 20px;
}


.columna-noticia1 iframe {
    width: 100%;
    height: 180px;
    margin-top: 9px;
}


.h3-noticia1 {
    box-sizing: border-box;
    color: #fff;
    font-family: 'familiar';
    font-size: 0.9rem;
    background-color: #eb8409;
    width: 47%;
    padding: 2px 5px;
    position: relative;
    bottom: 25px;
    left: 171px;
}

.second-column {
    margin-top: 1px;
}

.aside-noticia1 {
    width: 25%;
    position: relative;
    float: right;
    padding-left: 25px;
    margin-top: 10px;
    border-left: 1px solid #797979;
}

.titulo-asidenoti {
    background: rgba(211, 111, 2, 0.50);
    box-sizing: border-box;
    color: #fff;
    font-family: 'din';
    font-size: 1.2rem;
    padding: 3px 15px;
}

.aside-noticia1 h2 {
  font-family: 'din';
  font-size: 1rem;
  color: #D36F02;
  position: relative;
  top: 10px;
}

.aside-noticia1 p {
  font-family: 'din';
  font-size: 0.85rem;
  padding: 5px 12px;
  text-align: justify;
  position: relative;
  bottom: 81px;
  margin: 2px;
  top: 10px;
  color: black;
  left: -14px;
}

.aside-noticia1 p a {
    text-decoration: none;
    color: #D36f02;
    font-family: 'familiar';
}

/*NOTICIA PARTICULAR 2*/

.contenedor-main-noticias {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.contenedor-main-noticias h1{
    background: #eb8409;
    color: #fff;
    font-family: 'familiar';
    font-size: 1.5rem;
    margin-top: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
}

.n2 {
    width: 100%;
    position: relative;
    float: left;
    margin-top: 20px;
}

.n2 article {
    width: 70%;
    position: relative;
    float: left;
    padding-right: 20px;
}

h1 .titulo-noticia {
  color: white;
  font-family: 'din';
  font-size: 1.1rem;
  background: none;
  display: inline;
  padding: 2px 15px;
  margin-right: -4px;
  box-sizing: border-box;
  background-color: rgba(211, 111, 2, 0.50);
  position: relative;
  top: 10px;
}

.n2 h1 {
    color: #e37e05;
    font-family: 'familiar';
    font-size: 1.1rem;
    background: none;
    display: inline;
    padding-left: 0px;
}

.n2 .bajada {
    margin-top: 20px;
    font-family: 'din';
    font-size: 1rem;
    width: 95%;
    color: #e5820e;
    font-weight: bold;
}

.n2 img {
    min-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.n2 p {
    width: 100%;
    font-family: 'din';
    font-size: 1rem;
    color: #353535;
    text-align: justify;
}

.n2 iframe {
    min-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: solid 3px #f5921d;
}

.n2 aside {
    width: 25%;
    min-height: 500px;
    border-left: solid 1px #2D6C9A;
    padding-left: 20px;
    position: relative;
    float: right;
}

.n2 .titulo-asidenoti {
  background: rgba(211, 111, 2, 0.50);
  box-sizing: border-box;
  color: #fff;
  font-family: 'din';
  font-size: 1.2rem;
  padding: 3px 15px;
}

.articulo-relacionado {
    height: 255px;
    width: 100%;
    margin-top: 20px;
}


.crop-noticia {
    height: 250px;
    width: 236px;
    overflow: hidden;
}

.crop-noticia img {
    width: 395px;
    height: 250px;
    margin-top: 0px;
    margin-left: -120px;
}

.aside-noticia h2 {
  font-family: 'din';
  font-size: 1rem;
  color: #D36F02;
  position: relative;
  top: 10px;
}

.aside-noticia p {
  font-family: 'din';
  font-size: 0.85rem;
  padding: 5px 12px;
  text-align: justify;
  position: relative;
  bottom: 81px;
  margin: 2px;
  top: 10px;
  color: black;
  left: -14px;
}

.aside-noticia p a {
    text-decoration: none;
    color: #D36f02;
    font-family: 'familiar';
}



/* NOTICIA 3*/

.n3 {
    width: 100%;
    position: relative;
    float: left;
    margin-top: 20px;
}

.n3 article {
    width: 70%;
    position: relative;
    float: left;
    padding-right: 20px;
}

.n3 h1 {
    color: #e37e05;
    font-family: 'familiar';
    font-size: 1.1rem;
    background: none;
    display: inline;
    padding-left: 0px;
}

.n3 .bajada-1 {
    position: relative;
    float: right;
    margin-top: 20px;
    font-family: 'din';
    font-size: 1rem;
    width: 48%;
    color: #e5820e;
    font-weight: bold;
    margin-right: 10px;
}

.n3 img {
    width: 48%;
    margin-top: 20px;
    margin-bottom: 10px;
}

.n3 .p1 {
    width: 48%;
    position: absolute;
    right: 10px;
    top: 150px;
    margin-right: 10px;
}

.n3 p {
    width: 100%;
    font-family: 'din';
    font-size: 1rem;
    color: #353535;
    text-align: justify;
}

.n3 iframe {
    min-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: solid 3px #f5921d;
}

.n3 aside {
    width: 25%;
    min-height: 500px;
    border-left: solid 1px #2D6C9A;
    padding-left: 20px;
    position: relative;
    float: right;
}

.aside-noticia h1{
    background: rgba(211, 111, 2, 0.50);
    box-sizing: border-box;
    color: #fff;
    font-family: 'din';
    font-size: 1.2rem;
    padding: 3px 15px;
}


.articulo-relacionado {
    height: 255px;
    width: 100%;
    margin-top: 20px;
}


.n3 .crop-noticia {
    height: 250px;
    width: 236px;
    overflow: hidden;
}

.n3 .crop-noticia img {
    width: 395px;
    height: 250px;
    margin-top: 0px;
    margin-left: -120px;
}

.aside-noticia p a {
    text-decoration: none;
    color: #D36f02;
    font-family: 'familiar';
}

/* NOTICIA PARTICULAR 4*/

.n4 {
    width: 100%;
    position: relative;
    float: left;
    margin-top: 20px;
}

.n4 article {
    width: 70%;
    position: relative;
    float: left;
    padding-right: 20px;
}

.n4 h1 {
    color: #e37e05;
    font-family: 'familiar';
    font-size: 1.1rem;
    background: none;
    display: inline;
    padding-left: 0px;
}

.n4 .bajada {
    position: relative;
    float: left;
    margin-top: 20px;
    font-family: 'din';
    font-size: 1rem;
    width: 100%;
    color: #e5820e;
    font-weight: bold;
    margin-bottom: 10px;
}

.n4 p {
    width: 100%;
    font-family: 'din';
    font-size: 1rem;
    color: #353535;
    text-align: justify;
}


.n4 aside {
    width: 25%;
    min-height: 500px;
    border-left: solid 1px #2D6C9A;
    padding-left: 20px;
    padding-right: 
    position: relative;
    float: right;
}

.n4 aside h1{
    background: rgba(211, 111, 2, 0.50);
    box-sizing: border-box;
    color: #fff;
    font-family: 'din';
    font-size: 1.2rem;
    padding: 3px 15px;
}

.n4 aside .articulo-relacionado {
    width: 100%;
    margin-top: 20px;
    max-height: 300px;
}


.n4 aside .articulo-relacionado h2 {
   font-family: 'din';
  font-size: 1rem;
  color: #D36F02;
  position: relative;
  top: 10px;
}

.n4 .articulo-relacionado p {
   font-family: 'din';
  font-size: 0.85rem;
  padding: 5px 12px;
  text-align: justify;
  position: relative;
  bottom: 81px;
  margin: 2px;
  top: 10px;
  color: black;
  left: -14px;
}

.n4 .articulo-relacionado p a {
    text-decoration: none;
    color: #D36f02;
    font-family: 'familiar';
}


/* NOTICIA PARTICULAR 6 */

.n6 {
    width: 100%;
    position: relative;
    float: left;
    margin-top: 20px;
}

.n6 article {
    width: 70%;
    position: relative;
    float: left;
    padding-right: 20px;
}

.n6 h1 {
    color: #e37e05;
    font-family: 'familiar';
    font-size: 1.1rem;
    background: none;
    display: inline;
    padding-left: 0px;
}

.n6-floatright {
    position: relative;
    float: right;
    width: 47%;
    margin-left: 20px;
}

.n6-floatleft {
    position: relative;
    float: left;
    width: 50%;
}

.n6 .bajada-1 {
    position: relative;
    margin-top: 20px;
    font-family: 'din';
    font-size: 1rem;
    width: 100%;
    color: #e5820e;
    font-weight: bold;
    margin-right: 10px;
    text-align: justify;
}

.p6-right {
    position: relative;
    margin-top: 17px;
    font-family: 'din';
    font-size: 1rem;
    width: 100%;
    color: #353535;
    font-size: 1rem;
    margin-right: 10px;
    text-align: justify;
}

.n6 img {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
}

.p-noticia6 {
    width: 100%;
    font-family: 'din';
    font-size: 1rem;
    color: #353535;
    text-align: justify;
    position: relative;
    float: left;
}

.n6 aside {
    width: 25%;
    min-height: 500px;
    border-left: solid 1px #2D6C9A;
    padding-left: 20px;
    position: relative;
    float: right;
}

.n6 .titulo-asidenoti {
    background: rgba(211, 111, 2, 0.50);
    box-sizing: border-box;
    color: #fff;
    font-family: 'din';
    font-size: 1.2rem;
    padding: 3px 15px;
}

.n6 .articulo-relacionado {
    width: 100%;
    margin-top: 20px;
    max-height: 300px;
}

.n6 .articulo-relacionado img {
    width: 275px;
    height: 255px;
    margin-top: 0;
    margin-left: 0px;
}

.n6 .articulo-relacionado h2 {
  font-family: 'din';
  font-size: 1rem;
  color: #D36F02;
  position: relative;
  top: 10px;
}

.n6 .articulo-relacionado p {
   font-family: 'din';
  font-size: 0.85rem;
  padding: 5px 12px;
  text-align: justify;
  position: relative;
  bottom: 81px;
  margin: 2px;
  top: 10px;
  color: black;
  left: -14px;
}

.n6 p a {
    text-decoration: none;
    color: #D36f02;
    font-family: 'familiar';
}


/* NOTICIA PARTICULAR 9 */

.n9 {
    width: 100%;
    position: relative;
    float: left;
    margin-top: 20px;
}

.n9 article {
    width: 70%;
    position: relative;
    float: left;
    padding-right: 20px;
}

.n9 h1 {
    color: #e37e05;
    font-family: 'familiar';
    font-size: 1.1rem;
    background: none;
    display: inline;
    padding-left: 0px;
}

.n9 .bajada-1 {
    position: relative;
    float: right;
    margin-top: 20px;
    font-family: 'din';
    font-size: 1rem;
    width: 48%;
    color: #e5820e;
    font-weight: bold;
    margin-right: 10px;
}

.n9 img {
    width: 48%;
    margin-top: 20px;
    margin-bottom: 10px;
}

.n9 .p1 {
    width: 48%;
    position: absolute;
    right: 10px;
    top: 170px;
    margin-right: 10px;
}

.n9 p {
    width: 100%;
    font-family: 'din';
    font-size: 1rem;
    color: #353535;
    text-align: justify;
}

.n9 iframe {
    min-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: solid 3px #f5921d;
}

.n9 aside {
    width: 25%;
    min-height: 500px;
    border-left: solid 1px #2D6C9A;
    padding-left: 20px;
    position: relative;
    float: right;
}

.n9 .titulo-asidenoti {
    background: rgba(211, 111, 2, 0.50);
    box-sizing: border-box;
    color: #fff;
    font-family: 'din';
    font-size: 1.2rem;
    padding: 3px 15px;
}


.articulo-relacionado {
    height: 255px;
    width: 100%;
    margin-top: 20px;
}


.n9 .crop-noticia {
    height: 250px;
    width: 236px;
    overflow: hidden;
}

.n9 .crop-noticia img {
    width: 395px;
    height: 250px;
    margin-top: 0px;
    margin-left: -120px;
}


/* GALERIA INICIAL */



.section1-gal {
    position: relative;
    float: left;
    width: 100%;
    height: 249px;
    margin-bottom: 15px;
}


.section1-gal .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    width: 100%;
    position: absolute;
    top: 210px;
    text-align: center;
}

.section2-gal {
    width: 100%;
    position: relative;
    float: left;
    height: 320px;
    margin-bottom: 20px;
}

.section2-gal h1 {
    font-family: 'familiar';
    font-size: 1.1rem;
    box-sizing: border-box;
    background-color: rgba(191, 14, 14, 0.50);
    color: #fff;
    position: relative;
    float: left;
    width: 100%;
    padding: 5px 20px 5px 20px;
}

    .subm-gal1 {
  position: absolute;
  left: 913px;
  bottom: 298px;
  z-index: 1;
}


.subm-gal2 {
  position: absolute;
  left: 913px;
  bottom: 306px;
  z-index: 1;
}

.section2-gal iframe {
    margin-top: 20px;
    width: 290px;
    height: 162px;
    position: relative;
    float: left;
    display: inline;
}

.section4-gal iframe {
    margin-top: 20px;
    width: 290px;
    height: 162px;
    position: relative;
    float: left;
    display: inline;
}

.section3-gal {
    width: 100%;
    position: relative;
    float: left;
    height: 330px;
    margin-bottom: 20px;
}

.section3-gal h1 {
    font-family: 'familiar';
    font-size: 1.1rem;
    box-sizing: border-box;
    background-color: rgba(191, 14, 14, 0.50);
    color: #fff;
    position: relative;
    float: left;
    width: 100%;
    padding: 5px 20px 5px 20px;
}


.section4-gal {
    width: 100%;
    position: relative;
    float: left;
    height: 375px;
    margin-bottom: 20px;
}

.section4-gal h1 {
    font-family: 'familiar';
    font-size: 1.1rem;
    box-sizing: border-box;
    background-color: rgba(191, 14, 14, 0.50);
    color: #fff;
    position: relative;
    float: left;
    width: 100%;
    padding: 5px 20px 5px 20px;
}


.descrip-gal {
    width: 30%;
    height: 150px;
    position: relative;
    float: left;
    margin-left: 16px;
    margin-right: 13px;
}

.descrip-gal h1 {
    font-family: 'din';
    font-size: 1.22rem;
    font-weight: bold;
    color: #f92636;
    background-color: transparent;
    padding: 0 0 0 5px;
    margin: 10px 0 0 0;
}

.descrip-gal h2 {
    font-family: 'din';
    font-size: 1.05rem;
    font-weight: bold;
    color: #353535;
    padding: 0 0 0 5px;
    margin: 3px 0 5px 0;
}

.descrip-gal p {
    font-family: 'din';
    font-size: 0.9rem;
    color: #353535;
    padding: 0 0 0 5px;
    text-align: justify;
}

.crop-gal {
    margin-top: 20px;
    width: 290px;
    height: 180px;
    position: relative;
    float: left;
    display: inline;
    overflow: hidden;
}

.crop-gal img {
    height: 185px;
    width: 295px;
}


/* GALERIA CANAL */

.contenedor-galeria {
    max-width: 960px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
}

/*Galeria Section 1*/

.galeria-s1 {
    width: 100%;
    position: relative;
    float: left;
    margin-top: 0px;
    padding-bottom: 10px;
    padding-top: 20px;
}

.s1-titulo{
    clear: both;
}

.galeria-s1 h1 {
    position: relative;
    color: #1a4c71;
    display: inline;
    border-bottom: solid 2px #f92636;
    font-family: "familiar";
    font-size: 1rem;
    margin-right: -4px;
}

.galeria-s1 h2 {
    background: rgba(219, 0, 16, 0.50);
    box-sizing: border-box;
    color: #fff;
    font-family: 'din';
    font-size: 1.2rem;
    padding: 3px 15px;
    text-align: left;
    position: relative;
    width: 463px;
}

.galeria-s1 article {
    width: 51%;
    position: relative;
    float: right;
    box-sizing: border-box;
    margin-right: 0px;
    margin-top: 20px;
}
.galeria-s1 article iframe {
    position: relative;
    float: left;
    box-sizing: border-box;
    padding-bottom: 10px;
    padding-left: 10px;
}
.galeria-s1 aside {
    width: 49%;
    position: relative;
    float: left;
    padding: 0px;
    margin-top: 20px;
}

.g-video p {
    font-family: 'din';
    font-size: 0.9rem;
    color: #353535;
}

.galeria-s1 aside iframe {
    box-sizing: border-box;
}

.galeria-s1 aside h1 {
    position: absolute;
    right: 12px;
    bottom: 4px;
    z-index: 1;
    width: 90px;
    background: #db0010;
    box-sizing: border-box;
    padding: 4px 0 3px 0;
    text-align: center;
    font-size: 1rem;
    color: #fff;
}

/*Galeria Section 2*/

.galeria-s2left {
    width: 48%;
    position: relative;
    float: left;
    border-right: solid 1px #888888;
    padding-right: 10px;
}
.s2-titulo {
    clear: both;
    margin-bottom: 20px;
}
.galeria-s2left h1{
    position: relative;
    color: #1a4c71;
    display: inline;
    font-family: "familiar";
    font-size: 1rem;
    margin-right: -4px;
}
.galeria-s2left h2 {
    background: rgba(219, 0, 16, 0.50);
    box-sizing: border-box;
    color: #fff;
    font-family: 'din';
    font-size: 1.2rem;
    padding: 3px 15px;
    text-align: left;
    position: relative;
}

.g-video article {
    width: 55%;
    position: relative;
    float: left;
    margin-bottom: 24px;
}

.g-video aside {
    width: 40%;
    position: relative;
    float: right;
    padding: 0;
}
.g-video aside h3 {
    font-family: 'din';
    font-size: 1rem;
    color: #f92636;
}

.galeria-s2right {
    width: 51%;
    position: relative;
    float: right;
    box-sizing: border-box;
    margin-right: 0px;
    padding-left: 10px;
}

.galeria-s2right h1 {
    position: relative;
    color: #1a4c71;
    display: inline;
    border-bottom: solid 2px #f92636;
    font-family: "familiar";
    font-size: 1rem;
    margin-right: -4px;
}

.galeria-s2right h2 {
    background: rgba(219, 0, 16, 0.50);
    box-sizing: border-box;
    color: #fff;
    font-family: 'din';
    font-size: 1.2rem;
    padding: 3px 15px;
    text-align: left;
    position: relative;
    width: 462px;
}

.galeria-s2right article {
    position: relative;
    float: left;
    box-sizing: border-box;
    margin-bottom: 10px;
    padding-right: 10px;
}
.galeria-s2right img {
    height: 142px;
    width: 225px;
    overflow: hidden;
}

.panoramico {
    height: 200px;
    width:  465px;
    overflow: hidden;
}

.galeria-s2right .panoramico img {
    min-width: 465px;
    height: 260px;
}


/* GALERIA FOTOGRAFIA BARRIAL*/

.s1-galfoto {
    width: 100%;
    height: 398px;
    margin: 20px 0;
}

.crop1-galfoto {
    width: 100%;
    height: 350px;
    overflow: hidden;
    box-sizing: border-box;
}

.crop1-galfoto img {
    width: 960px;
    margin-top: -215px;
}

.titulo-gal {
    font-family: 'familiar';
    font-size: 1.5rem;
    box-sizing: border-box;
    background-color: #f92636;
    color: #fff;
    position: relative;
    float: left;
    width: 100%;
    padding: 5px 20px 5px 20px;
}

.s2-galfoto {
    width: 100%;
    height:300px;
    position: relative;
}

.crop2-galfoto {
    width: 49%;
    height: 300px;
    overflow: hidden;
    position: relative;
    float: left;
    box-sizing: border-box;
}

.crop2-galfoto img {
    width: 480px;
    margin-top: -20px;
}


.crop2b-galfoto {
    width: 49%;
    height: 300px;
    overflow: hidden;
    position: relative;
    float: right;
    box-sizing: border-box;
}

.crop2b-galfoto img {
    width: 480px;
    margin-top: -20px;
}

.s3-galfoto {
    width: 100%;
    height: 570px;
    position: relative;
}

.s3-galfoto .art1-s3foto {
    position: relative;
    float: left;
    width: 310px;
    height: 600px;
}

.crop3-galfoto {
    width: 310px;
    height: 270px;
    position: relative;
    float: left;
    overflow: hidden;
    box-sizing: border-box;
    margin: 10px 0px;
}


.s3-galfoto .art2-s3foto {
    position: relative;
    float: left;
    width: 650px;
    height  600px;
}


.crop3b-galfoto {
    width: 310px;
    height: 270px;
    position: relative;
    float: left;
    overflow: hidden;
    box-sizing: border-box;
    margin: 10px 0px 10px 15px;
}

.crop3-galfoto img {
    width: 380px;
}

.crop3b-galfoto img {
    width: 400px;
    height: 300px;
    margin-top: -10px
}

.crop4-galfoto {
    width: 100%;
    height: 350px;
    overflow: hidden;
    box-sizing: border-box;
}

.crop4-galfoto img {
    width: 980px;
    margin-top: -145px;
    margin-left: -23px;
}


/* PROGRAMACION */

.titulo-programacion {
    background: #a90fce; 
    color: white;
    font-family: 'familiar';
    font-size: 1.5rem;
    box-sizing: border-box;
    margin-top: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
}

.section1-programacion {
    margin-bottom: -4px;
    margin-top: 20px;
}

.section1-programacion h1 {
    position: absolute;
    color: #fff;
    z-index: 1;
    font-size: 0.9rem;
    background-color: #682A6B;
    padding: 5px;
}

.section2programación {
    position: relative;  
}

.tabs {
    width: 960px;
    list-style: none;
    position: relative;
    text-align: left;
    height: 545px;
    margin-top: -8px;
}
.tabs li {
    float: left;
    display: block;
    width: 14.285%;
    text-align: center;
    
    
}
.tabs input[type="radio"] {
    position: absolute;
    top: -9999px;
    left: -9999px;
}
.tabs label {
    display: block;
    font-family: familiar;
    font-size: 1.1rem;
    font-weight: normal;
    background: rgba(104, 42, 107, 0.50);
    cursor: pointer;
    position: relative;
    top: 4px;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    color: #fff;    
    height: 30px;
    line-height: 1.6;
    /* width: 3.9ch;
    overflow: hidden;
    margin-left: 5px;
    text-overflow: ellipsis;
    word-wrap: break-word;*/
}

.tabs label:hover {
    color: #fff;
    background: #682A6B;
}

.subm-prog {
      position: absolute;
  top: 18px;
  right: 217px;
}

.tabs .tab-content {
    z-index: 2;
    display: none;
    overflow: hidden;
    width: 100%;
    font-size: 17px;
    line-height: 25px;
    position: absolute;
    top: 65px;
    left: 0;
    background: transparent;
}
.tabs [id^="tab"]:checked + label {
    background-color: rgba(104, 42, 107, 0.50);
    color: #fff;
    height: 30px;
    line-height: 1.6;
}
    
.tabs [id^="tab"]:checked + label div {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 13px solid #eaeaea;
    margin-left: 51px;
    margin-top: -5px;
}

.tabs [id^="tab"]:checked ~ [id^="tab-content"] {
    display: block;
}
    
.article-programacion {
    height: 50px;
    width: 100%;
    border-bottom: 1px solid #353535;
    line-height: 2;
}

.article-programacion h1 {
    color: #353535;
    box-sizing: border-box;
    width: 35%;
    position: relative;
    float: left;
    text-align: center;    
}

.article-programacion h2 {
    color: #000;
    font-size: 0.8rem;
    width: 65%;
    position: relative;
    float: right;
    text-align: left;
    font-family: 'din';
}

.programa {
    color: #89478d;
    text-decoration: none;
    font-size: 1.4rem;
    font-family: 'din';
}


.section3-programacion {
    position: relative;
    bottom: 0;
    left: 0;
    margin-top: -39px;
    margin-bottom: 10px;
    height: 145px;
    width: 100%;
    display: inline-block;
}

.article2-programacion h1 {
    font-family: 'familiar';
    font-size: 1rem;
    box-sizing: border-box;
    background-color: rgba(104, 42, 107, 0.50);
    color: white;
    padding: 3px 5px 3px 5px;
    margin-bottom: 60px;
    width: 229px;
    margin-left: 0;
    position: relative;
}

.article3-programacion {
    width: 24%;
    position: relative;
    float: left;
    margin-left: 9px;
}


/*PROGRAMA PARTICULAR*/

.section1-prog1 {
    height: 360px;
    margin-top: 20px;
    margin-bottom: 30px;  
}

.crop-prog {
    height: 580px;
    overflow: hidden;
}

.box-programa {
    margin-top: 30px;
}

.box-programa h1 {
    font-family: 'familiar';
    font-size: 1.5rem;
    box-sizing: border-box;
    background: rgba(104, 42, 107, 0.50);
    margin-left: 0;
    padding-left: 20px;
    padding-bottom: 5px;
    padding-top: 5px;
    position: relative;
    bottom: 560px;
    color: white;
    width: 415px;
}

.box-programa h2 {
    font-family: 'din';
    font-size: 1rem;
    padding-bottom:1px; 
    border-bottom: solid 1px;
    width: 129px; 
    margin-top: 5px;
    position: relative;
    bottom: 560px;
    color: white;
    margin-left: 20px;
}

.box-programa h3 {
    font-family: 'din';
    font-size: 1.1rem;
    margin-top: 5px;
    position: relative;
    bottom: 560px;
    color: white;
    margin-left: 20px;
}

.section2-prog1 {
    position: relative;
    height: 320px;
}

.section2-prog1 p {
    font-family: 'din';
    font-size: 0.9rem;
    font-weight: bold;
    color: #353535;
    text-align: justify;
    margin-bottom: 10px;
}

.section2-prog1 h1 {
    display: inline;
    margin-bottom: 10px;
}

.section2-prog1-h1a {
    font-family: 'familiar';
    font-size: 3rem;
}

.section2-prog1-h1b {
    font-family: 'din';
    font-size: 1.2rem;
}

.section2-prog1 h2 {
    font-family: 'din';
    font-size: 1.8rem;
    color: rgba(104, 42, 107, 0.70);
    margin-bottom: 10px;
}

.columna1_programa {
    width: 48%;
    font-size: 1rem;
    font-family: 'din';
    text-align: justify;
    padding-right: 10px;
}

.columna2_programa {
    width: 48%;
    font-size: 1rem;
    font-family: 'din';
    text-align: justify;
    padding-left: 10px;
}

.table_programa {
    border-bottom: 1px solid #797979;
    padding-bottom: 50px;
}

.section3-prog1 {
    position: relative;
    height: 175px;
}

.section3-prog1 h1{
    margin-bottom: 20px;
    font-family: 'familiar';
    font-size: 1rem;
    box-sizing: border-box;
    background-color: rgba(104, 42, 107, 0.50);
    color: white;
    padding: 3px 5px 3px 5px;
    width: 229px;
    margin-left: 0;
    position: relative;
}

.losmasvistos-programa {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 0;
}

.ifr-der {
    margin-left: 11px;
    box-sizing: border-box;
}


/* AGENDA */

.contenedor-agenda {
    max-width: 960px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
}
.contenedor-agenda h1 {
    background: #0a66ea;
    color: #fff;
    font-family: 'familiar';
    font-size: 1.5rem;
    margin-top: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
}

.talleres {
    width: 65%;
    position: relative;
    float: left;
    margin-top: 20px;
    padding-right: 50px;
}
.talleres h1 {
    background: rgba(0, 110, 190, 0.45);
    color: #fff;
    font-family: 'familiar';
    font-size: 1rem;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 20px;
    margin-top: 0px;
}

.talleres .articulos {
    position: relative;
    float: left;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #006ebe;
}

.talleres .entero {
    position: relative;
    float: left;
    width: 100%;
}
.talleres .entero h1 {
    text-decoration: bold;
    font-family: 'din';
    font-size: 1rem;
    color: #006ebe;
    background: none;
    padding-top: 10px;
    padding-left: 0px;
    margin:0;

}
.talleres .entero h2{
    font-family: 'familiar';
    font-size: 3rem;
    color: #353535;
    margin-top: -10px;
}
.talleres .entero h3 {
    font-family: 'din';
    font-size: 1rem;
    color: #006ebe;
    margin-bottom: 5px;
}
.talleres .entero p {
    position: relative;
    float: left;
    width: 93%;
    font-family: 'din';
    color: #000;
}

.talleres .medio {
    position: relative;
    float: left;
    width: 50%;
    box-sizing: border-box;
}

.talleres .medio img {
    width:240px;
}


.talleres .medio h1 {
    margin-top: 5px;
    margin-bottom: 10px;
    width: 93%;
    background-color: rgba(0, 110, 190, 0.45);
    font-family: 'din';
    font-size: 1rem;
    color: #fff;
}
.talleres .medio p {
    font-family: 'din';
    font-size: 1rem;
    color: #353535;
    font-weight: bold;
}

.img-curso {
    width: 240px;
}

.eventos {
    width: 35%;
    min-height: 950px;
    position: relative;
    float: right;
    border-left: solid 1px rgba(0, 110, 190, 0.45);
    padding-left: 40px;
    margin-top: 20px;
}
.eventos h1 {
    width: 93%;
    background: rgba(0, 110, 190, 0.45);
    color: #fff;
    font-family: 'familiar';
    font-size: 1rem;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 20px;
    margin-top: 0px;
}

.eventos .articulos {
    position: relative;
    float: left;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #006ebe;
}

.eventos .titulo {
    position: relative;
    float: left;
    width: 100%;
}
.eventos .titulo h1 {
    font-family: 'din';
    font-size: 1rem;
    color: #006ebe;
    background: none;
    padding-top: 10px;
    padding-left: 0px;
    margin:0;

}
.eventos .titulo h2{
    font-family: 'familiar';
    font-size: 3rem;
    color: #353535;
    margin-top: -10px;
}
.eventos .titulo h3 {
    font-family: 'din';
    font-size: 1rem;
    color: #006ebe;
    margin-bottom: 5px;
}


.eventos .texto{
    position: relative;
    float: left;
    width: 100%;
}
.eventos .texto p {
    position: relative;
    float: left;
    width: 93%;
    font-family: 'din';
    color: #000;
}

/*AGENDA 1*/

.section1-agenda1 {
    position: relative;
    float: left;
    width: 48%;
    margin-right: 20px;
    height: 300px;
    margin-bottom: 0;
    margin-top: 20px;
}

.section1-agenda1 h1 {
    box-sizing: border-box;
    background: #006ebe;
    color: white;
    padding: 5px;
    margin-bottom: 20px;
    font-size: 1.5rem;
    text-align: center;
    font-family: 'familiar';
}

.section1-agenda1 article h2 {
    color: rgba(0, 110, 190, 0.76);
    font-size: 1rem;
    font-family: 'din';
}

.section1-agenda1 article p {
    text-align: justify;
    font-size: 0.9rem;
    font-family: 'din';  
}

.section2-agenda1 {
    position: relative;
    float: right;
    width: 49%;
    margin-top: 20px;
    height: 300px;
    margin-bottom: 0;
}


.section2-agenda1 article img {
    margin-right: 0;
}

.section3-agenda1 {
    position: absolute;
    margin-top: 345px;
    height: 400px;
    width: 100%
}

.section3-agenda1 h1 {
    box-sizing: border-box;
    background: #006ebe;
    color: white;
    font-family: 'familiar';
    font-size: 1rem;
    text-align: center;
    padding: 5px;
    position: relative;
    width: 160px;
    height: 30px;
}

.form1-agenda1 {
    width: 100%;
    max-height: 350px;
    position: relative;
    margin-top: 35px;
}

.agenda1-input {
    position: relative;
    float: left;
    width:209px;
    height: 30px;
    margin-bottom: 15px;
    background-color: rgba(0, 110, 190, 0.23);
    border: 0px;
    color: #303030;
    outline: none;
    padding: 5px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
    font-family: 'din';
    font-size: 0.9rem;
    font-weight: bold;
    color: #006ebe;
    clear: both;
}

.agenda1-message {
    position: relative;
    top:0;
    left: 30px;
    width:193px;
    height: 195px;
    margin-bottom: 10px;
    background-color: rgba(0, 110, 190, 0.23);
    border: 0px;
    color: #303030;
    outline: none;
    padding: 5px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
    font-family: 'din';
    font-size: 0.9rem;
    font-weight: bold;
    color: #006ebe;
    clear: both;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #6d6d6d;
    font-family: 'familiar';
    font-size: 0.85rem;
}

.agenda1-submit1 {
    position: relative;
    top: 30px;
    left: -35px;
    outline: none;
    font-family: 'din';
    font-size: 0.9rem;
    color:white; 
    background-color: #006ebe;
    border: 1px solid #006ebe;
    padding: 5px;
    cursor: pointer;
    clear: both;
}

.section4-agenda1 {
    position: absolute;
    margin-top: 710px;
    margin-bottom: 20px;
    height:183px;
    width: 100%; 
}

.section4-agenda1-h1 {
    color: white;
    background: #006ebe;
    font-family: 'familiar';
    font-size: 1rem;
    width: 146px;
    padding: 5px;
    margin-bottom: 10px;  
}

.section4-agenda1 article {
    position: relative;
    float: left;
}

.article-middle {
    margin: 0 32px 0 32px;
}

.section4-agenda1 article h1{
    font-family: 'familiar';
    font-size: 0.85rem;
    color: #006ebe;
    padding-top: 5px;
}

.section4-agenda1 article h1 .fecha-curso {
    font-family: 'din';
    
}

.agenda-image {
    box-sizing: border-box;
    min-width: 298px;
}

.section4-agenda1 article a img {
    position: absolute;
    bottom: 0px;
    left: 280px;
}


/* CONTACTO*/

.titulo-contacto {
    background: #268f3c; 
    color: white;
    font-family: 'familiar';
    font-size: 1.5rem;
    box-sizing: border-box;
    margin-top: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
}

.section1-contacto {
    height:325px;
    width: 100%;
    position: relative;
    float: left;
    margin-top: 30px;
}


.article1-contacto {
    width: 65%;
    position: relative;
    float: left;
    
}

.article1-contacto h1 {
    position: relative;
    color: green;
    font-family: 'din';
    font-size: 1rem;
    padding-top: 10px;
}

.title-comentario {
    color: #676767;
}


.form1-contacto {
    width: 100%;
    max-height: 350px;
    position: relative;
    float: left;
    margin-top: 35px;
    
}


.contact-input {
    position: relative;
    float: left;
    width:250px;
    height: 30px;
    margin-bottom: 15px;
    background-color: rgba(36, 139, 52, 0.15);
    border: 0px;
    color: #303030;
    outline: none;
    padding: 5px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
    font-family: 'din';
    font-size: 0.9rem;
    font-weight: bold;
    color: #036003;
    clear: both;
}


.contact-message {
    position: relative;
    top:0;
    left: 30px;
    width:310px;
    height: 195px;
    margin-bottom: 10px;
    background-color: rgba(36, 139, 52, 0.15);
    border: 0px;
    color: #303030;
    outline: none;
    padding: 5px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
    font-family: 'din';
    font-size: 0.9rem;
    font-weight: bold;
    color: #036003;
    clear: both;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #6d6d6d;
    font-family: 'din';
    font-size: 0.85rem;
}

.contact-submit1 {
    position: relative;
    bottom: 0;
    left: 285px;
    outline: none;
    font-family: 'din';
    font-size: 0.9rem;
    color:#dedede; 
    background-color: #268F3C;
    border: 1px solid #268F3C;
    padding: 5px;
    cursor: pointer;
    clear: both;
}


.aside-contacto {
    width: 35%;
    position: relative;
    float: left;
    padding: 100px 0 0 0;
    height: 325px;
}


.aside-contacto p {
    color: #464646;
    font-family: 'din';
    font-size: 0.9rem;
    font-weight: bold;
    margin-bottom: 10px;
    margin-left: 52px;
    border-bottom: 1px solid #2f5172;
    border-left: 1px solid #2f5172;
    width: 255px;
    padding: 0 0 5px 5px;
}


#datos-contacto {
    margin-top: 20px;
}

.title-datos {
    color: #3b864f;
}


.section2-contacto {
    height:300px;
    width: 100%;
    position: relative;
    float: left;
}


#googleMap {
    width: 960px;
  height: 300px;
  position: relative;
  overflow: hidden;
  transform: translateZ(0px);
  background-color: rgb(229, 227, 223);
    position: relative;
    box-sizing: border-box;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
}


.section3-contacto {
    height:245px;
    width: 100%;
    position: relative;
    float: left;
    margin-top: 30px;
}

.article2-contacto {
    width: 40%;
    height: 245px;
    position: relative;
    float: left;
}

.section3-contacto h1 {
    position: relative;
    text-align: center;
    color: white;
    font-family: 'familiar';
    font-size: 1.3rem;
    padding: 5px 10px 5px 10px;
    text-align: center;
    box-sizing: border-box;
    background: rgba(38, 143, 60, 0.70);
}


.comunidad-icono {
    position: relative;
    bottom: -6px;
    left: 50px;
}


.section3-contacto h2 {
    position: relative;
    color: #268F3C;
    font-family: 'din';
    font-size: 1.6rem;
    text-align: center;
    padding: 20px;
}

.section3-contacto p {
    font-family: 'din';
    font-size: 0.8rem;
    text-align: center;
    width: 65%;
    position: relative;
    float: right;
    margin-top: 5px;
    margin-right: 25px;
}


.divform-contacto {
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 1;
    padding: 5px 5px 20px 5px;
}


.divform-contacto form {
    margin: 12px 20px;
}


.file-input {
    position: relative;
    top: 10px;
    left: 14px;
    font-family: 'din';
    font-size: 0.9rem;
    color: #6a6767;
    height: 22px;
    background-color: rgba(38, 143, 60, 0.20);
    padding: 0 0 0 0;
    outline: none;
    padding-right: 4px;
}

.contact-submit2 {
    background-color: transparent;
    border: 0px;
    width: 25px;
    height: 18px;
    background-image: url("imagenes/submit-contacto.png");
    background-repeat: no-repeat;
    position: relative;
    top: 8px;
    left: 20px;
    outline: none;
    padding: 5px;
    cursor: pointer;
}

.article3-contacto img {
    position: relative;
    float: right;
}


/*COMENTARIO*/

.comentario_agenda h1 {
    text-align: center;
    font-family: 'familiar';
    font-size: 1.5rem;
    margin-top: 150px;
    color: white;
    box-sizing: border-box;
    background:#0055A4; 
    position: relative;
    left: 478px;
    width: 960px;
    padding: 3px 0 3px 0;
    font-size: 1.8rem;
}

.comentario_agenda h2 {
    color: #0055A4;
    font-size: 1.5rem;
    margin-top: 20px;
    font-family: 'din';
    text-align: center;
}

.comentario_agenda p {
    font-family: 'din';
    font-size: 0.9rem;
    text-align: center;
    margin: 20px 730px 0 730px;
}

.comentario_agenda img {
    position: relative;
    left: 732px;
    margin-top: 15px;
}

.comentario_contacto h1 {
    text-align: center;
    font-family: 'familiar';
    font-size: 1.5rem;
    margin: 150px auto auto auto;
    color: white;
    box-sizing: border-box;
    background: #268F3C;
    position: relative;
    width: 960px;
    padding: 3px 0 3px 0;
    font-size: 1.8rem;
}

.comentario_contacto h2 {
    color: #268F3C;
    font-size: 1.5rem;
    margin-top: 20px;
    font-family: 'din';
    text-align: center;
}

.comentario_contacto p {
    font-family: 'din';
    font-size: 0.9rem;
    text-align: center;
    margin: 20px 730px 0 730px;
}

.comentario_contacto img {
    position: relative;
    left: 732px;
    margin-top: 15px;
}


/*REGISTRATE*/


.titulo-registrate {
    background: #268f3c; 
    color: white;
    font-family: 'familiar';
    font-size: 1.5rem;
    box-sizing: border-box;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
}

.section1-registrate {
    height:325px;
    width: 100%;
    position: relative;
    float: left;
    margin-top: 20px;
}


.article1-registrate {
    width: 50%;
    position: relative;
    float: left;
    
}

.section1-registrate h1 {
    position: relative;
    color: green;
    font-family: 'din';
    font-size: 1rem;
    padding-top: 10px;
}

.title-registrate {
    color: #676767;
}


.form1-registrate {
    width: 100%;
    max-height: 350px;
    position: relative;
    float: left;
    margin-top: 35px;
    
}


.registrate-input {
    position: relative;
    float: left;
    width:90%;
    height: 30px;
    margin-bottom: 15px;
    background-color: rgba(36, 139, 52, 0.15);
    border: 0px;
    color: #303030;
    outline: none;
    padding: 5px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
    font-family: 'din';
    font-size: 0.9rem;
    font-weight: bold;
    color: #036003;
    clear: both;
}


.registrate-message {
    position: relative;
    top:0;
    left: 30px;
    width:310px;
    height: 195px;
    margin-bottom: 10px;
    background-color: rgba(36, 139, 52, 0.15);
    border: 0px;
    color: #303030;
    outline: none;
    padding: 5px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
    font-family: 'din';
    font-size: 0.9rem;
    font-weight: bold;
    color: #036003;
    clear: both;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #6d6d6d;
    font-family: 'din';
    font-size: 0.85rem;
}

.registrate-submit1 {
    position: relative;
    float: right;
    outline: none;
    font-family: 'din';
    font-size: 0.9rem;
    color:#dedede; 
    background-color: #268F3C;
    border: 1px solid #268F3C;
    padding: 5px;
    cursor: pointer;
    clear: both;
}


#datos-registrate {
    margin-top: 20px;
}

.title-datos {
    color: #3b864f;
}


.article2-registrate {
    width: 49%;
    position: relative;
    float: left;
    padding-left: 7px;
}


.article2-registrate .registrate-input {
    position: relative;
    float: left;
    width:97%;
    height: 30px;
    margin-bottom: 15px;
    background-color: rgba(36, 139, 52, 0.15);
    border: 0px;
    color: #303030;
    outline: none;
    padding: 5px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
    font-family: 'din';
    font-size: 0.9rem;
    font-weight: bold;
    color: #036003;
    clear: both;
}



/* RESPONSIVE */

@media screen and (max-width:360px) {
    
    /* DISEÑO */
    
    body {
        width: 100%;
        min-height: 1300px;
    }
        
    .contenedor {
        width:360px;
        margin-right: auto;
        margin-left: auto;
    }
    
    .contenedor-main {
        width: 360px;
        margin-right: auto;
        margin-left: auto;
        overflow: hidden;
    }
    
    header {
        width: 100%;
        height: 170px;
    }    
    
    main {
            width: 100%;
            min-height:1000px; 
            overflow: hidden
        }
    
    footer {
        width: 100%;
        height: 60px;
    }
    
    footer p {
        margin-top: 0;
    }
    
    .contenedor-footer {
    max-width: 320px;
    margin-right: auto;
    margin-left: auto;
    }
    
    .redes-sociales {
        display: none;
    }
    
    .logo-urbana {
        width: 46%;
        position: relative;
        float: left;
        padding: 10px 0 0 10px;
    }
    
    .separador {
        width: 50%;
        position: relative;
        float: right;
        clear: none;
    }
    
    .botonera-header {
        padding-top: 10px;
    }
    
    .botonera-header ul{
    list-style: none;
    border-top: none;
}
    
    .botonera-header ul li {
    display: block;
    width: 20%;
    text-align: center;
    box-sizing: border-box;
    
}

    .botonera-header ul li a {
    display: block;
    color: #b4b4b4;
    font-size: 0.78rem;
    text-align: center;
    text-decoration: none;
    padding: 2px 0;
} 
    
    .inicio {
        display: none;
    }
        
    .lupita {
        display:none;
    }


.input-search {
     display:none;
    }
    
.botonera-footer { 
    display: none;
    }
    
.inicio.seleccionado {
    position: relative;
    width: 100%;
    text-decoration: none;
    color: #00abec;
    background: none;
    border-top: none;
    padding: 0px;
}
    
.inicio:hover {
    background: none;
    color: #00abec;
    padding: 10px 0px 10px 0px;
}

.nosotros.seleccionado {
    position: relative;
    width: 100%;
    text-decoration: none;
    color: #eacd53;
    background: none;
    border-top: none;
    padding: 0px;
}
    
.nosotros:hover {
    background: none;
    color: #eacd53;
    padding: 10px 0px 10px 0px;
}

.noticias.seleccionado {
    position: relative;
    width: 100%;
    text-decoration: none;
    color: #f5921d;
    background: none;
    border-top: none;
    padding: 0px;
}
    
.noticias:hover {
    background: none;
    color: #f5921d;
    padding: 10px 0px 10px 0px;
}


.galeria.seleccionado {  
    position: relative;
    width: 100%;
    text-decoration: none;
    color: #f92636;
    background: none;
    border-top: none;
    padding: 0px;
}
    
.galeria:hover {
    background: none;
    color: #f92636;
    padding: 10px 0px 10px 0px;
}

.programacion.seleccionado {
    position: relative;
    width: 100%;
    text-decoration: none;
    color: #a90fce;
    background: none;
    border-top: none;
    padding: 0px;}
    
    
.programacion:hover {
    background: none;
    color: #a90fce;
    padding: 10px 0px 10px 0px;
}

.agenda.seleccionado {
    position: relative;
    width: 100%;
    text-decoration: none;
    color: #0a66ea;
    background: none;
    border-top: none;
    padding: 0px;
}
    
.agenda:hover {
    background: none;
    color: #0a66ea;
    padding: 10px 0px 10px 0px;
}

.contacto.seleccionado {
    position: relative;
    width: 100%;
    text-decoration: none;
    color:  #268f3c;
    background: none;
    border-top: none;
    padding: 0px;
}
    
.contacto:hover {
    background: none;
    color: #268f3c;
    padding: 10px 0px 10px 0px;
}
    
    
    /* INICIO RESPONSIVE */
    
    .titulo-inicio {
    background: #0093cb; 
    color: white;
    font-family: 'familiar';
    font-size: 2rem;
    box-sizing: border-box;
    margin-top: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
        margin-bottom: 2px;
    }
    
    .titulo2-inicio {
        display: none;
    }
    
    .slide-inicio {
        display: none;
    }
    
    .section1-inicio {
  min-height: 525px;
  width: 100%;
  margin-bottom: -33px;
}
    
    .section1-inicio div {
    width: 100%;
    height: 325px;
    position: relative;
    float: left;
}
    
    .titulo-envivo {
    margin-bottom: -9px;
}

    
    .envivo {
    max-height: 320px;
    position: relative;
    float: left;
    width: 100%;
    top: -41px;
}
    
    
.envivo iframe {
    position: relative;
    top: 50px;
      width: 100%;
  height: 203px;
}
    
.enpantalla {
  position: relative;
  float: left;
  width: 65%;
  color: #fff;
  box-sizing: border-box;
  text-align: center;
  top: -25px;
  margin-left: 53px;
}
  
    .enpantalla img {
  position: relative;
  top: 36px;
  height: 148px;
  width: 100%;
}

    .enpantalla h3 {
  margin: 14px 0 5px 0;
  color: #95629f;
  font-family: 'din';
  font-size: 1.15rem;
  text-align: left;
  padding: 3px 15px;
  position: relative;
  top: 30px;
  font-weight: bold;
  text-align: center;
  border: 1px solid;
}
    
    .inicio-sesion {
        display: none;
    }
    
    .section2-inicio {
  min-height: 245px;
  width: 100%;
  margin-bottom: -10px;
  margin-top: 85px;
}
    
  
    #news-nodisplay {
        display: none;
    }
    
  .news {
  position: relative;
  float: left;
  width: 100%;
  height: 215px;
  margin-left: 25px;
  margin-top: 10px;
}
    .news a {
  position: relative;
  margin-left: 10px;
  left: -25px;
  top: -18px;
}
    
    .news .img-responsive {
        width: 80%;
    }
    
    .section2-inicio {
  min-height: 495px;
  width: 100%;
  margin-bottom: -10px;
  margin-top: 85px;
}
    
    .news p {
  position: relative;
  float: left;
  color: #303030;
  font-family: 'din';
  font-weight: bold;
  font-size: 0.8rem;
  width: 77%;
  margin: 3px 0 0 1px;
}
    
    .section3-inicio {
  height: 183px;
  width: 100%;
  margin-bottom: 58px;
  margin-top: 25px;
}
    
    .article-middle {
        display: none;
    }
    
    .article-right {
        display: none;
    }
    
    .article-left {
    width: 100%;
    position: relative;
    float: left;
      margin-left: 20px;
  margin-top: 10px;
  margin-bottom: 15px;
}
    
    .agenda-image {
  box-sizing: border-box;
  width: 80%;
}
    
    .section3-inicio article h1 {
  font-family: 'familiar';
  font-size: 0.85rem;
  color: #004a82;
  padding-top: 5px;
  width: 220%;
}
    
    /* NOSOTROS RESPONSIVE */
    
    .titulo-nosotros  {
    background: #eacd53;
    color: white;
    font-family: 'familiar';
    font-size: 2rem;
    box-sizing: border-box;
    margin-top: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    }
    
    .section-nosotros h1{ 
    font-family: 'din';
    color: #D1B842;
    font-size: 1.5rem;
}

.section-nosotros h3 {
    font-family: 'din';
    font-size: 0.9rem;
    margin-top: 15px;
    margin-bottom: 10px;
    text-align: justify;
}

.section-nosotros p {
    font-family: 'din';
    text-align: justify;
    font-size: 0.9rem;
    margin-top: 10px;
}

.section-nosotros {
    margin-top: 20px;
    width: 320px;
    position: relative;
    float: left;
    min-height: 420px;
    padding-bottom: 10px;
    border-bottom: 1px solid #848484;
    overflow: hidden;
      margin-left: 12px;
}

.section-nosotros article {
    width: 100%;
    position: relative;
    float: left;
    margin-right: 10px;
}

.section-nosotros article h2{
    font-family: 'familiar';
    color: #353535;
    font-size: 3.8rem;
}

.section-nosotros aside {
    width: 100%;
    margin-top: 15px;
    position: relative;
    float: right;
    margin-left: 10px;
    margin-bottom: 20px;
}
    
    .section-nosotros img {
        width: 320px;
    }
    
    /* NOTICIAS RESPONSIVE */
    
    .titulo-noticias {
    background: #e57700; 
    color: white;
    font-family: 'familiar';
    font-size: 2rem;
    box-sizing: border-box;
    margin-top: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    }
    
     .section1-noticias {
         width: 100%;
         position: relative;
    float: left;
    height: 435px;
    margin-right: 10px;
    margin-top: 2px;
    margin-bottom: 0;
     }
    
    .section1-noticias article {
        height: 398px;
        margin-left: 22px;
}
    
    .section1-noticias h2 {
  font-family: 'din';
  font-size: 1.3rem;
  color: #f5921d;
  position: relative;
  top: 10px;
  font-weight: bold;
}
    
    .noticia1-img {
        width: 300px;
}
    
    .section1-noticias p {
  font-family: 'din';
  font-size: 0.95rem;
  padding: 8px 0 0 0;
  text-align: left;
  position: relative;
  margin: 0px 38px 0px 0px;
  color: black;
  top: 10px;
}
    
     .section2-noticias {
         display: none;
     }
    
     .section3-noticias {
         width: 100%;
           margin-top: 20px;
         height: 470px;
     }
    
    .sec3-article1 {
  position: relative;
  float: left;
  width: 47%;
  height: 300px;
  margin-top: 20px;
  margin-left: 9px;
}
    
    .sec3-article2 {
  position: relative;
  float: right;
  width: 47%;
  height: 300px;
  margin-top: 20px;
  margin-right: 12px;
}
    
    .section3-noticias p {
  font-family: 'din';
  font-size: 0.95rem;
  padding: 8px;
  text-align: left;
  position: relative;
  bottom: 101px;
  margin: 2px;
  color: black;
  top: 8px;
  left: -9px;
}
    
    
    .crop1 {
  width: 155px;
  height: 169px;
  overflow: hidden;
}
    
  #img-voto  {
  width: 260px;
  height: 180px;
  margin-left: -64px;
  margin-top: -112px;
}
    
    .section3-noticias h2 {
  font-family: 'din';
  font-size: 1.2rem;
  color: #D36F02;
  position: relative;
  top: 10px;
}
    
    
.section4-noticias {
  width: 100%;
  margin-top: 20px;
  height: 360px;
  margin-bottom: 20px;
}
        
    
    #noti-nodisplay {
        display: none;
    }
    
.sec4-article1 {
  position: relative;
  float: left;
  width: 45%;
  height: 300px;
  margin-left: 9px;
}
    
.sec4-article2 {
  position: relative;
  float: left;
  width: 46%;
  height: 300px;
  margin-right: 10px;
}
    
.crop2 {
  width: 155px;
  height: 169px;
  overflow: hidden;
}
    
    .crop2 img {
  width: 300px;
  height: 200px;
  margin-top: -20px;
  margin-left: -15px;
}
    
    .section4-noticias h2 {
  font-family: 'din';
  font-size: 1.2rem;
  color: #D36F02;
  position: relative;
  top: 10px;
}
    
      .section4-noticias p {
  font-family: 'din';
  font-size: 0.95rem;
  padding: 8px;
  text-align: left;
  position: relative;
  bottom: 101px;
  margin: 2px;
  color: black;
  top: 8px;
  left: -9px;
}
    
    
    /* GALERIA RESPONSIVE */
    
    .contenedor-galeria {
    width: 100%;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}
    
    .titulo-gal {
  font-family: 'familiar';
  font-size: 2rem;
  box-sizing: border-box;
  background-color: #f92636;
  color: #fff;
  position: relative;
  float: left;
  width: 100%;
  padding: 5px 20px 5px 20px;
  margin-bottom: 2px;
}
    
    .section1-gal {
        display: none;
    }
    
    .section2-gal {
    width: 100%;
    position: relative;
    float: left;
    height: 865px;
    margin-bottom: 20px;
}

.section2-gal h1 {
    font-family: 'familiar';
    font-size: 1.1rem;
    box-sizing: border-box;
    background-color: rgba(191, 14, 14, 0.50);
    color: #fff;
    position: relative;
    float: left;
    width: 100%;
    padding: 5px 20px 5px 20px;
}
    

.section2-gal iframe {
    margin-top: 20px;
    width: 275px;
    height: 150px;
    position: relative;
    float: left;
}

.section3-gal {
    width: 100%;
    position: relative;
    float: left;
    height: 875px;
    margin-bottom: 20px;
}

.section3-gal h1 {
    font-family: 'familiar';
    font-size: 1.1rem;
    box-sizing: border-box;
    background-color: rgba(191, 14, 14, 0.50);
    color: #fff;
    position: relative;
    float: left;
    width: 100%;
    padding: 5px 20px 5px 20px;
}


.section4-gal {
    display: none;
}

.descrip-gal {
  width: 100%;
  height: 275px;
  position: relative;
  float: left;
  margin-left: 31px;
  margin-right: 13px;
}
    
.descrip-gal h1 {
    font-family: 'din';
    font-size: 1.22rem;
    font-weight: bold;
    color: #c30a0a;
    background-color: transparent;
    padding: 0 0 0 5px;
    margin: 10px 0 0 0;
}

.descrip-gal h2 {
    font-family: 'din';
    font-size: 1.05rem;
    font-weight: bold;
    color: #353535;
    padding: 0 0 0 5px;
    margin: 3px 0 5px 0;
    display: inline-block;
}

.descrip-gal p {
    font-family: 'din';
    font-size: 0.9rem;
    color: #353535;
    padding: 0 0 0 5px;
    text-align: left;
    width: 80%;
}

.crop-gal {
    margin-top: 20px;
    width: 275px;
    height: 160px;
    position: relative;
    float: left;
    overflow: hidden;
}

.crop-gal img {
    height: 185px;
    width: 295px;
}
    
    
    /* PROGRAMACION RESPONSIVE */
    
    .titulo-programacion {
    background: #a90fce; 
    color: white;
    font-family: 'familiar';
    font-size: 2rem;
    box-sizing: border-box;
    margin-top: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    }
    
    .section1-programacion {
        width: 100%;
        margin-top: 2px
    }
    
    .section1-programacion img {
        width: 100%;
    }
    
    .section2-programacion {
        width: 100%;
    }
    
    .tabs {
    width: 100%;
    list-style: none;
    position: relative;
    text-align: left;
    height: 500px;
    margin-top: -8px;
}
    
    .tabs label {
    display: block;
    font-family: 'familiar';
    font-size: 1.1rem;
    font-weight: normal;
    background: rgba(104, 42, 107, 0.50);
    cursor: pointer;
    position: relative;
    top: 4px;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    color: #fff;    
    height: 30px;
    line-height: 1.6;
    width: 3.9ch;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
        padding: 0 6px;
}
    
    .tabs li {
    float: left;
    display: block;
    width: 13.9%;
    text-align: center; 
}
    
    .tabs [id^="tab"]:checked + label div {
    width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 0px solid transparent;
  border-bottom:0px solid #eaeaea;
 
}
    
    .tabs [id^="tab"]:checked + label {
    background-color: rgba(104, 42, 107, 0.9);
    color: #fff;
    height: 30px;
    line-height: 1.6;
}
    
    .tabs .tab-content {
    z-index: 2;
    display: none;
    overflow: hidden;
    width: 100%;
    font-size: 17px;
    line-height: 25px;
    position: absolute;
    top: 38px;
    left: 0;
    background: transparent;
}
    
    .article-programacion {
    height: 50px;
    width: 100%;
    border-bottom: 1px solid #353535;
    line-height: 3
}
    
    .article-programacion h1 {
    color: #353535;
    box-sizing: border-box;
    width: 20%;
    position: relative;
    float: left;
    text-align: center; 
        font-size: 1rem
}
    
.article-programacion h2 {
    color: #000;
    font-size: 0.7rem;
    width: 80%;
    position: relative;
    float: right;
    text-align: left;
    font-family: 'din';
}
    
    .programa {
    color: #89478d;
    text-decoration: none;
    font-size: 1rem;
    font-family: 'din';
}
        
    .programa:hover {
        color: #5e1762;
        text-decoration: none;
        font-weight: bold;
        font-family: 'din';
        border-bottom: 1px solid;
    }
    
    .article2-programacion h1 {
    font-family: 'familiar';
    font-size: 1rem;
    box-sizing: border-box;
    background-color: rgba(104, 42, 107, 0.50);
    color: white;
    padding: 3px 5px 3px 5px;
    margin-bottom: 60px;
    width: 150px;
    margin-left: 0;
    position: relative;
}
    
    
.section3-programacion {
    position: relative;
    bottom: 0;
    left: 0;
    margin-top: -39px;
    margin-bottom: 10px;
    height: 545px;
    width: 100%;
    display: inline-block;
}
   .article3-programacion {
    width: 100%;
    position: relative;
    float: left;
         margin-left: 55px;
  margin-bottom: 5px;
}
    
    .subm-prog {
        display: none;
    }

    
    /* AGENDA RESPONSIVE */
    
    .contenedor-agenda h1 {
    background: #0a66ea;
    color: #fff;
    font-family: 'familiar';
    font-size: 2rem;
    margin-top: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
}
    
    .mes-agenda {
        font-family: 'din';
        font-size: 1.85rem
    }
    
    .talleres {
  width: 100%;
  position: relative;
  float: left;
  margin-top: 2px;
  padding-right: 0px;
height: 1602px;
}
    
    .talleres h1 {
  background: rgba(0, 110, 190, 0.45);
  color: #fff;
  font-family: 'familiar';
  font-size: 1.3rem;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 20px;
  margin-top: 0px;
}
    
    .talleres .articulos {
  position: relative;
  float: left;
  margin-bottom: 10px;
  padding-bottom: 30px;
  border-bottom: solid 1px #006ebe;
  margin-left: 10px;
}
    
    .talleres .entero h1 {
  font-family: 'din';
  font-size: 1.2rem;
  color: #006ebe;
  background: none;
  padding-top: 10px;
  padding-left: 0px;
  margin: 0;
}
    
    .talleres .entero h3 {
  font-family: 'din';
  font-size: 1.2rem;
  color: #006ebe;
  margin-bottom: 5px;
}
    
.talleres .medio {
  position: relative;
  float: left;
  width: 45%;
  box-sizing: border-box;
  margin-right: 14px;
}
    
    .medio div {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
    
    .talleres .medio img {
  width: 272px;
  margin-left: -81px;
}
    
    .talleres .medio h1 {
  margin-top: 5px;
  margin-bottom: 10px;
  width: 94%;
  background-color: rgba(0, 110, 190, 0.45);
  font-family: 'din';
  font-size: 1rem;
  color: #fff;
  padding-left: 8px;
}
    
    .eventos {
  width: 103%;
  min-height: 620px;
  position: relative;
  float: left;
  border-left: solid 1px rgba(0, 110, 190, 0.45);
  padding-left: 0px;
  margin-top: -19px;
}
    
    .eventos h1 {
  background: rgba(0, 110, 190, 0.45);
  color: #fff;
  font-family: 'familiar';
  font-size: 1.3rem;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 20px;
  margin-top: 0px;
}
    
.eventos .articulos {
  position: relative;
  float: left;
  margin-bottom: 10px;
  padding-bottom: 10px;
  width: 44%;
  border-bottom: none;
  margin: 0 6px;
}
    
    .eventos .titulo h1 {
  font-family: 'din';
  font-size: 1.1rem;
  color: #085c98;
  background: none;
  padding-top: 10px;
  padding-left: 0px;
  margin: 0;
}
    
    .eventos .titulo h3 {
  font-family: 'din';
  font-size: 1.1rem;
  color: #006ebe;
  margin-bottom: 5px;
}
    
    .eventos .texto p {
  position: relative;
  float: left;
  width: 100%;
  font-family: 'din';
  color: #000;
}

    /* CONTACTO RESPONSIVE */
    
    .titulo-contacto {
    background: #268f3c; 
    color: white;
    font-family: 'familiar';
    font-size: 2rem;
    box-sizing: border-box;
    margin-top: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    }
    
    .section1-contacto {
  height: 610px;
  width: 100%;
  position: relative;
  float: left;
  margin-top: 30px;
}
    
    .article1-contacto {
  width: 100%;
  position: relative;
  float: left;
    height: 470px;
}
    
    .article1-contacto h1 {
  position: relative;
  color: green;
  font-family: 'din';
  font-size: 1rem;
  padding-top: 0px;
  padding-left: 6px;
}
    
.contact-input {
  position: relative;
  float: left;
  width: 70%;
  height: 20px;
  margin-bottom: 10px;
  background-color: rgba(36, 139, 52, 0.15);
  border: 0px;
  color: #303030;
  outline: none;
  padding: 5px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
  font-family: 'din';
  font-size: 0.9rem;
  font-weight: bold;
  color: #036003;
  clear: both;
  margin-left: 41px;
  margin-right: 0px;
}
    
.contact-message {
  position: relative;
  top: 0;
  left: 30px;
  width: 70%;
  height: 195px;
  margin-bottom: 10px;
  background-color: rgba(36, 139, 52, 0.15);
  border: 0px;
  color: #303030;
  outline: none;
  padding: 5px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
  font-family: 'din';
  font-size: 0.9rem;
  font-weight: bold;
  color: #036003;
  clear: both;
  margin-left: 10px;
}
    
.contact-submit1 {
  position: relative;
  bottom: -27px;
  left: -34px;
  outline: none;
  font-family: 'din';
  font-size: 0.9rem;
  color: #dedede;
  background-color: #268F3C;
  border: 1px solid #268F3C;
  padding: 5px;
  cursor: pointer;
  clear: both;
}


.aside-contacto {
  width: 100%;
  position: relative;
  float: left;
  padding: 35px 0 0 0;
  height: 95px;
}
    
#datos-contacto {
  margin-top: 0px;
}

.aside-contacto p {
  color: #464646;
  font-family: 'din';
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 10px;
  margin-left: 40px;
  border-bottom: 1px solid #2f5172;
  border-left: 1px solid #2f5172;
  width: 255px;
  padding: 0 0 5px 5px;
}
   
    .section2-contacto {
  height: 300px;
  width: 100%;
  position: relative;
  float: left;
  margin-top: 15px;
}
    
#googleMap {
    width: 300px;
  height: 300px;
  position: relative;
  overflow: hidden;
  transform: translateZ(0px);
  background-color: rgb(229, 227, 223);
    margin-left: 22px
}
    
    
    .section3-contacto {
        display: none;
    }
    
}















