@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,300italic,400italic,700italic,900italic);

/* REGLAS GENERALES */
* {font-family: "Source Sans Pro", sans-serif; margin: 0 auto; padding: 0; text-decoration: none; list-style: none;}



/* BODY GENERAL */

body {
    margin: 0 auto; 
    background-color: #eee;
    }

.contenedor_cuerpo {
    margin: 0 auto;
    width: 960px;
    height: auto;
    }

.contenedor {
    width: 960px;
    }

.ver_mas {
    font-size: 12px;
    font-weight: 600;
    color: #48c5e4;
    }

/* BUSCADOR - SEARCHBOX */


.box{
    width: 150px;
    height: 20px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    }

.container-1{
    width: 150px;
    height: 20px;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    }

.container-1 input#search{
    width: 150px;
    height: 20px;
    background: #54555a;
    border: none;
    font-size: 10pt;
    float: left;
    color: #eee;
    padding-left: 27px;
    padding-right: 7px;
    padding-bottom: 2px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    }

.container-1 input#search::-webkit-input-placeholder {
    color: #313133;
    }
 
.container-1 input#search:-moz-placeholder { /* Firefox 18- */
    color: #313133;
    }
 
.container-1 input#search::-moz-placeholder {  /* Firefox 19+ */
    color: #313133;
    }
 
.container-1 input#search:-ms-input-placeholder {  
    color: #313133;
    }

.container-1 .icon{
    position: absolute;
    left: 10px;
    top: 1px;
    z-index: 1;
    color: #313133;
    font-size: .8em;
    }

.container-1 input#search:hover, .container-1 input#search:focus, .container-1 input#search:active{
    outline:none;
    background: #eee;
    color: #313133;
    transition: .4s;
    }


/* SLIDER */

