@charset "UTF-8";



hr{
    margin-left: 1rem;
    margin-right:1rem;
}


#sarmiento img{
    width: 10rem;
    margin-top: 1.2rem;
    margin-left: 1.rem;
}

#bar img{
    width: 2rem;
    padding: 1rem;
}

#noticia1 img {
    width:
        /*340px;*/
        20.1rem;
    margin: 0rem 0rem 1rem 0 0rem;
}

#noticia1 {
    display: flex;
    justify-content: center;
    margin: 0.6rem 0.3rem 0 0.3rem;
}

#noticia2 img {
    width: 10rem;
    margin: 0rem .3rem 0rem 0rem;
}

#noticia2 {
    display: flex;
    justify-content: center;
    margin: 0.3rem
}

/*display: flex;
    justify-content: center;
    background-color:#009933;
    margin: 1rem;
    margin-top: 0;
    height: 100px;
}
*/

#noticia3 {
    margin: 0 0.3rem 0rem 0.3rem;
    text-align: center;
}

#noticia3 a {
    text-align: center;
}


#historia {
    display: flex;
    justify-content: center;
    margin: 1rem;
}



#suhistoria {
    width: 100px;
    height: 25px;
    background-color: dimgrey;
    color: aliceblue;
    margin: 1rem 1rem 0 1rem;
    text-align: center;
    padding-top: 5px;
}

#ultimas_noticias {
    width: 140px;
    height: 25px;
    background-color: dimgrey;
    color: aliceblue;
    margin: 1rem 1rem 0 0.25rem;
    text-align: center;
    padding-top: 5px;
}

#noticias_semana{
    width: 140px;
    height: 25px;
    background-color: dimgrey;
    color: aliceblue;
    margin: 1rem 1rem 0 0.5rem;
    text-align: center;
    padding-top: 5px;
}

#noticias_mes{
    width: 100px;
    height: 25px;
    background-color: dimgrey;
    color: aliceblue;
    margin: 1rem 1rem 0 0.5rem;
    text-align: center;
    padding-top: 5px;
}

#noticias_mes1{
  width: 320px;
    height: 350px;
    margin-left: 0.5rem;
    background-color:#f2ffe6;  
}

#noticias_mes1 a img{
    width: 318px;
    
}

#noticias_semana_1{
    width: 320px;
    height: 350px;
    margin-left: 0.5rem;
    background-color:#f2ffe6;  
}

#noticias_semana_1 a img{
    width: 318px;
}

#noticias_semana2{
     width: 100px;
    height: 25px;
    background-color: dimgrey;
    color: aliceblue;
    margin: 1rem 1rem 0 0.5rem;
    text-align: center;
    padding-top: 5px;
}

#noticias_semana_2{
    width: 30px;
    height: 350px;
    margin-left: 0.5rem;
    background-color:#f2ffe6;  
}

#noticias_semana_2 a img{
    width: 318px;
}
  
.noticia {
    font-size: 13px 
}

h5{
    font-size: 14px
}









#actividadesdiv {
    width: 325px;
/*    margin: 0 0.3rem 0.3rem 0.3rem;   */
    margin:0 auto;
    
}

#actividadesdiv a img {
    margin: 0rem 0 0.3rem 0.2rem;
}


.regresoactividades {
    display: flex;
    background-color: white;
    margin-top: 0px ;
    margin-bottom: 1rem;
    -webkit-box-shadow: 0px 6px 17px -1px rgba(0,0,0,0.58);
-moz-box-shadow: 0px 6px 17px -1px rgba(0,0,0,0.58);
box-shadow: 0px 6px 17px -1px rgba(0,0,0,0.58);
}

.regresoactividades p {
    padding: 0.6rem 0.6rem 0.4rem 0;
/*    margin-left: 5rem;   */
    margin: 0 auto;
    font-size: 1.2rem;
    color:#1d7c1d;
    font-weight: bold;

    
}

.regresoactividades a img{
    height: 1.3rem;
    margin-left:0.5rem;
    margin-top: 0.5rem;
}

.regresoactividades a{
    justify-content: flex-start;
}

#equipo-fut{
    margin-left: .6rem;
    margin-right: 1rem;
}

#equipo-fut img {
    width: 300px;
    padding-bottom: 0.5rem;
}


/*****************************************/

.imagen{
    height: 10rem;
    width: 20rem;
    margin: .5rem;
    background-image:  url(imagenes/masculino.jpg);
}

.imagen2{
    height: 10rem;
    width: 20rem;
    margin: .5rem;
    background-image:  url(imagenes/femenino.jpg);
}

.imagen3{
    height: 10rem;
    width: 20rem;
    margin: .5rem;
    background-image:  url(imagenes/infantil.jpg);
}
.info{
    position: absolute;
    overflow: hidden;
    height: 10rem;
    width: 20rem;
    background-color:rgba(35, 145, 52, 0.8);
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    opacity: 0;
}

.imagen:hover .info{
    opacity: 1;
}

.imagen2:hover .info{
    opacity: 1;
}
.imagen3:hover .info{
    opacity: 1;
}
.headline{
    position: absolute;
    margin-top: 65px;
    -webkit-transition: margin 0.2s;
    -moz-transition: margin 0.2s;
    margin-left: -152px;
    font-size: 20px;
    color: white;
}


