main {
	font-family: gobCL;
}

h1 {
	font-style: normal;
	font-weight: normal;
	font-size: 25px;
	color: #0263AF;
}

.cifras h1 {
	padding-top: 55px;
	font-size: 25px;
}

section.feria-banner {
	background: #00B8C0;
	background-color: #00B8C0;
}

section.main-banner {
	background-color: #003F72;
	background: #003F72;
}

section.main-banner div.content {
	padding-left: 0px;
	min-height: 398px;
	background-image: url("/static/images/bannerNuevaBNE.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: top right;
	color: #FFFFFF;
}

section.feria-banner div.content {
	min-height: 398px;
	background-image: url("/data/ferias/img?type=HOME_FERIA");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: top right;
	color: #FFFFFF;
}

section.feria-banner .logo {
	float: left;
	margin-top: 98px;
	margin-left: 25px;
	max-height: 182px;
}

section.feria-banner .texto .big {
	font-style: normal;
	font-weight: 900;
	font-size: 30px;
	line-height: 32px;
	max-width: 60%;
	padding-top: 110px;
}

section.feria-banner .texto .small {
	font-size: 20px;
	margin-top: 30px;
}

section.feria-banner .texto .small a, section.feria-banner .texto .small a:hover
	{
	cursor: pointer;
	color: #53DDFF;
	text-decoration: underline;
}

section.cifras {
	background: #0F69B4;
	min-height: 221px;
	color: white;
}

section.cifras img {
	max-height: 60px;
}

section.cifras h1 {
	color: white;
}

section.cifras .cifra {
	font-style: normal;
	font-size: 50px;
	height: 60px;
}

section.banners {
	background-color: #f2f2f2;
}

section.banners .banner {
	margin: 10px;
}

section.banners img {
	max-width: 300px;
}

section.bneMensajes {
    background: #000000;
    color: white;
}

section.bneMensajes img {
    width: 56px;
    height: 68px;
    margin: 10px;
}

section.bneMensajes .bneMensaje {
    font-style: normal;
    font-size: 25px;
}

.alineacionBannerBneMensaje {
    display: flex;
    align-items: center;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.alineacionTextosBannerBneMensaje {
    width: 905px;
    font-family: gobCL;
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    line-height: 111%;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    margin-top: 10px;
    margin-bottom: 10px;
}

.dropdown_buscaEmpleo{
     list-style:none;
     outline: none !important;
 }

#linkBuscaEmpleo_dropDown{
	outline: none !important;
}

.dropdown-menu_buscaEmpleo > li {
	border-bottom: 0.025rem solid white;
	margin: 0 10px 0 10px;
}

.dropdown-menu_buscaEmpleo > li:last-child {
    border-bottom: none;
}

.dropdown-menu_buscaEmpleo{
	min-width: 11rem;
	background-color: #b82d27;
	border-radius: 0;
	list-style:none !important;
    top: 24px !important;
    left: -18px !important;
}

.dropdown-menu_buscaEmpleo li:hover{
  background-color: #b82d27;
  opacity: 0.5;
}

.dropdown_buscaEmpleo .dropdown-toggle::after{
	display: none;
}

#divBuscaEmpleo_dropDown  a {
	font-size:16px;
}

#divBuscaEmpleo_dropDown:hover > ul > .dropdown_buscaEmpleo > .dropdown-menu_buscaEmpleo {
  display: block;
}

.dropdown_buscaEmpleo >.dropdown-toggle:active {
    pointer-events: none;
}