/*********************** ACTIVIDADES ***********************/

#page_actividades p {
    font-family: 'roboto_r', sans-serif;
}

#page_actividades  header {
	background: url(../imagenes/fondo-header.jpg) no-repeat;
	background-size: cover;
	width: 100%;
	height: 414px;
	top: 5px;
}

#page_actividades header .miscelaneas {
	position: absolute;
	top: -5px;
}

#page_actividades header h1 {
	text-transform: uppercase;
	font-family: 'osw_b', sans-serif;
	position: absolute;
    left: 50%;
    margin-left: -102px;
    top: 150px;
    font-size: 2.5em;
}
#page_actividades.gral header h1 {
	top: 200px;
}


#page_actividades main {
	margin-top: 180px;
}
#page_actividades.gral main {
	margin-top: 414px;
}


#page_actividades article {
	display: block;
	border-bottom: 0px solid #fe2219;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	background-color: #3d3d3f;
    overflow: auto;
}


#page_actividades article #actividades_texto {
	max-width: 100%;
	height: auto;
	padding: 2em;
	color: white;
	display: inline-block;
	vertical-align:top;
}

#page_actividades article #actividades_texto h1 {
    font-family: 'osw_b', sans-serif;
    font-size: 30px;
    line-height: 35px;
    text-transform: uppercase;
    padding: 0 0 0.5em;
    margin-bottom: 10px;
    text-align: left;
    border-bottom: 1px solid white;
}

#page_actividades article #actividades_texto p {
	font-family: 'roboto_r', sans-serif;
	font-size: 12px;
	
}

#page_actividades article #actividades_texto span {
	color: #e4b730;
	display: block;
	margin: 1.5em 0;
    font-size: 14px;
    line-height: 16px;
  
}

#page_actividades figure {
	max-width 100%;		
    vertical-align:top;
    margin: auto;
    padding: 0 0 2em 0  ;

}

#page_actividades figure img {
    margin:0;
    max-width: 100%;
    display: block;
}

#page_actividades.actividades_recreativas main,
#page_actividades.actividades_deportivas main,
#page_actividades.actividades_culturales main {
    background-color: #3d3d3f;
}


footer{
    background-color: #1488b5;
    height: auto;
    width: 100%;
    position: relative;
}
.sombra{
    position: absolute;
    display: block;
    width: 100%;
    height: auto;
    top: 0;
    opacity: 0.5;
    z-index: 20;
}
.sombra img{
    width: 100%;
    height: auto;
    display: block;
}
.contenido_footer{
    width: 100%;
    max-width: 260;
    height: auto;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0;
}
.logo_footer{
    width: 100px;
    height: auto;
    display: block;
    margin: 0 auto;
    position: relative
}
.logo_footer img{
    width: 100%;
    height: auto;
    display: block;
}
.legal{
    text-align: center;
    display: block;
    padding: 10px;
}
.legal h2{
    font-family: 'osw_l', sans-serif;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 26px;
    color: #fff;
    display: none;
    margin-bottom: 10px;
}
.legal p{
    font-size: 11px;
    color: #fff;
    text-align: center;
}






#page_actividades section{
    padding: 50px 0 0;
    display: block;
    max-width: 100%;
}

#page_actividades #relacionadas{
    width: 100%;
}


#page_actividades #relacionadas h3 {
    color: white;
    margin-bottom: 1em;
    padding: 0 1em;
}

#page_actividades #relacionadas ul{
    max-width: 100%;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0em 0;
}

#page_actividades section ul {
	width: 100%;
	font-family: 'osw_r', sans-serif;
	border-bottom: 15px solid #3d3d3f;
    
}

#page_actividades section ul li {
	width: 100%;
	height: 100px;
	padding: 1em;
    border-bottom: 8px solid #3d3d3f;
}

#page_actividades section ul li h2 {
	font-size: 1em;
	max-width: 100%;

}

#page_actividades section ul li a {
	text-decoration: none;
	color: #3d3d3f;
	display: block;
	height: 100%;
	text-transform: uppercase;
}

#page_actividades section ul li:hover {
	opacity: 0.8;
}




#page_actividades section ul li#nota_rec1 {
	background: url(../imagenes/fondo-guardianes.jpg);
	background-size: cover;
}

#page_actividades section ul li#nota_rec101 {
	background: url(../imagenes/fondo-rios-historia.jpg);
	background-size: cover;
}

#page_actividades section ul li#nota_rec202 {
	background: url(../imagenes/fondo-guardianes.jpg);
	background-size: cover;
}


#page_actividades section ul li#nota_rec2 {
	background: url(../imagenes/fondo-navegacion.jpg);
	background-size: cover;
}

#page_actividades section ul li#nota_dep1 {
	background: url(../imagenes/fondo-mantenimiento.jpg);
	background-size: cover;
}

#page_actividades section ul li#nota_dep101 {
	background: url(../imagenes/fondo-regata.jpg);
	background-size: cover;
}



