#divi{
    background-color: #76D7C4;
    color: white;
    height: 100px;
}

thead{
    background-color:#5D6D7E   ;
    color: white;
    text-align: center;
}

body{
    background-color: #FFFFFF;
}
h2{
    text-align: center;
}

a{
    padding: 100px;
    color: white;  
}

#imagen{   
    margin-left: auto;
}

#formularioE,h4{
    text-align: left;  
    
}

.el{
   width: 100%;
   color: white;
   background: rgba(0,0,0,0.11);
   font-size: 90%;
   float: left;
   margin-top: 0%;
   margin-left: 10px;
   border-radius: 20px;
   border: 3px black;
    
}
body{
    background: url(../images/logoheraldo2020.png) no-repeat left fixed rgba(0, 47, 128, 0.3);
    background: rgba(0, 0, 128, 0.3) /* Green background with 30% opacity */
    
    background-size: cover;
}
a{
    color: black;
}