.formulario {
    margin-left: 300px;
}

#nombre {
    border-radius: 7px;
}

#apellido {
    border-radius: 7px;
}

#edad {
    border-radius: 7px;
}

#nacimiento {
    border-radius: 7px;
}

#dia {
    border-radius: 7px;
}

#mes {
    border-radius: 7px;
}

#año {
    border-radius: 7px;
}

#cedula {
    border-radius: 7px;
}

#cursoespecialidad {
    border-radius: 7px;
}

#colegiodeprocedencia {
    border-radius: 7px;
}

#dejodeestudiar {
    border-radius: 7px;
}

#domicilio {
    border-radius: 7px;
}

#correo {
    border-radius: 7px;
}

#telefono {
    border-radius: 7px;
}





#txt_Nombre {
    border-radius: 7px;
}

#txt_Email {
    border-radius: 7px;
}

#txt_Telefono {
    border-radius: 7px;
}

#txt_Comentario {
    border-radius: 7px;
}

textarea {
    min-height: 100px;
    max-height: 150px;
    max-width: 100%;
}

/*input:focus {
    background-color: #F2F5A9;
}le da focus amarillo a las areas de los formularios*/

/******botón enviar***/
#boton {
    background: #072B7A;
    color: #FFFFFF;
    padding: 8px;
    margin-top: 10px;
    width: 160px;
    border-radius: 7px;
}

#boton:hover {
    cursor:pointer;
    background: #C05E21;
    
}



/******banner superior*******/
@media screen and (max-width:768px){

.formulario {
    margin: auto;
}




}