@import url('https://fonts.googleapis.com/css?family=Oxygen:400,700');

body {
    	font-family: 'Oxygen', sans-serif;
}

.color-header {

    background-color: #ea973e !important;
}

.color-footer {

    background-color: #ea973e !important;

}

.botones {

    background-color: #ea973e !important;

}

.color-pie {

    background-color: #ea973e !important;

}

.boton-ingreso {

    background-color: #ea973e !important;
    color: #fff !important;
}

.imagen-header{
    background:url('https://medsite.tv/uploads/cabecera/header_novartis2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    height: 450px;
}

.mask{
	background: rgba(4, 8, 29, 0.3)
}

.logo-footer{
    background: url(https://medsite.tv/uploads/cabecera/logo_novartis_blanco.png);
	background-color: #ea973e !important;
    background-repeat: no-repeat;
    display: block;
    height: 70px;
    width: auto;
    background-position: center;
}