.imagen:hover .headline{
     margin-left: 80px;
}

.imagen2:hover .headline{
     margin-left: 80px;
}

.imagen3:hover .headline{
     margin-left: 80px;
}
/*****************************************/



#contenedor-inicio{
    display: flex;
    justify-content: center;
    
}

#persona {
    width: 6rem;
   margin: 2rem 0 2rem 0; 
}

#formulario{
   width: 150px;
    text-align: center;
    margin: 0 auto;
}



footer {
    display: flex;
    background: linear-gradient(to bottom, #33cc33 0%, #336600 100%);
}

footer a {
    margin: 1rem;
    font-size: 10px;
    color: aliceblue;
}

/***************************************************************************************************************MENU/

@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


body {
    min-height: 100vh;

    /* caja flexible*/
    display: flex;

    /* dirección de sus elementos */
    flex-direction: column;
    
    /* organización de los elementos según ele eje principal
        (vertical por la propiedad anterior) */
    justify-content: space-between;
}


img {
    /* para que las imágenes nunca sean mayores que la caja que las contienen */
    max-width: 100%;
    height: auto;
}

ul { list-style: none; }



/*
----------------
encabezado encabezado encabezado  encabezado   encabezado  encabezado encabezado encabezado encabezado  encabezado
----------------
*/

header {
    background: linear-gradient(to right, #33cc33 0%, #336600 100%);
	
    padding: .25em;
    
    /*height: 3em;*/
    
    /* caja flexible */
    display: flex;
    
    /* elementos colocados en los extremos del eje principal */
    justify-content: space-between;
    
    /* elementos centrados en el eje secundario */
    align-items: center;
}

#logo {
    display: block;
    width: 11rem;
}

header > ul {
    /* caja flexible */
    display: flex;
}

header > ul > li {
    width: 2em;
    height: 2em;
    margin-left: .25em;
    
    /* caja flexible */
    display: flex;

}

header > ul > li > a {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.75);
    color: white;
    text-decoration: none;
    font-weight: bold;

    /* caja flexible */
    display: flex;
    
    /* centrado en la horizontal */
    justify-content: center;

    /* centrado en la vertical */
    align-items: center;
    

}


/* menu desplegable */

header nav {
    background-color: rgba(0,0,0,0.85);
    color: white;
    
    /* para salir del "flujo de información" del fondo 
        y colocase en una capa superior fija */
    position: fixed;
    right: -50vw;
    top: 0;
    height: 100vh;
    min-width: 50vw;
    transition: all .6s ease;
    z-index: 999;  
    
    /* transición suave */
    transition: all .6s ease;
}


/* cuando el módulo de navegación
   sea "destino" de un vínculo cliqueado */
header nav:target {
    right: 0;

}

.usuario {
    margin: auto;
    text-align: center;
    font-size: 75%;
    padding: 3em 1em 1em 1em;
    border-bottom: solid 1px rgba(255,255,255,.25);
}
.usuario img {
    border-radius: 50%;
    width: 25vmin;
    height: 25vmin;
    max-width: 15em;
    max-height: 15em;
    border: 4px solid gray;
    box-shadow: 0 .35em .5em rgba(0, 0, 0, .25) inset, 0 .35em .5em rgba(0, 0, 0, .25);
}

header nav a {
    color: rgba(255,255,255,.75);
    display: block;
    padding: .5em 1em;
    text-align: center;
    text-decoration: none;
}

header nav a:hover {
    color: white;
}

#x {
    
    position: absolute;
    right: 0;
    top: 0;
}


/***************************************************************************************************************MENU*/





#ultimas_noticias {
    width: 140px;
    height: 25px;
    background-color: dimgrey;
    color: aliceblue;
    margin: 1rem 1rem 0 0.25rem;
    text-align: center;
    padding-top: 5px;
}

#noticias_semana{
    width: 140px;
    height: 25px;
    background-color: dimgrey;
    color: aliceblue;
    margin: 1rem 1rem 0 0.5rem;
    text-align: center;
    padding-top: 5px;
}

#noticias_mes{
    width: 100px;
    height: 25px;
    background-color: dimgrey;
    color: aliceblue;
    margin: 1rem 1rem 0 0.5rem;
    text-align: center;
    padding-top: 5px;
}

#noticias_mes1{
  width: 320px;
    height: 350px;
    margin-left: 0.5rem;
    
    background-color: white; 
}

#noticias_mes1 a img{
    width: 318px;
    
}

#noticias_semana_1{
    width: 320px;
    height: 350px;
    margin-left: 0.5rem;
    background-color: white;
}

#noticias_semana_1 a img{
    width: 318px;
}

#noticias_semana2{
     width: 100px;
    height: 25px;
    background-color: dimgrey;
    color: aliceblue;
    margin: 1rem 1rem 0 0.5rem;
    text-align: center;
    padding-top: 5px;
}

#noticias_semana_2{
    width: 320px;
    height: 350px;
    margin-left: 0.5rem;
    
    background-color: white;
}

#noticias_semana_2 a img{
    width: 318px;
}
  
.noticia {
    font-size: 12px 
}

h5{
    font-size: 16px
}



















