/* 
	Azul: 			# 014898
	Azul oscuro: 	# 092847
	Azul claro: 	# 89b5e0
	Azul muy claro: # b8d3ec
	
	Amarillo: 		# ffd400
	
	Gris claro:		# c8cacb
	Gris medio:		# a3a7a9
	Gris oscuro:	# 767a7e
*/

html, body {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    font-family: 'Dosis',Arial;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5em;
    text-rendering: optimizeLegibility;
}

body {
    padding: 0;
    margin: 0;
}

h1, h2, h3 {
	margin: 0;
	font-family: 'Dosis';
	font-weight: 700;
}

h1 {
	font-size: 2em;
	font-family: 'Dosis';
	font-weight: 700;
	line-height: 1.2em;
	color: #014898;
}

h2 {
	padding: 0;
	font-size: 1.25em;
	font-family: 'Dosis';
	font-weight: 500;
	color: #000;
}

span {
	font-family: inherit;
	font-size: inherit;
	color: #000;
}

div {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

ul, ol{
    list-style: none;
}

a {
    font-family: 'Dosis',Arial;
    font-weight: 300;
	color: #89b5e0;
	font-weight: 300;
	text-decoration: none;
	-webkit-transition: all .35s ease-in-out 0s;
	-moz-transition: all .35s ease-in-out 0s;
	transition: all .35s ease-in-out 0s;
}

a:hover {
	color: #000;
}
strong {
	font-size: inherit;
	font-weight: 700;
}
/* --------------- */

.content_Wrapper {
	position: relative;
	float: left;
	width: 100%;
}
.content {
	position: relative;
	width: 100%;
	max-width: 1270px;
	margin: 0 auto;	
}

#headerWrapper {	
	height: 100px;
	background: #fff;
}

#topBar {
	height: 50px;
}

#menuBar {
	position: absolute;
	z-index: 1;
	bottom: 0;
	width: 100%;
	height: 50px;
	background: #014898;
	border-bottom: solid 3px #092847;
}

a#logo {
	position: absolute;
	z-index: 1000;
	width: 143px;
	height: 143px;
	left: 0;
	top: -50px;
}
a#logo img {
	width: 100%;
}

/*! --- MENÚ --- */

ul.menu {
	float: left;
}
ul.menu > li {
	position: relative;
	float: left;
}
ul.menu > li > a{
	float: left;
	padding: 5px 35px 5px 0;
	text-transform: uppercase;
}


/*!  */
/*! #### Language Menu -- */
ul.menu.languageMenu {
	margin-left: 150px;
	margin-top: 8px;
}
ul.menu.languageMenu > li > a{
	padding-right: 15px;
	color: #ccc;
	font-size: 1em;
	text-transform:none;
}
ul.menu.languageMenu > li > a:hover,
ul.menu.languageMenu > li > a.active{
	color: #092847;
}

select.menu.languageMenu {
	display: none;
	margin-top: 15px;
}

/*!  */
/*! -- Top Menu -- */

ul.menu.topMenu{
	float: right;
	margin-right: 80px;
	margin-top: 13px;
}
ul.menu.topMenu > li > a{
	padding-right: 0;
	padding-left: 50px;
	font-size:.9em;
	color:#767a7e;
	font-weight: 500;
}
ul.menu.topMenu > li > a:hover{
	color:#89b5e0;
}

/*!  */
/*! -- Main Menu -- */
ul.menu.mainMenu{
	position: absolute;
	z-index: 2;
	height: 50px;
	right: 80px;
	top: 12px;
}

ul.menu.mainMenu > li > a{
	padding: 0;
	height: 50px;
	padding-left: 60px;
	color:#a3a7a9;
	font-weight: 500;
	font-size: 1.15em;
}
ul.menu.mainMenu > li > a:hover {
	color: #fff;
}
ul.menu.mainMenu > li > a.active {
	color: #ffd400;
}

/*!  */
/*! -- Submenú -- */
ul.menu.mainMenu > li > ul {
	display: none;
	position: absolute;
	min-width: 150px;
	top: 33px;
	left: 20px;
	padding: 3px 12px;
	border-top: solid 7px #ffd400;
	margin:0;
	margin-top: 5px;
	background: #092847;
}

ul.menu > li:hover > ul {
	display: block;
}

ul.menu.mainMenu > li > ul > li{
	float: left;
	clear: left;
	width: 100%;
	padding-left: 0;
	color: #c8cacb;
	font-weight: 700;
}
ul.menu.mainMenu > li > ul > li > a{
	display: block;
	padding: 3px 10px;
	padding-left: 0;
	color: #c8cacb;
	font-weight: 500;
}
ul.menu.mainMenu > li > ul > li > a:hover{
	color:#fff;
}
ul.menu.mainMenu > li > ul > li > a > strong {
	font-weight: 700;
	font-size: 1.45em;
	line-height: .75em;
}

