@font-face {
    font-family: "Roboto Medium";
    src: url(../bootstrap/fonts/Roboto-Medium.ttf) format("truetype");
}
@font-face {
    font-family: "Roboto Light";
    src: url(../bootstrap/fonts/Roboto-Light.ttf) format("truetype");
}

.fondo{
    background-image: url("../img/fondo_original.png");
	background-size: cover;
	background-position: bottom;
}
.vertical-offset-100{
    padding-top:100px;
}
.titulo_login{
	font-family: "Roboto Medium";
    font-size: 28pt;
    color:#04548b;
    text-shadow: 4px 4px 4px rgba(255, 255, 255, 0.60);
    text-transform: uppercase;    
    background-color:rgba(0,0,0, 0.300);
    height: 50px;
}

.rut-error{
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    padding: 15px;    
    margin-left: 270px;
    margin-top: 10px;
    border: 1px solid transparent;
    border-radius: 4px;
    position: fixed;
}

/*@media only screen and (min-width:768px){
    .navbar-fixed-top .text-center{
        margin-left: 250px;
        margin-top:  -72px;
    }
}
@media only screen and (min-width:1366px){
    .navbar-fixed-top .text-center{
        margin-left: 110px;
    }
}
*/