@charset "utf-8";
@charset "utf-8";
@font-face {
	font-family: "Soberana Titular"; 
	src: url('./fonts/soberanatitular-regular-webfont.eot');
	src: url('./fonts/soberanatitular-regular-webfont.eot?#iefix') format('embedded-opentype'),
		 url('./fonts/soberanatitular-regular-webfont.woff2') format('woff2'),
		 url('./fonts/soberanatitular-regular-webfont.woff') format('woff'),
		 url('./fonts/soberanatitular-regular-webfont.ttf') format('truetype'),
		 url('./fonts/soberanatitular-regular-webfont.svg#soberana_titularregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "Soberana Sans"; 
	src: url('./fonts/soberanasans-regular-webfont.eot');
	src: url('./fonts/soberanasans-regular-webfont.eot?#iefix') format('embedded-opentype'),
		 url('./fonts/soberanasans-regular-webfont.woff2') format('woff2'),
		 url('./fonts/soberanasans-regular-webfont.woff') format('woff'),
		 url('./fonts/soberanasans-regular-webfont.ttf') format('truetype'),
		 url('./fonts/soberanasans-regular-webfont.svg#soberana_sansregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: "Soberana Sans Light";
    src: url('./fonts/soberanasans-light-webfont.eot');
    src: url('./fonts/soberanasans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/soberanasans-light-webfont.woff2') format('woff2'),
         url('./fonts/soberanasans-light-webfont.woff') format('woff'),
         url('./fonts/soberanasans-light-webfont.ttf') format('truetype'),
         url('./fonts/soberanasans-light-webfont.svg#soberana_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;

}
/*@font-face {
	font-family: 'Soberana Titular'; 
	src: url("fonts/SoberanaTitular-Regular.eot");
	src: url("fonts/SoberanaTitular-Regular.otf");
	font-weight: normal;
}*/
@font-face {
	font-family: 'Soberana Titular Bold';
	src: url("fonts/SoberanaTitular-Regular.eot");
	src: url("fonts/SoberanaTitular-Bold.otf");
	font-weight: normal;
}
/*@font-face {
	font-family: 'Soberana Sans';
	src: url("fonts/SoberanaSans-Regular.eot");
	src: url("fonts/SoberanaSans-Regular.otf");
	font-weight: normal;
}*/
@font-face {
	font-family: 'Soberana Sans Italic'; 
	src: url("fonts/SoberanaSans-Italic.eot");
	src: url("fonts/SoberanaSans-Italic.otf");
	font-weight: normal;
}
@font-face {
	font-family: 'Soberana Sans Bold';
	src: url("fonts/SoberanaSans-Bold.eot");
	src: url("fonts/SoberanaSans-Bold.otf");
	font-weight: normal;
}
body {
	background: #FAFAFA;
	color: #2F2F2F;
	font: 12px 'Soberana Sans','Calibri','Sans-serif';
}
h1, h2, h3, h4, h5, h6 {
	color: #98979C;
	font-family: 'Soberana Titular', Serif;
	font-weight: normal;
}
.em {
	color: #497F43;
}
h1.discrete, h2.discrete, h3.discrete, h4.discrete, h5.discrete, h6.discrete {
	color : #98979C !important;
}
.accent, .accent, .accent, .accent, .accent, .accent {
	color: #A5273F;
}
fieldset {
	border: none;
}
legend {
	color: #A5273F;
	font-family: 'Soberana Titular', Serif;
}
button,
.button {
	text-align: center;
	text-transform: uppercase;
	font: 11px serif;
	padding: 0.5em 1em;
	margin: 3px;
	color: #606060;
	background: #E8E8E8;
	outline: 3px solid #E8E8E8;
	border-color :#C8C8C8;
}
button:focus,
button:hover,
.button:focus,
.button:hover {
	background: #DFDFDF;
	outline-color: #DFDFDF;
	/*box-shadow: 0px 2px 10px 1px rgba(0,0,0,1);*/
}
button.accent,
.button.accent {
	color: #FFFFFF;
	background: #BE1F1F;
	border-color: #E04F4F;
	outline-color: #BE1F1F;
}
button.accent:focus,
button.accent:hover,
.button.accent:focus,
.button.accent:hover {
	background: #D03939;
	outline-color: #D03939;	
}
button:disabled {
	border-color: #FAFAFA !important;
	cursor: default;
	background: #DBDBDB !important;
	color: #A0A0A0 !important;
	outline-color: #DBDBDB !important;
	box-shadow: none;
}
.cta {
	font-size: 2em;
}
.content-view {
	width: 980px;
}
.faded-panel {
	padding: 2em;
	position: relative;
	background-color: #FAFAFA;
	background-image: -webkit-linear-gradient(left, transparent, rgba(0,0,0,0.05), transparent);
	background-image: -o-linear-gradient(left, transparent, rgba(0,0,0,0.05), transparent);
	background-image: linear-gradient(to right, transparent, rgba(0,0,0,0.05), transparent);
}
.faded-panel::before {
	content: "";
	position: absolute;
	top:0px;
	left:0px;
	right: 0px;
	height: 10px;
	background-image: radial-gradient(at 50% 0px, rgba(0,0,0,0.1), transparent 80%);
}
.faded-panel::after {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 10px;
	background-image: radial-gradient(at 50% 100%, rgba(0,0,0,0.1), transparent 80%);
}
.panel.item:not(:last-child)::after {
	margin-top: 1em;
	content: "";
	display: block;
	height: 10px;
	background-image: radial-gradient(at 50% 0px, rgba(0,0,0,0.1), transparent 50%);
}
.noticia div.imagen {
	width: 200px;
	height: 140px;
	background-color: #B0B0B0;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: auto 100%;
	border: 2px solid #F8F8F8;
	box-shadow: 0px 1px 5px rgba(0,0,0,0.4);
}
.noticia .titulo {
	margin: 0px;
	color: #A5273F;
}
.noticia .tc {
	padding: 1em;
}
div.imagen.fullframe {
	width: 100%;
	height: 300px;
	background-color: #B0B0B0;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
header {
	color: #373737;
}
#header-access {
	font: 12px 'Soberana Sans', 'Calibri','Sans-serif';
}
#header-logobar {
	text-transform: uppercase;
	font: 18px "Soberana Sans Bold","Sans-serif";
	height: 105px;
}
#header-logo-sep {
	display: inline-block;
	position: relative;
	width: 250px;
	height: 80px;
	/* background: 0px 0px/100% auto no-repeat url('img/logo_sep.png'); */
	/* background: 0px 0px/100% auto no-repeat url('img/logo-sep2018.svg'); */
	background: 0px 0px/100% auto no-repeat url('img/logo-sep2020.png');
}
#header-logo-separator {
	display: inline-block;
	height: 80px;
	width: 30px;
	background: no-repeat url('img/separador.png');
}
#head-menu {
	background-image: url('img/head_menu.png');
	font: 14px 'SoberanaTitular-Bold';
	text-transform: uppercase;
}
#head-menu>.h-list>.menu-item>.menu-text {
	border: 1px solid transparent;
	border-bottom-width: 0px;
	border-top-width: 0px;
}
#head-menu>.h-list>.menu-item>.menu-text.accent {
	color: #A5273F;
}
#head-menu>.h-list>.menu-item:not(.toggle):hover>.menu-text,
#head-menu>.h-list>.menu-item.toggle[selected]>.menu-text {
	color: #000;
	background-color: #FAFAFA;
	border-color: #CCC;
}
#head-menu>.h-list>.menu-item>.submenu {
	border: 1px solid #FFF;
	box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
	background: linear-gradient(#FAFAFA,#D8D8D8) #E8E8E8 ;
}
#head-menu>.h-list>.menu-item .menu-item:hover {
	text-decoration: underline;
}
#pathmap {
	font: 1em 'SoberanaTitular-Bold';
}
#main-title {
	font-size: 2em;
	margin: 0px;
	color: #A5273F;
	text-align: left;
	overflow-y: overflow;
	padding: 1em 0.5em 2em 0.5em;
}
#main-title::before {
	content: "";
	position:absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	height: 1em;
	background-image: radial-gradient(at 50% 0px, rgba(0,0,0,0.1), transparent 50%);
}
#pos-panel {
	position: relative;
	padding: 1em;
}
#pos-panel .title{
	color: #497C43;
}
#pos-panel::before {
	content: "";
	position: absolute;
	top: 0px; left: 0px; bottom: 0px;
	width: 20px;
}
#access-panel a {
	text-decoration: none;
	border-bottom: 1px dotted #808080;
}
#access-panel a:hover {
	text-decoration: underline;
}
article h1:not(.accent),
article h2:not(.accent),
article h3:not(.accent),
article h4:not(.accent),
article h5:not(.accent),
article h6:not(.accent) {
	color: #497F43;
}
footer .content-view {
	min-height: 5em;
	border-top: 3px double #D8D8D8;
}
footer .content-view:first-of-type {
	min-height: 10em;
}
footer .content-view:first-of-type::before {
	content: "";
	position: absolute;
	top: 1px; left: 0px; right: 0px;
	height: 2em;;
}
