
@import url(contacto.css);
@import url(footer.css);
@import url(style.css);
BODY{
    margin: auto;
    text-align: center;
}
h2{
    
    background: orange;
    padding: 10px;
    color:white;
    margin-bottom: 10px;
   
}

form{
    padding:10px 0 10px 0;
    width: 100%;
    margin: auto;
    margin-top: 20px;
    background-color:gray;
        
}

input, textarea{
    
    width: 100%;
    
    background: #e2e2e2;
    color:white;
    border: .01em solid gray;
    padding: 10px;
    margin:auto;
    margin-bottom:2px;
    box-sizing: border-box;
}

#boton{
    background: black;
    width: 100px;
    color:white;
    padding:10px;
    border-radius: 2px;
    cursor: pointer;
}

iframe{
    
    width: 50%;
    height: 500px;
}