@charset "utf-8";

* {
    box-sizing: border-box;
 }

header {background-color: rgba(152, 137, 137, 0.81);
padding: 0;
margin: 0;
}

a {text-decoration: none;
font-family: sans-serif;
padding: 0.5em;
display: flex;
    font-size: 0.5em;
    
}

body {background-color: rgba(211, 211, 211, 0.98);}

h1 {color: dimgray; font-family: sans-serif; font-size: 1em; }

h2 {color: darkslategray; font-family: sans-serif; font-size: 0.7em; }

h3 {color: darkslategray; font-family: sans-serif; font-size: 0.6em;; }

div {box-sizing: border-box;
    color: #2e2eba; font-family: sans-serif; font-size: 0.5cm;}

p {
    font-family: sans-serif;
font-size: 0.5em;
    padding-top: -1em;}

footer p {font-family: sans-serif;
font-size: 0.5em; 
padding-top: -1em;
color: crimson;
}    

/*GALERIA ENCABEZADO PARA DEPORTES*/
.doc{
  display: flex;
  flex-flow: column wrap;
    margin: -8px;
  justify-content: center;
  align-items: center;
}
.box{
height: auto;
overflow: hidden;
}
.box img{
  width: 100%;
  height: auto;
}

.fila {
    max-width: 50em;
    margin: 0 auto;
    padding: .5em;}
section {
    display: block;
    border-top: solid 1px rgba(0,0,0,.1);
}
.galeria figure {
    position: relative;
    overflow: hidden;
    flex-grow: 1;
    width: 45%;
    margin: .125em;
    
}
.galeria img { 
    display: flex; 
}

/* reglas que se aplicarán cuando la ventana del navegador mida igual o más de 560px */
@media (min-width: 35em) {}