@charset "utf-8";

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
a:-webkit-any-link {
    text-decoration: none;
    display: flex;
    flex-direction: row;    
    font-size: 0.9em;   
    padding: 0.25em 0.25em 0.25em;
    align-content:space-between;   
}

body {
    background-color: #ededec; 
}  

bannernombreclub{
    width:100%;  
}

html {
    -ms-overflow-style: scrollbar;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    text-size-adjust: 100%;
    text-size-adjust: 100%;
}

.botonvolvernot {
    background-color: darkblue;
    color: white;
    padding: 1em;
    margin-top: 1.2em;
    margin-bottom: 1em;
    border-radius: 10px;
    width: 20%;
    text-align: center;
    display:flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}

img {
    max-width: 100%;
    height: auto;
}
#icon { 
width: 40px;
height: auto;
}


/* NAV */
.topnav {
  overflow: hidden;
  background-color: darkblue;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: rgb(237, 237, 236);
  color: darkblue;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 768px) {
  .topnav.responsive {
	position: relative;
  }
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
     .topnav a {
    display: none;
  }

  .topnav a.icon {
    float: right;
    display: block;
  }

  .topnav a.icon {
    float: right;
    display: block;
  }
}

/*NOMBRE*/


p1{ 
   padding: 1em; 
   font-size: 2em;   
   color: white;
   display: flex;
   justify-content: center;
   background-color: rgb(0, 0, 139);
   font-weight: bold;
}


/*NAV*/
section {
    width: 100%;
    display:flex;
    flex-direction: row;
    align-items: center; 
    padding: .5em;
    height: auto;
    } 


nav section ul{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.a{
    width: 10%;
    height: auto;
    margin: .3em;
}
.b{
    width: 10%;
    height: auto;
    margin: .5em;
    padding: 0em;
}

logo {
    display:flex;
    align-items: center;
    width: 70%;
    margin-left: .3em;
}

h1 {
    font-size:.6em;
    color: darkblue;
    padding: 0em 0em 0em 0em;
 }
h2{
    font-size:.6em;
    color: gray;
    padding: 0em;
    font-weight: inherit;
}
perfil{
   display: flex;
   justify-content:flex-end;
   flex-direction: row;
    margin-right: 0.5em;
}

perfil ul li a {
    font-size:.8em;
    color: darkblue;
    
}

perfil ul{
    display: flex;
    flex-direction: column;
}
    
perfil img {
    margin-right: 0.5em;
        
    }    

h4{
    font-size:.6em;
    color: gray;
    font-weight: inherit; 
    display: flex;
    align-items: right;
    }
perfil ul{
   
    display: flex;
    justify-content: center;
    
}

h16{
    font-size:.6em;
    color: darkblue;
    padding: 0em 0em 0em 0em;
}
    
/*CONTENT*/

main{
    flex-grow:1;
    display:flex;
    flex-direction: column;
    min-height: 50vh;
}

h6 {
    font-size:1.5em;
    font-family: helvetica;
    color: darkblue;
    font-weight: bold;
    display: flex;
    justify-content: center;
    margin-top: 1em;
    margin-left: auto;
    margin-right: auto;
 }
    
h7 {
    font-size:em;
    font-family: helvetica;
    color: black;
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
 } 
    
container {
    display: flex;
    flex-direction: row; 
    justify-content: center;
    align-content: center;
    align-items: center;
    margin-left: 1.2em;
    margin-right: 1.2em;
}
    
noticia1 {
    margin-top: 1em;
    padding: 1em;
    background-color:#ededec;

}
noticia1 div {
    background-color:white;
    font-size: 0.7em;
    padding: 1em;
    
}
noticia1 div1 {
    font-size: 0.9em;
    padding: 1em;
}

noticia2 {
    padding: 1em;
    background-color:#ededec;

}
noticia2 div {
    background-color:white;
    font-size: 0.7em;
    padding: 1em;
    
}
noticia2 div1 {
    font-size: 0.9em;
    padding: 1em;
}
/* RESPONSIVE
    
#general {
	height: 50%;
	width: 100%;
	background-color: powderblue;
	align-content: center;
}

#interno {
	margin: 1% 1% 1% 1%;
	height: 25%;
	width: 30%;
	min-width: 100px;
	float:left;
	align-content: center;
} 
    */

    
/*FOOTER*/


footer {
    width: 100%;
    background-color:darkblue;

}

.navegador{
    display: flex; 
    justify-content: center;
    align-items: center;
    
}

a {text-decoration: none;
list-style: none;
color: darkblue;
}

p5{
    background: darkblue;
    color: white;
    padding: 1em;
    margin: 1em;
}

.botonvolvernot {
    background-color: darkblue;
    color: white;
    padding: 1em;
    margin-top: 1.2em;
    margin-bottom: 1em;
    border-radius: 10px;
    width: 20%;
    display:flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}


/*FOOTER*/

footer {
    width: 100%;
    background-color:darkblue;
    align-content: center;

}

.navegador{
    display: flex; 
    justify-content: center;
    align-items: center;
    
}

footer ul li p{
    text-align: center;
    font-family: helvetica;
    font-size: 0.8em;
    color: white;
    font-weight: bold;
    margin-bottom: .5rem; 
}
    
    footer ul li {
    list-style: none;
    text-decoration: none;
    margin: 1em;
    display: flex;
    align-content: space-between;
    padding: 0.3em;
    }    
    
        footer ul img {
    display: flex;
    align-content: space-between;
    padding: 0.3em;
    }    
    
}
.itemnav img{
   height:auto;
   width: 10%;
   margin: 1em;
    
}

.itemnav p{
    text-align: center;
    font-family: helvetica;
    font-size: 0.8em;
    color: white;
    font-weight: bold;
    margin-bottom: .5rem;
    text-decoration: none;
    list-style: none;
    
}

.itemnav{
    display: flex;
    text-decoration: none;
    list-style: none;
    
}

h17{
    margin-top: 1.5em;
    font-size:.7em;
    padding:.7em; 
    display: flex;
    justify-content: center;
    border:darkblue;
    background: darkblue;
    color: white;
}









