
body,html{
    background-color:white;
}
.contenedor{
    width:auto;
    height:510;
    margin-left: 5px;
    margin-right: 3px;
    border: 10px solid #fff;
    background-size: 100% 100%;
    background: no repeat;
}
 .subcontenedor{
     height: 100%;
     width: 100%;
     margin-top: 5px;
     margin-bottom: 10px;
     color:white;
     margin-left:;
     align-content: center;
     text-align: center;
}
.contenedor img{
    margin-top: 77px;
    width: 100%;
    height: 100%;
    
}
.subcontenedor form{
    width: 75%;
    height: auto;
    background: rgba(0,0,0,1.2);
    border-radius: 10px;
    padding: 2px 20px;
    margin-bottom: 10px;
    margin-left: auto;
}
.subcontenedor form input{
    width: 100%;
    height: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
    
}
.subcontenedor form textarea{
    width: 98%;
    margin-top: 10px;
    height: 50px;    
}
#boton{
    color:dodgerblue;
    letter-spacing: 2px;
    word-spacing: 4px;
    background-color: black;
    height: 70px;
    margin-top:0px; 
    
}
#boton:hover{
    cursor: pointer;
}
#boton1:hover{
    cursor:pointer;
}
#texto{
    color: black;
}