#page_actividades section ul li#nota_dep202 {
	background: url(../imagenes/fondo-mantenimiento.jpg);
	background-size: cover;
}

#page_actividades section ul li#nota_dep2 {
	background: url(../imagenes/fondo-centrodeportes.jpg);
	background-size: cover;
} 



#page_actividades section ul li#nota_cul1 {
	background: url(../imagenes/fondo-muralismo.jpg);
	background-size: cover;
}

#page_actividades section ul li#nota_cul2 {
	background: url(../imagenes/fondo-estacion-reciclado.jpg);
	background-size: cover;
} 



#page_actividades section ul li#nota_cul101 {
	background: url(../imagenes/fondo-educacion.jpg);
	background-size: cover;
}

#page_actividades section ul li#nota_cul202 {
	background: url(../imagenes/fondo-muralismo.jpg);
	background-size: cover;
}








/* ACTIVIDADES GENERAL */

    #page_actividades.gral section {
    	padding: 0;
    }




.actividades {
    width: 100%;
    height: 350px;
    display: block;
    position: relative;
}

.fondo_actividades {
    width: 100%;
    height: 160px;
    display: block;
    position: relative;
    top: 0;
    background: url('../imagenes/cuenca_aerea.jpg');
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #131114;
}

.contenedor_seccion {
    width: 260px;
    height: auto;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
}

.columna_actividades {
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: left;
    position: relative;
    top: 40px;
}

.columna_actividades h2 {
    font-size: 24px;
    line-height: 26px;
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    top: 0;
    margin: 0 0 190px;
    font-family: 'osw_l', sans-serif;
    text-transform: uppercase;
    text-align: left;
}

.actividades:first-child .columna_actividades h2 {
    color: white;
}

h2 span {
    display: block;
}

.columna_actividades p {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 30px;
    font-size: 12px;
    font-family: 'roboto_r', sans-serif;
    text-align: left;
}

#page_actividades.gral .img_actividades {
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
}

#page_actividades.gral .actividades:first-child .img_actividades .titulo_fig {
    color: white;
}

.img_actividades figcaption {
    margin-top: 80px;
}

.img_actividades figcaption a {
    display: block;
    position: absolute;
    width: 100%;
    height: 32px;
    bottom: 0;
    background-color: rgba(23,166,76,0.7);
    font-family: 'osw_r', sans-serif;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    text-align: left;
    padding: 5px 10px;
    text-decoration: none;
    overflow: hidden;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    
}

.img_actividades figcaption a span {
    font-size: 20px;
    line-height: 14px;
}

.img_actividades figcaption p {
    display: none;    
}

.img_actividades figcaption a p {
    text-transform: none;
    margin-top: 10px;
    display: block;
    font-size: 12px;
}



 /* ACTIVIDADES nota*/ 

#page_actividades.gral #recreativas {
    background-color: #3d3d3f
}


#page_actividades.gral #recreativas a {
    font-family: 'osw_b', sans-serif;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    background-color: #17a64c;
    width: 160px;
    height: 30px;
    margin-top: 30px;
    font-size: 12px;
    line-height: 30px;
    padding: 0 10px;
    display: block;
    border-radius: 5px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}

#page_actividades.gral #recreativas a:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}