ul.menu.mainMenu > li > ul > li > a.active {
	color: #ffd400;
}

a#btn_menu_alt {
	display: none;
	position: absolute;
	z-index: 2;
	height: 50px;
	right: 15px;
	top: -5px;
	color: #fff;
		
}
a.btn {
	padding: 10px 20px;	
	border-radius: 3px;
}
a.btn.bg_dark-blue {
	background: #092847;
	color: #fff;
}
a.btn.blue {
	background: #014898;
	color: #fff;
}
a.btn:hover {
	background:#000;
}

.bg-primary,
a.bg-primary {
	box-sizing: border-box;
	background: #014898;
	color: white;
}

.bg-secondary,
a.bg-secondary {
	box-sizing: border-box;
	background: #89b5e0;
	color: white;
}

/*!  */
/*! ---Sidebar --- */
.sidebar {
	float: left;
    width: 100%;
/* 	min-width: 250px; */
	margin-bottom: 15px;
	margin-top: 15px;
	background: #092847;	
}
.sidebar:first-child {
	margin-top: 30px;
}
.sidebar:last-child {
	margin-bottom: 30px;
}

.sidebar h2 {
	padding: 5px 15px;
	font-size: 1em;
	background: #014898;
	color: #fff;
}
.sidebarMenu {
	float: left;
	padding: 5px;	
	padding-bottom: 10px;
}

.sidebarMenu > li > span {
	display: inline-block;
	float: left;
	padding: 0 10px;
	padding-top: 10px;
	font-size: .8em;
	line-height: .85em;
}

.sidebarMenu > li > a {
	float: left;
	padding: 2px 10px;
	color: #c8cacb;
	font-weight: 500;
}
.sidebarMenu > li > a strong{
	font-size: 1.5em;
	line-height: 1em;
}
.sidebar.alt{
	background: #89b5e0;
}

.sidebar.alt .sidebarMenu > li > a {
	color:#003265;
}
.sidebar.alt .sidebarMenu > li > a:hover {
	color: #fff;
}


.sidebarMenu#tagsMenu > li {
    float: left;
    width: auto;
}
.sidebarMenu#tagsMenu > li > a {
    padding-right: 0;
}
.sidebarMenu#tagsMenu > li > a::after{
    content: ', ';
}
.sidebarMenu#tagsMenu > li:last-child > a::after{
    content: '';
}
a.btn_show_tags {
	float: right;
	padding: 10px 20px;
	color: black !important;
}
a.btn_show_tags .show_text {
	display: none;	
}

.hiddenTag {
	display: none;
}
.hiddenTag.show {
	display: block;
}

#relatedMenu h2 {
    width: 100%;
    float: left;
    margin: 0 !important;
    padding: 0 5px;
    font-size: 1.25em !important;
    background: transparent;    
}
#relatedMenu li {
    width: 100%;
}
#relatedMenu li a {
    float: left;
    font-weight: 500;
    padding: 0 5px 10px 5px !important;
    color: #014898;
}

.text-list {
	list-style: disc;
	margin-left: 10px;
	padding-left: 10px;
}
.text-list li {
	margin-bottom: 5px;
}

/*!  */
/*! --- LISTADO --- */
.list {
	padding-right: 50px;
}
.list .row {
	margin-bottom: 10px;
}
.list .row.year{
	margin-top: 15px;
	font-weight: 500;
	font-size: 1.15em;
}
.list .title a{
	font-size: 1.15em;
	line-height: 1.15em;
	font-weight:500;
	color:#014898;
}
.list .title a:hover{
	color:#000;
}
/*! */
/*! --- RESULTADOS BÚSQUEDAS --- */

.resultsList {
	width: 100%;
	border-collapse: collapse;
}
.resultsList th{
	text-align: left;
	font-weight: bold;
	color: #014898;
}
.resultsList thead tr {
	border-bottom: solid 1px #777;	
}
.resultsList tbody tr {
	border-bottom: solid 1px #ccc;
}
.resultsList td{
	padding: 5px;
}


/*! -- TAGS --*/
.tag {
	display: inline-block;
}
.tag::after {
	content:', ';
}
.tag:last-child::after {
	content:'';
}

/*! -- CAJAS DE INFO --*/
#info_Wrapper {
	border-top: solid 2px #092847;
}
.info-box {
	position: relative;
	padding: 40px;	
}

.info-box .icon {
	position: absolute;
	left: 0px;
	top: 40px;
}
.info-box .icon i.fa {
	font-size: 1.45em;
}

div.info div.row{
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom:solid 1px #eee;
}

