@charset "UTF-8";
/* CSS Document */


a{
    text-decoration: none;
}

h1{
     font-weight: 100;
text-decoration: none;
}
    
h3{
text-decoration: none;
    color: #393939;
    font-size: 28px;
    font-weight: 100;
}
h4{
text-decoration: none;
   
    font-size: 18px;
    font-weight: 100;
}
h2{
    color: #393939;
text-decoration: none;
    font-style: normal;
    font-weight: 300;
}
.quienes-txt{
    margin-left:30px;
    margin-right: 30px;
    text-align: center;
   
}

.centrado{
    text-align: center;
}
.link {
    color: #ffffff;
}
.link:hover {
    text-decoration: underline;
}
