@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
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: rgb(237, 237, 236);
   
}   

ul li a {
    text-decoration: none;
    list-style: none;
}
html {
    -ms-overflow-style: scrollbar;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    text-size-adjust: 100%;
    text-size-adjust: 100%;
}
#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;
}


@media only screen and (max-width: 700px); 


/*NOTICIAS*/


.imagenesnoticias1 {
margin: 1rem;
display: flex;
align-items: center;
width: 70%;
object-fit: contain;
}



.noticiaa1 {
    display: flex;
    flex-direction: column;
    margin: 1em 0em;
}

.titulonoticiaa1 {
    display: flex;
    background-color: white;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: .5em;
}

h19{
    margin: .2em;
    color: darkblue;
    font-family: helvetica;
    font-size:.6em 
    
}
    
h18 {
    margin: .1em;
    margin-bottom: .4em;
    display: flex;
    justify-content:flex-start;
    font-family: helvetica;
    font-size: 1.4em;
    font-weight: bold;
    
}

div ul {
    display: flex;
    flex-direction: column;
    
    
}
h21{
    font-style: oblique;
    margin: .5em;
    color: black;
    font-family: helvetica;
    font-size:.5em 
        
 }   

h30{ 
    margin: .1em;
    color: black;
    font-family: helvetica;
    font-size: 0.7em;
  
}

h1{
    margin: 1em;
    font-size: 0.9em;
    
}
h2{
    font-size:.6em;
    color: gray;
    padding: 0em 0em 0em 1.5em;
    font-weight: inherit;
}

.parrafo {
    text-align: left;
    font-family:serif;
    font-size: .9em;
    margin:.4em;
    margin-top: 1em;
}

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

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