/*! --- FOOTER --- */
#footerLogosWrapper {
/* 	margin: 30px 0px; */
	margin-bottom: 0;
	padding:  15px 0;
	background: #b8d3ec;
	text-align: center;
}
#footerLogos a {
	text-align: center;
}
#footerLogos a img {
	margin: 2.5%;
	width: 95%;
/* 	max-height: 120px; */
}

/*! 	--- INFO --- */
#footerInfoWrapper {
	padding: 30px 0;
	padding-bottom: 0;
	background: #fff;
}
#footerInfo div {
	padding-left: 50px;
	padding-bottom: 40px;
}

#footerInfo h3 {
	font-size: 1.15em;
	font-weight: 500;
	color:#014898;	
}
#footerInfo ul {
	margin-top: 15px;
}
#footerInfo ul > li > a{
	float: left;
	clear: left;
	padding: 5px 0;
	color: #000;
	font-weight: 500;
	font-size: 1.15em;
}

#footerWrapper {
	padding: 30px 0;
	background: #092847;
	color: #fff;
	text-align: center;
}

#footer {
	font-weight: 300;
}

#footer a#firma,
#footer a#firma img{
	vertical-align: middle;	
}
#footer a#firma img{
	max-height: 30px;
}

.topOption {
	display: none;
}

/*!  */
/*! --- PAGINACIÓN --- */
.pagination_Wrapper{
	float: left;
	width: 100%;
	margin: 5px 0;
}
.count {
	float: left;
	font-size: 1.5em;
}
.pagination{
/*float: right;*/
	position:relative;
	float:none;
	width:240px;
	margin: 0 auto;
}
a.btn_arrow {
/* 	float: left; */
	font-size: 1.25em;
}
.page {
/* 	float: left; */
	font-size: 1.25em;
}


/*!  */
/*! --- TEXTOS --- */
.text *{
/* 	font-family: 'Dosis' !important; */
/* 	color: #000 !important; */
}
.text p {
	margin: 5px 0;
	font-size: inherit !important;
}

.text ul {
	list-style: disc;
	padding-left: 20px;
	font-size: inherit !important;
}
.text em {
	font-style: italic;
	font-weight: 500;
}

.text ul li,
.text ul *{
	padding: 0;
	font-size: inherit !important;	
}


@media screen and (max-width: 1200px) {
	select.menu.languageMenu {
		display: block;
	}
	ul.menu.languageMenu > li > a{
		display: none;
		font-size: 1em;
		font-weight: 400;
	}
	
	.topOption {
		display: block;
	}
	
	a#btn_menu_alt {
		display: block;
	}

	.topMenu {
		display: none;
	}
	
	ul.menu.mainMenu {
		position: absolute;
		z-index: 2000;
		right: -250px;
		top: 35px;
		width: 250px;
		-webkit-transition: right .35s ease-in-out 0s, opacity .35s ease-in-out 0s;
		-moz-transition: right .35s ease-in-out 0s, opacity .35s ease-in-out 0s;
		transition: right .35s ease-in-out 0s, opacity .35s ease-in-out 0s;		
	
		opacity: 0;
	}
	
	ul.menu.mainMenu.active {		
		right: 0;
		top: 35px;
		opacity: 1;
	}
	
	.mainMenu > li {
		float: left;
		clear: left;
		width: 100%;
		background: #000;
	}
	
	ul.menu.mainMenu > li > a {
		padding: 0;
		margin: 0;
		height: auto;
		width: 100%;
		padding: 8px 16px;
		box-sizing: border-box;
		font-size: 1.25em;
	}
	ul.menu.mainMenu > li > ul {
		display: block;
		position: relative;
		float: left;
		clear: left;
		top: auto;
		left: auto;
		margin: 0;
		padding: 0;
		width: 100%;
		border: none;
		list-style: none;
	}
	
	ul.menu.mainMenu > li.topOption {
		background: #333;
	}
	
	ul.menu.mainMenu > li > ul > li{
		float: left;
		clear: left;
		width: 100%;
	}
	ul.menu.mainMenu > li > ul > li > a {
		width: 100%;
		padding: 5px 10px;
		font-size: 1.25em;
		font-weight: 300;
		padding-left: 30px;
		color: #b8d3ec;
		box-sizing: border-box;
	}
	
	ul.menu.mainMenu > li > ul > li > a > strong {
		display: none;
	}
	
	.sidebarMenu > li > a {
		font-size: 1.25em;
		padding: 5px 15px;
	}
}

@media screen and (max-width: 640px) {
#footerInfo div {
	padding-left: 0;
}
	#footerInfo h3,
	#footerInfo ul,
	#footerInfo li,
	#footerInfo li a {
		width: 100%;
		text-align: center !important;
	}
}

@media screen and (max-width: 428px) {
	ul.menu.mainMenu {
		width: 100%;
	}
}