.caption_slider {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 40%;
    padding-bottom: 11em;
    box-sizing: border-box;
    width: 100%;
    background: -moz-linear-gradient(bottom,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0%,rgba(0,0,0,0.8)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
    background: linear-gradient(to top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%); /* W3C */
    }

.caption_slider .categoria {
    display: inline-block;
    width: content-box;
    margin-top: 3%;
    margin-left: 5%;
    margin-bottom: 1%;
    padding: .2% 1%;
    background-color: #48c5e4;
    z-index: 1;
    color: #eee;
    font-size: 12px;
    text-align: center;
    box-sizing: border-box;
    text-transform: uppercase;
    }


.caption_slider h1 {
    display: block;
    margin-left: 5%;
    margin-bottom: 1%;
    text-align: left;
    color: #eee;
    font-weight: 600;
    font-size: 50px;
    line-height: 1;
    text-shadow: 1px 2px 10px #313133;
    }

.caption_slider p {
    width: 90%;
    display: block;
    margin-left: 5%;
    text-align: left;
    color: #eee;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.2;
    text-shadow: 1px 2px 10px #313133;
    }


/* MAIN */

main {
    height: auto;
    margin-top: 2em;
    margin-bottom: 2em;
    }


/* título bienvenidos */ 
h1 {
    font-size: 50px;
    color: #eeeeee;
    }

/* título frizos*/
h2 {
    
    }

/* título notas */
h3 {
    font-size: 20px;
    color: #313133;
    line-height: 36px;
    }


h4 {
    
    }

/* título footer */
h5 {
    color: #48c5e4;
    font-size: 14px;
    }

.bienvenido {
    margin-bottom: 2em;
    text-align: center;
    background-color: #48c5e4;
    padding: 1em;
    box-sizing: content-box;
    }

.bienvenido p{
    color: #eeeeee;
    }

.frizo {
    display: block;
    background-color: #313133;
    border: 1px solid #313133;
    color: #eeeeee;
    width: 100%;
    height: 40px;
    padding-top: .2em;
    padding-left: 1em;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 2em;
    margin-right: 4.5%;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    
    }

.calendario_de_actividades {
    position: relative;
    display: block;
    background-color: #ffffff;
    border: 1px solid #c5c5c5;
    width: 70%;
    height: auto;
    position: relative;
    margin-bottom: 2em;
    margin-right: 4.5%;
    float: left;
    }

.cuerpo_calendario {
    display: block;
    float: left;
    width: 100%;
    height: auto;
    padding: 9% 2% 4% 2%;
    box-sizing: border-box;
    }


.galeria_de_fotos {
    overflow: hidden;
    position: relative;
    display: block;
    background-color: #ffffff;
    border: 1px solid #c5c5c5;
    width: 25%;
    height: 250px;
    margin-bottom: 2em;
    box-sizing: border-box;
    }

.cuerpo_galeria {
    display: block;
    float: left;
    width: 100%;
    height: inherit;
    padding-top: 25%;
    box-sizing: border-box;
    }

.imagen_galeria {
    width: 70%;
    height: 70%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    }

.imagen_galeria img {
    position: absolute;
    height: 100%;
    }

.texto_galeria {
    margin: 0 auto;
    width: 80%;
    margin-top: 1em;
    font-weight: 600;
    text-align: center;
    }

.texto_galeria a {color: #313133;}
.texto_galeria a:hover {color: #48c5e4; transition: .4s;}
.texto_galeria a:visited {color: #313133;}

.ultimas_noticias {
    position: relative;
    display: block;
    background-color: #ffffff;
    border: 1px solid #c5c5c5;
    width: 70%;
    height: auto;
    margin-bottom: 2em;
    margin-right: 4.5%;
    float: left;
    }

.cuerpo_noticias {
    display: block;
    float: left;
    width: 100%;
    height: inherit;
    padding: 10% 5% 5% 5%;
    box-sizing: border-box;
    }

.noticia {
    width: 100%;
    height: 100px;
    margin: 1em 0;
    }

.foto_noticia {
    width: 100px;
    height: 100px;
    float: left;
    margin-right: 1.5em;
    overflow: hidden;}

.foto_noticia img {
    display: inline-block;
    height: 100%
    }

.texto_noticia {
    float: left; 
    display: block;
    width: 70%
    }

.noticia a {color: #48c5e4;}
.noticia a:hover {color: #313133; transition: .4s;}
.noticia a:visited {color: #48c5e4;}

.botones {
    float: left;
    display: block;
    text-align: center;
    box-sizing: content-box;
    width: 23%;
    margin-bottom: 2em;
    }

.btn {
    width: 100%;
    cursor: pointer;
    border-radius: 5px;
    text-decoration: none;
    padding: 10px;
    font-size: 22px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    display: inline-block;
    }

.blue {
    color: #48c5e4;
    border: 2px #48c5e4 solid;
    }

.blue:hover {
    background-color: #48c5e4;
    color: #fff;
    border: 2px #48c5e4 solid;
    }




/* FOOTER */

footer {
    display: table;
    padding: 2em 0;
    box-sizing: content-box;
    width: 100%;
    height: auto;
    background-color: #313133;
    font-size: 10px;
    color: #eeeeee;
    }

footer a, footer a:visited {
    color: #eee;
    }

footer a:hover {
    color: #48c5e4;
    transition: .4s;
    }

.fila_uno {
    display: block;
    margin-bottom: 5em;
    clear: both;
    text-align: center;
    }

.mapa_del_sitio {
    display: inline-block;
    width: 60%;
    line-height: 1.7em;
    text-align: left;
    float: left;
    }

.columna1 {
    float: left;
    }

.columna {
    padding-left: 2em;
    float: left;
    }

.contacto {
    display: inline-block;
    width: 30%;
    text-align: left;
    }

.iconos_contacto {
    display: table-cell;
    }

.sponsors {
    display: block;
    text-align: center;
    }

.sponsors img{
    align-content: center
    display: inline-block;
    margin-bottom: 1em;
    }

.legales {
    margin: 1em 0 ;
    text-align: center;
    }



/* REDES SOCIALES */

.gp{
    margin-top: .5em;
    margin-right: .7em;
    display: inline-block;
    color: #eee;
    }

.gp:hover {
    display: inline-block;
    color: #cb3e2d;
    transition: .4s;
    }

.tw{
    margin-right: .7em;
    display: inline-block;
    color: #eee;
    }

.tw:hover {
    display: inline-block;
    color: #00acee;
    transition: .4s;
    }

.fb{
    margin-right: .7em;
    display: inline-block;
    color: #eee;
    }

.fb:hover {
    display: inline-block;
    color: #3b5999;
    transition: 0.4s;
    }


.yt{
    display: inline-block;
    color: #eee;
    }

.yt:hover{
    display: inline-block;
    color: #f13937;
    transition: .4s;
    }


/* CALENDARIO */

.calendario_tabla {
    width: 100%;
    height: auto;
    text-align: center;
    border: 1px solid #EAE8E8;
    table-layout: fixed;
    border-collapse: collapse;
    margin-top: 2%;
    
}

.cuerpo_calendario h2 {
   color: #48c5e4;
   text-transform: uppercase;
   font-size: 1.5em;
   font-family: "Source Sans Pro", sans-serif;
}

.c_dias {
   border-width: 1px;
   font-size: 1em;
   text-transform: uppercase;
   font-weight: 600;
   border-bottom: 1px solid #EAE8E8;
}

table td {
    border-right: 1px solid #EAE8E8;    
    }

.c_num  td {
    text-align: right;
    vertical-align: text-top;
    font-size: 0.8em;
    padding: 1%;
    }

.c_cont {
    height: 100px;
    vertical-align: text-top;
    text-align: left;
    font-size: 0.8em;
    }

.calendario_tabla a {
    display: block;
    background-color: #3A87AD;
    text-transform: uppercase;
    color: white;
    padding: 2%;
    border: 1px solid #3A87AD;
    border-radius: 6%;
    margin: 0 1% 3%;
    }

.calendario_tabla span {
    font-weight: 600;
    }

.vercal {
   display: block;
   
    padding: 1%;
    background-color: #48c5e4;
    color: white;
    text-align: center;
    font-size: 0.8em;
    font-weight: 600;
    margin-top: 2%;
    }


@media screen and (max-width:414px) {
    
    html {
        width: 100%;
    }

    .contenedor_general {
        margin: 0 auto;
        width: 100%;
        height: auto;
    }
    
    .contenedor_cuerpo {
        margin: 0 auto;
        width: 100%;
        height: auto;
    }

    .contenedor {
        margin: 0 auto;
        width: 90%;
        height: auto;
    }

    
    h1 {
        font-size: 30px;
    }
    
    .bienvenido p {
        font-size: 12px;
    }
    
    .caption_slider {
        padding-bottom: 7em;
    }
    
    .caption_slider .categoria{
        font-size: 10px;
    }
    
    .caption_slider h1 {
        font-size: 24px;
    }
    
    h2 {
    font-size: 1.5em;
    }
    
    .caption_slider p {
        font-size: 10px;
        height: 37px;
        overflow: hidden;
    }
    
    .calendario_de_actividades {
        width: 100%;
    }
    
    .cuerpo_calendario {
        padding-top: 5em;
        font-size: 70%
    }
    
    .botones {
        display: block;
        float: left;
        calc: (100%)/3;
        height: auto;
    }
    
    .ultimas_noticias {
        display: block;
        width: 100%;
    }
    
    
    .ultimas_noticias p, .ultimas_noticias a {
        font-size: 50%;
    }
    
    .noticia {
        width: 100%;
        margin: 10px 0 0 0;
        
    }
    
    .ultimas_noticias .foto_noticia {
        width: 20%;
        height: 60%;
        margin-right: 15px;
        margin-top: 10px;
    }
    
    .galeria_de_fotos, .galeria_de_fotos a{
        display: block;
        width: 60%;
        margin: 0 auto;
    }
    
     .imagen_galeria {
        display: block;
        width: 60%;
        margin: 0 auto;
    }
    
    .texto_galeria{
        text-align: center;
        margin: 8% auto;
    }
    
    footer{
    font-size: 8px;
    }
    
    footer .fila_uno{
        display:block;
        padding: 0;
        margin: 0;
    }
    
    .mapa_del_sitio {
        width: 100%;
        clear: both;
    }
    
    .contacto {
        width: 100%;
        display: inline-block;        
        margin: 5% auto;        
    }
    
    .iconos_contacto {
    display: inline-block;
    }
    
    .legales{
        font-size: 7px;
    }
}




@media screen and (max-width:800px) {

    html {
        width: 100%;
    }
    
    .contenedor_general {
        margin: 0 auto;
        width: 100%;
        height: auto;
    }
    
    .contenedor_cuerpo {
        margin: 0 auto;
        width: 100%;
        height: auto;
    }

    .contenedor {
        margin: 0 auto;
        width: 90%;
        height: auto;
    }
}






<!-- UNA NOTICIA -->

.apertura_noticias {
    width: 100%;
    height: 30px;
    background-color: #313133;
    color: #eeeeee;
    margin-bottom: 2em;
    padding: 1em;
}

.contenedor_noticias {
    float: left;
    width: 80%;
    height: auto;
    background-color: #eeeeee;
    box-sizing: border-box;
    padding: 10px 30px 0px 0px;
    margin-bottom: 2em;
}

.encabezado_noticia {
    padding-bottom: 10px;
    border-bottom: 2px solid #313133;
}

.encabezado_noticia span {
    font-size: 14px;
}

.titulo_noticia {
    margin-top: 20px;
    margin-bottom: 20px;
}

.titulo_noticia h2 {
    font-size: 2em;
    padding-bottom: 10px;
}

.img_noticia {
    margin-bottom: 30px;
    width: 100%;
    height: auto;
}

.borde_noticia {
    float: left;
    border-right: 1px solid #313133;
    width: 15%;
    box-sizing: border-box;
    padding 10px;
}

.borde_noticia ul {
    margin-bottom: 20px;
    margin-top: 10px;
}

.borde_noticia ul li {
    font-size: 12px;
}

.borde_noticia ul li img {
    width: 30px;
    height: 30px;
}

.texto_noticia {
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    width: 85%;
    box-sizing: border-box;
}

.texto_noticia p {
    margin-top: 15px;
    box-sizing: border-box;
}




/*aside*/

#filtro_noticias {
    float: left;
    width: 20%;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #313133;
    box-sizing: border-box;
    color: #eeeeee;
    margin-bottom: 2em
}

#filtro_noticias ul li {
    font-size: 14px;
    font-weight: 300;
}

#filtro_noticias ul li a:hover {
    font-weight: 400;
}

#filtro_noticias ul li a:link {
    color: #eeeeee;
}

#filtro_noticias ul li a:visited {
    color: #eeeeee;
}

.filtro {
    margin-top: 20px;
    box-sizing: border-box;
}

.filtro_rel {
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #eeeeee;
    padding-top: 10px;
}

#filtro_noticias h4 {
    margin-bottom: 5px;
}

.rel {
    width: 100%;
    height: auto;
    margin-top: 10px;
}

.rel img {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
}

.rel h4 {
    font-size: 14px;
    font-weight: 400;
}

.rel h4 a:link{
    color: #eeeeee;
}

.rel h4 a:hover{
    color: #48c5e4;
}

.rel h4 a:visited{
    color: #eeeeee;
}

.rel p{
    font-size: 10px;
}
