article {
    display: block;
    min-height: 300px;
    max-height: 1000px;
    width:90%;
    margin: 2% 2% 2% 2%;
    padding:30px;
    padding-right: 50px;
}
img.whatsaapfoto {
    width: 70px;
    height:70px;
    border-radius:35px;
    box-shadow: 9px 9px 5px 5px rgb(86, 68, 68);
}
a.whatsaaptexto {
    position:relative;
    left: 30px;
    bottom: 20px;
    color:black;
}       
img.whatsaapfoto:hover {width: 80px;
    height:80px;
    border-radius:40px;
    box-shadow: 9px 9px 5px 5px rgb(5, 5, 5);
}
a.whatsaaptexto:hover {font-weight: bold;}

img.facebookfoto  {
    width: 70px;
    height:70px;
    border-radius:35px;
    position:relative;
    top: 40px; 
    box-shadow: 9px 9px 5px 5px rgb(86, 68, 68);
}
a.facebooktexto {
    position:relative;
    left: 30px;
    top: 10px;
    color:black;
}  
img.facebookfoto:hover {
    width: 80px;
    height:80px;
    border-radius:40px;
    box-shadow: 9px 9px 5px 5px rgb(5, 5, 5);
}
a.facebooktexto:hover {font-weight:bold;}
.boxmedia{
    min-width:300px;
    float:left;
    margin:50px;
    margin-right: 80px;
}
fieldset {
    float:left;
    width: 300px; 
    border: 1px solid black;
     margin: 40px 40px 30px 10px;
     padding: 10px;
     border-radius:20px; 
    box-shadow: 9px 9px 5px 5px rgb(86, 68, 68);
}
form {margin: 0px;}
a.correo {
    display: inline-block;
    margin-bottom: 20px;
    color:black;
    font-weight: bold;
}
a.correo:hover {font-size: 20px; }