@media screen and (min-width: 790px) {

/* ACTIVIDADES*/ 

    #page_actividades.gral section {
        padding: 0;
        height: 150px;
    }
    #page_actividades.gral.actividades_culturales section#recreativas,
    #page_actividades.gral.actividades_deportivas section#recreativas,
    #page_actividades.gral.actividades_recreativas section#recreativas {
        height: 600px;
    }


    .actividades .columna_actividades h2,
    .actividades .img_actividades .titulo_fig {
        color: white;
    }
    
    
    #page_actividades header h1 {
        text-transform: uppercase;
        font-family: 'osw_b', sans-serif;
        position: absolute;
        left: 50%;
        margin-left: -165px;
        top: 150px;  
        margin-top: 40px;  
        font-size: 4em;
    }

    .columna_actividades h2 {
        font-size: 35px;
        line-height: 60px;
        /*margin: 0 0 360px;*/
        margin: 0 0 200px;
    }

    
    
    .actividades {
        height: 600px;
        position: initial;
    }
    
    #page_actividades.gral .img_actividades {
        /*top: 140px;*/    
        top: 20px;    
    }
    
    .fondo_actividades {
            height: 250px;
    }
    
    .contenedor_seccion{
        /*width: 550px;*/
        width: 30%;
        margin: 0;
        left: 2%;
        top: 420px;
    }
    .actividades:nth-child(2) .contenedor_seccion {
        left: 35%;

    }
    .actividades:nth-child(3) .contenedor_seccion {
        left: 68%;

    }
    
    .columna_actividades p {
        font-size: 15px;
    }

    .img_actividades figcaption a {
        height: 50px;
        font-size: 20px;
    }

    
    
    /* ACTIVIDADES nota*/ 

    #page_actividades article #actividades_texto {
        max-width: 40%;
        padding: 5em 2em 2em 2em;
        float: left;
    }
    
  
    #page_actividades figure #foto_nota{
        margin: 0;
        max-width: 60%;
        float: left;
        padding: 130px 32px 32px 0px;
    }
        
    #page_actividades article #actividades_texto h1 {
        font-size: 28px;
    }
    
    #page_actividades section ul li {
        width: 50%;
        height: 100px;
        padding: 1em;
    }
    
    
    #page_actividades section ul li#nota_dep2 {
        border-left: 8px solid #3d3d3f;
    }
    
    #page_actividades section ul li#nota_dep202 {
        border-left: 8px solid #3d3d3f;
    }
    
    
    #page_actividades section ul li#nota_rec2 {
        border-left: 8px solid #3d3d3f;
    }
    
    
    #page_actividades section ul li#nota_rec202 {
        border-left: 8px solid #3d3d3f
    }
    
    
    #page_actividades section ul li#nota_cul2 {
        border-left: 8px solid #3d3d3f;
    }
    
    #page_actividades section ul li#nota_cul202 {
        border-left: 8px solid #3d3d3f;
    }

    
    .contenido_footer{
        width: 100%;
        max-width: 750px;
        height: auto;
        margin: 0 auto;
        text-align: center;
        padding: 30px 0;
    }
    .logo_footer{
        width: 15%;
        height: auto;
        display: inline-block;
        margin: 10px 0 0;
        position: relative;
        vertical-align:top;
    }
    .logo_footer img{
        width: 100%;
        height: auto;
        display: block;
    }
    .legal{
        text-align: left;
        display: inline-block;
        padding: 10px;
        width: 80%;
        vertical-align: top;
    }
    .legal h2{
        font-size: 24px;
        line-height: 26px;
        color: #fff;
        display: block;
        margin-bottom: 10px;
    }
    .legal p{
        font-size: 11px;
        color: #fff;
        text-align: left;
    }
   
    
}





@media screen and (min-width: 1024px) {


    #page_actividades .contenedor_seccion {
        top: 540px;
    }

    #page_actividades .columna_actividades {
        top: -40px;
    }

    
    
     #page_actividades article #actividades_texto {
        max-width: 40%;
        padding: 5em 2em 2em 2em;
        float: left;
         
        }

    
    #page_actividades #foto_nota {
        margin: 0;
        max-width: 70%;
        float: left;
        padding: 130px 32px 32px 0px;
        
    }
        
  #page_actividades article #actividades_texto h1 {
       font-size: 28px;
   
    }
                    
    #page_actividades article {
        max-width: 80%;
        height: auto;
        margin: 0 auto;
        overflow: auto;
    }

    #page_actividades #relacionadas {
        padding: 0 32px;
        width: 80%;
        margin: auto;
    }


    #page_actividades section.actividades .img_actividades figcaption {
        display: block;
        position: absolute;
        width: 100%;
        height: 55px;
        bottom: 0;
        font-family: 'osw_r', sans-serif;
        font-size: 17px;
        line-height: 30px;
        color: #fff;
        text-transform: uppercase;
        text-align: left;
        padding: 7px 10px;
        text-decoration: none;
        overflow: hidden;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
    }

    #page_actividades section.actividades .img_actividades figcaption:hover {
        height: 150px;
    }

    #page_actividades section.actividades .img_actividades figcaption .titulo_fig {
        display: block;
    }

    #page_actividades section.actividades .img_actividades figcaption .titulo_fig span {
        font-size: 25px;
        line-height: 30px;
    }

    #page_actividades section.actividades .img_actividades figcaption p {
        text-transform: none;
        margin: 14px 0 10px;;
        display: block;
        font-family: 'roboto_r', sans-serif;
        font-size: 12px;
        line-height: 16px;
    }

    #page_actividades section.actividades .img_actividades figcaption a {
        width: 160px;
        height: 25px;
        font-size: 12px;
        line-height: 25px;
        padding: 0 10px;
        display: block;
        border-radius: 5px;
        font-family: 'osw_b', sans-serif;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        position: relative;
    }

    #page_actividades section.actividades .img_actividades figcaption {
        background-color: rgba(23,166,76,0.7);
    }

    #page_actividades section.actividades .img_actividades figcaption a {
        background-color: white;
        color: #17a64c;
    }

    .img_actividades figcaption p {
        display: block;
    }

    .img_actividades figcaption {
        margin-top: 0;
    }

    .actividades:first-child .img_actividades figcaption p {
        color: white;
    }
    #page_actividades section.actividades .columna_actividades p {
        display: none;
    }


    #page_actividades section.actividades .img_actividades {
        overflow: hidden;
    }



    #page_actividades #relacionadas{
        padding: 0 2em;
    }


    #page_actividades #relacionadas h3 {
        padding: 0;
    }

    .contenido_footer{
        max-width: 990px;
    }
}
/**/











