@font-face {
	font-family: "gobCL";
	font-style: normal;
	font-weight: normal;
	src: url("/static/fonts/gobcl_regular.eot") format("eot"),
		url("/static/fonts/gobcl_regular.woff") format("woff"),
		url("/static/fonts/gobcl_regular.ttf") format("truetype");
}

@font-face {
	font-family: "gobCL";
	font-style: normal;
	font-weight: bold;
	src: url("/static/fonts/gobcl_bold.eot") format("eot"),
		url("/static/fonts/gobcl_bold.woff") format("woff"),
		url("/static/fonts/gobcl_bold.ttf") format("truetype");
}

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 400;
	src: url("/static/fonts/Roboto-Regular.ttf") format("truetype");
}

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: bold;
	src: url("/static/fonts/Roboto-Bold.ttf") format("truetype");
}

@font-face {
    font-family: "Lato";
    font-style: normal;
    font-weight: 300;
    src: url("/static/fonts/Lato-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Lato";
    font-style: normal;
    font-weight: 700;
    src: url("/static/fonts/Lato-Bold.ttf") format("truetype");
}

.widthNueva {
	width: 1564px;
}

.margenes {
	margin-left: 345px;
}

.sticky-top {
	position: fixed;
	top: 0;
	width: 100vw;
}

.titulos {
	background: #003A6C;
	border-radius: 5px 5px 0px 0px;
	font-family: gobCL;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 100%;
	color: #FFFFFF;
	text-align: center;
}

.btn-nueva-bne {
	background: #0F69B4;
	border-radius: 5px;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	color: #FFFFFF;
}

.seccionNotificaciones {
	width: 59px;
	height: 42px;
	background: #F2F2F2;
	border-radius: 10px 10px 0px 0px;
	margin-right: 355px;
    margin-top: 6px;
}

.campanaNotificaciones {
	margin-left: 19px;
    margin-top: -15px;
}

.cuadroNotificaciones {
	width: 280px;
	height: 250px;
	background: #F2F2F2;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 0px 0px 10px 10px;
}

.numeroNotificaciones {
	height: 25px;
	background: #C4C4C4;
	border-radius: 18.5px;
	margin-left: 8%;
	width: 10%;
	display: inline-block;
	text-align: center;
	font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 100%;
    color: #FFFFFF;
    padding-top: 5px;
}

.labelNotificaciones {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 321%;
	color: #1369B3;
}

.avisoNotificaciones{
	width: 258px;
	background: #E4F3FF;	
	border: 1px solid #B0B0B0;
	box-sizing: border-box;
	border-radius: 9px;
	margin-left: 4%;
}

.infoLabelNotificaciones {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 100%;
	color: #515151;
}

.tituloNotificaciones {
	font-family: Roboto;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 100%;
    color: #666666;
    margin-left: 8%;
}