/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 27/07/2017, 01:21:06 PM
    Author     : Juan Antonio Pacheco
*/

.red{
    color: red!important;
}
.oculta{
    display: none;
}

/* Mario Serna */
.login_image{
    max-width:400px;
}
@media (max-width:400px) {
    .login_image{
        max-width:100%;
    }
}