* {
    font-family: 'Montserrat', sans-serif;
}

@font-face {
    font-family: 'ralewayextrabold';
    src: url('raleway-extrabold-webfont.woff2') format('woff2'),
         url('raleway-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ralewayregular';
    src: url('raleway-regular-webfont.woff2') format('woff2'),
         url('raleway-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body{
  background-image:url(fondo.png);
  background-size: cover;
  background-repeat:no-repeat;
  background-attachment: fixed;  
}

header img{
    width: 60px;
    height: auto;
    margin-bottom: 3em;
    margin-left: 1em;
    margin-top: 1em;
}

main {
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items: center;
}

main img{
    width: 150px;
    height: auto;
    margin-bottom: 50px;
}


.menu{
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    list-style: none;
    background: white;
    display: flex;
    padding: 5px;
}
   
.menu li{
    flex: auto;
    border-right: 1px solid rgba(255, 82, 82, 0.88);
    text-align: center;
    justify-content: space-between;
    padding: 1rem;
}

.menu li:last-child{
    border: none;
}
    
.menu a{ 
    color: red;
    text-decoration: none;
    font-family: sans-serif;
    font-weight: bolder;
    display: block;
 }

.menu a:hover{
    background: rgba(255, 82, 82, 0.88);
     color: white;
  
}

h1{
    background: red;
    width: 100%;
    color: white;
    text-align: center;
    font-family: sans-serif;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    padding: .2rem;
}


div {
    width: 80%;
    background: white;
    color: black;
    margin: auto;
    padding: 3%;
    text-align: justify;
    font-family: sans-serif;

}

.c h2{
    background: #2aa52a;
    color: white;
    width: 100%;
    text-align: center;
    font-family: sans-serif;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    padding: .2rem;
}
  
ul{
    background: rgba(7, 16, 253, 0.64);
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    list-style: none;
    display: flex;
    align-items: center;
    padding: 2px;
    margin-bottom: 1em;
}

ul li{
     flex: auto;
    border-right: 1px solid white;
    text-align: center;
}

ul li:last-child{
    border: none;
}

ul a{ 
    color: #ffffff;
    text-decoration: none;
    font-family: sans-serif;
    font-weight: bolder;
    display: block;
 }

ul a:hover{
    background: rgb(255, 255, 255);
     color: #0a00ff; 
}


footer{
    color: white;
    background: #000096;
    padding: 1px;
    text-align: center;
    margin-bottom: 0px;
}




#panelysponsors {
    margin-top: 1em;
    margin-left: 1em;
    margin-right: 1em;
}

#panelysponsors li {
    margin-right: 1em;
    padding: 1em;
}




.div li a{
    text-decoration:none;
}

.datos div h2{
   font-family:serif;
    font-size: 2em;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    
}









