/*esta es la hoja de estilos de la página contacto*/
.boton{
    width: 110px;
    height: 30px;
    border-radius: 6px;
    border: none;
    background-color: rgb(204, 189, 135);
    cursor: pointer;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 17px;
    color: #CC0033;
    font-style: italic;
    margin: 10px 3px;
}

h2{
    font-family: monserrat;
    font-size: 35px;
    color: #CC0033;
    text-align: center;
    box-shadow: 0  0 20px  #046ffb;
    padding: 0px;
    margin: 30px;
    border-radius: 8px;
}

p {
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 19px;
    text-align: justify;
    color: #800000;
    margin-left: 12px;
    background-color: rgb(245, 240, 234);
    font-weight: 500;
    }

    
h3{
    font-family: 'Times New Roman', Times, serif;
    font-size: 22px;
    color:#1E90FF;
    text-align: center;
    color: #000080;
    box-shadow: #1E90FF
}

form{
    max-width:450px;    
    height: auto; 
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px; 
    margin: auto;
    box-shadow: 0 0 25px #046ffb; 
    padding: 20px 18px;
    font-weight: 500; 
    color: #0c0369;
    background-color: #c8cdd2;
}

span{
    font-size: 10px;
}

.nombre{
    width: 250px;
    height: 23px;
    border-radius: 6px;
    margin-left: 6px;
}

.edad{
    width: 30px;
    height: 23px;
    border-radius: 6px;
    margin-left: 8px;
}

.ciudad{
    width: 260px;
    height: 23px;
    border-radius: 6px;
    margin-left: 8px;
}

.pais{
    width: 250px;
    height: 23px;
    border-radius: 6px;
    margin-left: 8px;
}

.indicativo{
    width: 35px;
    height: 23px;
    margin-right: 10px;
    border-radius: 6px;
    margin-left: 8px;
    padding-left: 6px;
}

.telefono{
    width: 110px;
    height: 23px;
    border-radius: 6px;
    margin-left: 8px;
    padding-left: 6px;
}
.mensaje{
    width: 410px;
    height: 60px;
    border-radius: 6px;
    margin-left: 8px;
    padding: 8px;
    margin-top: 8px;
    border-style: double;
    border-width: 3px;
    max-height: 150px;
    max-width: 410px;
    min-height: 50px;
    min-width: 400px;    
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 18px;
    box-sizing: content
}

.envio{
    width: 70px;
    height: 30px;
    background-color: bisque;
    border-radius: 6px;
    margin-left: 10px;
}

.fecha{
    height: 25px;
    border-radius: 6px;
    margin-left: 15px;
}

.anos{
    margin-left:20px;
}

a{
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 19px;
    color: #033518;
    font-style: italic;
    font-weight: 800;
    margin: 40px;
}

.enlace{
    color: #1c33fd;
    margin: 10px;
    padding: 15px;
}

textarea{
    maxlength="200"
}

p3{
    font-family: arial;
    font: size 12px;
}

p1{
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 18px;
    color: #1c33fd;
    font-weight: 600;
}

.provisional{
    padding: 10px;
    background-color: antiquewhite;
}

.correo{
    font-size: 25px;
    color: #CC0033;
}




