h3{
    text-align: center;
    color: red;
}

#logo{
    width: 15%;
    height:15%; 
}

#img_preview{
 
 
width: 30%;
height:30%; 
overflow:hidden;
border:5px solid #666;
}

#alert{
    
  text-align: center;   
}

#errores{
display:none;
width:300px;
background-color:#ffa8a8;
color:red;
text-align:center;
margin:0 auto;
padding:10px;
}
#condiciones{
    text-align: center;
    
}

#regresar{
    float: left;
}

#registrarse{
    float: right;
}


#errores, #error_pas, #error_rfc, #error, #error_registro{
display:none;
/*border: 1px solid #ea4335 !important;
box-shadow: 0 0 7px #ff0000 !important;
*/
width:560px;
background-color:#ffa8a8;
color:red;
text-align:left;
margin:0 auto;
padding:10px;
}
#div_respuesta_login{
display:none;
width:100%;
height: 10%;
background-color:#ffa8a8;
color:red;
text-align:center;
margin:0;

}