@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;}
.sampleClass {float:left;}


/* 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: 3px;
    }


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: a;
    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 */

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

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;
    }












<!-- ACTIVIDADES -->


.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;
    top: 0;
    left: 0;
}

.fact {
    position: relative;
}


.intro_actividades{
    width: 70%;
    height: auto;
    box-sizing: border-box;
    float: left;
    margin-bottom: 5%;
    padding: 2% 3%;
    }


.calendario {
    width: 25%;
    height: auto;
    box-sizing: border-box;
    float: left;
    margin: 2% 4% 2% 1%;
    padding: 2%;
    background-color: #eae8e8;
    
}

.vercal {
    display: block;
    height: auto;
    padding: 2%;
    background-color: #48c5e4;
    color: white;
    text-align: center;
    font-weight: 600;
    vertical-align: middle;
    margin-top: 4%;
}


.intro {
    text-indent: 1em;
    padding: 3% 0 0 0;
    padding-left: 0;
    font-size: 1em;
    color: #313133;
}

.desc_act{
    width: 100%;
    padding-left: 10%;
    color: #313133;
    font-size: .9em;
}

.actividades_detalle {
    width: 100%;
    margin: 12% 0;
    text-align: center;
}

.intro_actividades h2 {
    color: #313133;
}

.intro_actividades h4{
    font-size:1em;
    font-weight: 600;
    color:#48c5e4;
    text-transform:uppercase;
    margin: 5% 0 1% 0;
}

.actividades_botones {
    color: white;
    width: 32%;
    display: inline-block;
    box-sizing: border-box;
    font-size: 1.5em;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    margin-right: 1%;
    padding: 1%;
}

.cursos{
    background-color: #48c5e4;
    
}

.cursos:hover{
    background-color: #40b4d1;
}

     
.excursiones{
    background-color: #f47d67;
    padding: 1%;
}

.excursiones:hover {
    background-color: #de715e;
}

.competencias{
    background-color: #1e324a;
    padding: 1%;
    margin-right: 0;
}

.competencias:hover{
    background-color: #152436;
}










<!-- CURSOS -->


.contenedor_introc{
    width: 30%;
}


.fcur {
    position: relative;
    background-color: #48c5e4;
    border: 1px solid #48c5e4;
}

.contenedor_cursos {
    width: 100%;
    height: auto;
}

.contenedor_acord{
    width: 70%;
    height: auto;
    margin: 0 0 5% 0;
    float: left;
}


.volact {
    color: #fff;
    background-color: #313133;
    padding: 1%;
    margin: 5% 0;
    text-transform: uppercase;
    font-weight: 600;
    clear: both;
     
}


.imgclase{
    display: block;
    width: auto;
    height: auto;
    margin: 0;
   
}

.descripcion {
    width: 70%;
    height: auto;
    float: left;
    margin: 4% 3% 3% 0; 
    font-size: .9em;
    line-height: 1.3em;
    padding: 2%
    
}

.contenedor_cursos h4 {
    color: #48c5e4;
    font-size: 1.3em;
}


.tabla_cursos {
    width: 25%;
    margin-top: 4%;
     
}

.t_titulos {
    background-color: #89d2e5;
    color: white;
    font-size: .9em;
    padding: 3% 7%;
    
}

.t_descripcion {
    padding: 3% 7%;
    font-size: .8em;
    background-color: #e3e3e3;
    color: #798795;
}

.vercal2 {
    display: inline-block;
    padding: 2%;
    background-color: #767683;
    color: white;
    text-align: center;
    font-size: 0.8em;
    font-weight: 600;
    margin: 2%;
    text-transform: uppercase;
}


/* ACORDEON */

* { 
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -o-box-sizing:border-box;
  box-sizing:border-box;
}

.acc-container {
  width: 100%;
    height: auto;
  margin: 6% 0;
  overflow: hidden;
    display: block;
  
}

.acc-btn { 
  width:100%;
  margin:0 auto;
  padding: 1% 2%;
  cursor:pointer;
  background: hsla(192, 74%, 59%, 0.59);
  border-bottom: 1px solid #ffffff;
}

.acc-content {
  height:0px;
  width:100%;
  margin:0 auto;
  overflow:hidden;
  background:#eaeaea;
}

.acc-content-inner {
  padding: 3%;
}

.open {
  height: auto;
}

.acc-container h1 {
 font-size: 1.2em;
  color:#eee;
  font-weight: 600;
}

.acc-container p { 
  font-size: 1em;
  color:#798795;
}

.selected {
    color:#1ABC9C;
}




/* ASIDE CURSOS */

.aside_cursos {
    
    width: 30%;
    height: auto;
    float: left;
    margin: 4% 0 ;
    padding: 0 5%;
    box-sizing: border-box;
}


.formulario {
    width: 100%;
    height:auto;
    display: block;
    margin-bottom: 1em;
    background-color: #e3e3e3;
}

.formulario h3 {
    line-height: 1em;
    font-size: 16px;
    padding: 12px;
    background-color: #8BD4E7;
    text-transform: uppercase;
    color: #eee;
}

.formulario_interior{
    width: 80%;
    margin: 0 auto;
    margin-top: 1em;
}

.formulario input {
    width: 100%;
    border-radius: 5px;
    margin-bottom: 1em;
    border: 1px solid #e0e0e0;
    padding: 3px 8px;
}

.formulario input:focus {
    border: 1px solid #48c5e4;
    box-shadow: 0 0 3px #48c5e4;
}

.formulario select {
    width: 100%;
    border-radius: 5px;
    margin-bottom: 1em;
    border: 1px solid #e0e0e0;
    padding: 3px 8px;
    color: #acabab;
}

.style-selected {
    margin-bottom: 1em;
}

.centrar_boton {
    margin:0 auto;
    align-content: center;
    text-align: center;
}


button.submit { 
    margin: 1em 0 2em 1.5em;
    background-color: #48c5e4; 
    border: 1px solid #48c5e4; 
    border-bottom: 1px solid #48c5e4; 
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    color: white; font-weight: bold; 
    padding: 6px 20px;
    text-align: center; 
} 

button.submit:hover { 
    opacity: .85;
    cursor: pointer;
} 

button.submit:active {
    border: 1px solid #20911e;
}

.contenedor_clubes {
    background-color: #dddddd;
    padding: 8%;
}

.intro_clubes {
    font-size: 1em;
    text-align: center;
    color: #313133;
    font-weight: 600;
  
}

.aside_cursos a{
    font-size: 1.3em;
    color: #48c5e4;
    display: block;
    margin-top: 3%;
}

.aside_cursos a:hover{
    color: #77cfe5;
}



