﻿/* AGREGAR DIFERENTES FONDOS A LAS VISTAS */
/* LOGIN */
.login-bg {
    background: url('/images/backgrounds/back4.jpg') no-repeat center center; /* PRODUCCIÓN */
    /* background: url('/images/backgrounds/back4.jpg') no-repeat center center; */ /* LOCAL */
    background-size: cover;
    background-attachment: fixed;
}
body.home-bg {
    padding-top: 120px; 
}
/* INICIO */
/*.home-bg {
    background: url('/images/backgrounds/back2.jpg') no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}*/

/* PÁGINAS INTERNAS */
.internal-bg {
    background: url('/images/backgrounds/back2.jpg') no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}
