
#header {
    background-image: linear-gradient(to bottom,#015a9e,#1a619a);
}

.dtgheader {
    background-color: #1a619a !important;
    border: #a20707;
    color:#fff;
}

#img_logo {
    background-image: url(/custom/SanVicente/imagenes/login.png);
    background-color: #1a619a !important;
}
.fondo_login_superior {    
    width:100%;    
}
.imagen_login_superior { 
    background-image: url(/custom/SanVicente/imagenes/logo_arriba.png);
    text-align: left;
    height: 220px;
    background-repeat: no-repeat;
	background-position: left;
}



.titulos {
    color: #01467a;
}

.arriba {
    background-color: #368bcc;
}
.botonbuscarcapa {
    background-color: #015a9e !important;
}
#bodylogin {
    background-image: url(/custom/SanVicente/imagenes/fondo_obs.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height:100%;
}

@media (max-width: 620px) {
    .imagen_login_superior {
        background-image: url(/custom/SanVicente/imagenes/logo_arriba2.png);
        background-position: center;
    }
}
@media (max-width: 620px) {
    .imagen_login_superior {
        height: 124px !important;
    }

}

@media (max-width: 360px) {
    .imagen_login_superior {
        height: 5px !important;
    }

}


/* Menú */

a[href]:not(.nostyle):hover {
    background-color: rgba(147,223,225,0.8) !important;
    cursor: pointer;
    color: #1a619a !important;
}


