body{
    width:95%;
    margin:auto;
    padding:120px 0
}
img{
    margin-top:20px;
    margin-bottom:15px;    
}
h3,h4{
    text-align: center;
    
}

.foto{
    width:160px;
    height:130px;
    border:solid 1px;
    border-radius:20px;
    box-shadow: 3px 3px rgba(0,0,0,0.5);
    background:white;    
}
.contenedor{
    width:50%;
    border:none;
    height:800px;
    margin:auto;
    
}
.cabecera{
    border:none;
    width:100%;
    text-align: center;    
}

.imagen{
    border:none;
    width:40%;
    height:30%; 
    float:left;
    text-align:right;
   
    
}
.formulario{
    border:none;
    width:58%;
    text-align: center;
    height:20%;
    float:right;
    padding:50px 0;
}
.boton{
    border:none;
    font-size:1.5em;
    width:265px;
    padding:8px;
    border-radius: 10px;
    background:#ff8850;
    margin-top:10px;    
    
}
.boton:hover{        
    background:#ff7870;
    cursor:pointer;
        
}

.cajatexto{
    font-size:1.2em;
    padding:5px;
    margin-bottom:10px;
    width:250px;
}
.contorno{
    border:4px solid darkgray;
    height:350px;    
    width:500px;
    min-width:380px;
    max-width:550px;
    min-height: 350px;
    max-height: 360px;
    border-radius:20px;
    background:rgba(120,150,150,0.3);
}

.botonvolver{
    margin-top:20px;
    text-align:center;    
    margin-bottom:-20px;
}
.botonvolver a{
    text-decoration: none;    
    background:#008CBA;     
    margin-top:10px;
    border-radius: 15px;
    text-align: center;
    padding:10px;
    font-size:0.7em;
    color:white;    
}




