@charset "utf-8";
/* CSS Document */
body {
	font-family: 'Open Sans', sans-serif;
	color:#333;
	font-weight:400;
}


h1,h2, h3, h4, #mainmenu, .abeltxt {
	font-family: 'Abel', sans-serif;
	font-weight:normal;
}

.cyan, a.cyan, #content a {
	color:#0071bc !important;
}
.blu, a.blu {
	color:#00377b;
}
.orange, a.orange {
	color:#f7931e;
}
.gray, a.gray {
	color:#333;
}
.white, a.white {
	color:#FFF;
}
.titlnews {
	font-family: 'Open Sans', sans-serif;
	color:#00377b;
	font-weight:600;
}
.evidence {
	display:inline-block;
	width:auto;
	padding:0.3em 1em;
	background:#FFF;
}
.smalltext {
	font-size:0.85em;
}
.underlined {
	border-bottom:1px solid #333;
	padding-top:3px;
	margin-bottom:8px;
	width:95%;
}
.maiusc {
	text-transform:uppercase;
}

