*{
    margin: 0;
    padding: 0;
    font-family: Montserrat, sans-serif;
}

body {
      background-image: url(imagenes/fondo-01.png);
    height: 100%;
    background-color: rgb(167, 167, 167);
    margin: 10px auto;
    font font-size-adjust: auto;
}

header{ 
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 140px;
    margin-top: 0px;
    border-bottom: 10px solid rgba(0, 30, 77, 0.76);

}

.logo{
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1%;
    height: 90%;

}

nav{
    width: 100%;;
    height: 30px;
    margin-bottom: 30px;
    background-color: rgba(209, 209, 209, 0)
    
}

nav ul{
    list-style: none;
    text-align: center;
    margin-top: 10px;
    height: center;
}

nav ul li{ 
    display: inline-block;
    text-align: center;
    font-weight: 1em;
    font-family: bold;
    margin-top: 3px;
    margin-bottom:auto;
    font-size: 20px
    
}

nav ul li a{
    color: #ffffff;
    margin: 1em;
    margin: 40px;
    padding: 4px;
    font-size-adjust: none;
    text-decoration: none;
    text-color: #d13636;
    font-family: Montserrat, sans-serif;
}

nav ul li a:hover{
    color: #1f70a2;
}

nav > li{
    float: left
}

nav li ul{
    background-color: rgba(255, 255, 255, 0.38);
    display:none;
    margin-top: 2px;
    position:absolute;
    max-width: 160px;
    text-align: left;
    font-size: 13px;
}


}
.marcado{
    color: #e87f94;
}

nav li:hover > ul{
    display: block;
}

.nombre{
    width: 100%;
    max-width: 820px;
    min-width: 45px;
    margin: auto;
    margin-top: 5px;
    margin-bottom: 2opx;
    margin-right: auto;
    margin-left: auto;
    
}

.nombre h1{

    
    color: rgb(14, 22, 70);
    margin-bottom: 10px;
    margin-left: 10px;
    align-content: center;
    text-align: center;
    margin: auto;
    text-align: center;
    
}

}

main{
    float:right;
    max-width: 350px;
    margin-bottom: 0px;
    
}

.bloque1{
    display: block;
    float: left;
    background-color: rgba(105, 103, 103, 0.46);
    margin-bottom: 3px;
    width: 100%;
    max-width: 260px;
    padding: 10px;
    text-align: center;
}

.bloque1  p{
    color: #eff0ea;
  
    font-size: 20px; 
    text-align: center;
}

.bloque2 ul{
    list-style: none;
    display: block;
    float: left;
    background-color: rgba(196, 196, 196, 0.59);
    margin-bottom: 3px;
    width: 100%;
    max-width: 260px;
    max-height: 100px;
    padding: 10px;

}

.bloque2 ul li{
    color: #2e356d;
    line-height: 16px;
    margin: 5px;
    font-size: 14px; 
    text-align: left;
}


.propuesta{
    position: relative;
    margin-left: 10px;
}

footer{ 
    position: relative;
    clear: both;
    background-color: #084071;
    width: auto;
   
}

footer p{
    color: rgba(255, 255, 255, 0.37);
    padding: 20px;
    max-width: 530px;
    text-align:inherit justify; 
    font-size: 10px;
    margin: auto;   
    
}