@charset "UTF-8";

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
	font-family: sans-serif;
	/* 1 */
	-ms-text-size-adjust: 100%;
	/* 2 */
	-webkit-text-size-adjust: 100%;
}

/**
 * Remove default margin.
 */
body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
	display: inline-block;
	/* 1 */
	vertical-align: baseline;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: 0.5em;
}

sub {
	bottom: 0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	/* 1 */
	font: inherit;
	/* 2 */
	margin: 0;
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	/* 2 */
	cursor: pointer;
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/* 1 */
	padding: 0;
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	/* 2 */
	-webkit-box-sizing: content-box;
	/* 2 */
	-moz-box-sizing: content-box;
	/* 2 */
	box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
	border: 0;
	/* 1 */
	padding: 0;
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

@font-face {
	font-family: 'Droid Sans';
	font-style: normal;
	font-weight: 400;
	src: local('Droid Sans'), local('DroidSans'), url('droidsans.ttf') format('truetype');
}

@font-face {
	font-family: 'Droid Sans';
	font-style: normal;
	font-weight: 700;
	src: local('Droid Sans Bold'), local('DroidSans-Bold'), url('droidsans_bold.ttf') format('truetype');
}

@font-face {
	font-family: 'Trajan Pro';
	src: url('trajan_pro.eot');
	src: url('trajan_pro.eot?#iefix') format('embedded-opentype'), url('trajan_pro.svg#Trajan Pro') format('svg'), url('trajan_pro.woff') format('woff'), url('trajan_pro.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/* Estilos */
h2 {
	cursor: default;
}

li {
	list-style: none;
}

html {
	min-height: 100%;
	height: 100%;
}

body {
	font-size: 14px;
	height: 100%;
	font-size: 14px;
	line-height: 1.6;
	color: #333;
	font-family: 'Droid Sans', Arial, sans-serif;
}

html,
body {
	background: #fff;
}

a {
	color: #327378;
	text-decoration: underline;
}

a:hover {
	color: #013d42;
	text-decoration: none;
}

/* Título */
#separador-container {
	background: url(../../imaxes/bg-header.png) repeat center center;
	height: 67px;
	margin-bottom: 40px;
}

#separador #titulo {
	cursor: default;
	padding: 15px 0px;
	font-size: 24px;
	color: #fff;
	font-family: 'Trajan Pro', Georgia, TimesNewRoman, serif;
}

/* Fin título */
/* Corpo e anchos */
#contedor {}

#corpo,
#cabeceira,
#separador,
#footer {
	width: 1080px;
	margin: auto;
}

/* Fin Anchos */
/* Actualidade */
.actualidade-container {
	width: 264px;
	float: right;
}
	.actualidade-container .actualidade {
		display: inline-block;
		word-wrap: break-word;
		width: 264px;
		background: #fff;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		font-size: 14px;
		background: #f0f3f3 url(../../imaxes/bg-sidebar-header.png) no-repeat;
		margin-bottom: 20px;
	}
		.actualidade-container .actualidade h2 {
			margin-top: 10px;
			margin-left: 20px;
			font-family: 'Trajan Pro', Georgia, TimesNewRoman, serif;
			color: #fff;
			font-size: 14px;
			font-weight: normal;
		}
		.actualidade-container .actualidade ul {
			margin: 20px;
			font-size: 11px;
			padding: 0px;
		}
			.actualidade-container .actualidade ul li.novidade {
				list-style: none;
				margin-bottom: 14px;
			}
				.actualidade-container .actualidade ul li.novidade a {
					font-size: 12px;
					text-transform: uppercase;
					font-weight: 700;
					text-decoration: none;
				}
				.actualidade-container .actualidade ul li.novidade a:hover {
					color: #013d42;
				}
				.actualidade-container .actualidade ul li.novidade div.data {
					color: #a5a4a4;
					font-size: 12px;
				}

/* Fin Actualidade */
/* Cabeceira */
#cabeceira {
	height: 120px;
	padding: 10px 0px 20px 0px;
	position: relative;
}
	#cabeceira ul#menuPrincipal {
		position: absolute;
		right: 0px;
		top: 90px;
	}
		#cabeceira ul#menuPrincipal li {
			display: inline;
		}
			#cabeceira ul#menuPrincipal li a {
				color: #127078;
				text-transform: uppercase;
				text-decoration: none;
				font-family: 'Droid Sans', sans-serif;
				font-size: 14px;
				margin: 0px 4px;
			}
			#cabeceira ul#menuPrincipal li a:hover {
				color: #013d42;
			}
		#cabeceira ul#menuPrincipal li:last-child a {
			margin-right: 0px;
		}
		#cabeceira ul#menuPrincipal li.activa a {
			color: #013d42;
			font-weight: bold;
		}
		#cabeceira ul#menuPrincipal li:after {
			color: grey;
			opacity: 0.5;
			content: "|";
		}
		#cabeceira ul#menuPrincipal li:last-child:after {
			content: "";
		}

/* Fin Cabeceira */
/* Footer */
#footer-container {
	clear: both;
	border-top: 4px solid #d8d8d8;
	border-top-style: double;
}

#footer {
	height: 70px;
	padding: 10px;
	bottom: 0;
}

#footer .logo {
	margin-left: 20px;
	margin-top: 2px;
	float: left;
}

#footer .patrocinador {
	width: auto;
	margin-left: 0px;
	margin-top: 0px;
	float: left;
    text-align: center;
}

#footer .patrocinador .logoMineco{
	display:inline-block;
}

#footer .patrocinador .logoMecu{
	display:inline-block; 
	margin-left: 10px;
}


	#footer .patrocinador .referencia {
		font-size: 10px;
	}

#footer .copyright {
	float: right;
	margin-right: 10px;
	margin-top: 10px;
}

#footer .copyright ul.enlaces {
	float: right;
	margin: 0;
}

#footer .copyright ul.enlaces li {
	display: inline;
	margin-left: 20px;
}

/* Fin Footer */
/* Contido */
#contido {
	padding-bottom: 40px;
	min-height: 375px;
}

#contido h1#titulo {
	color: #144043;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;
}

/*Fin Contido */
/* Submenú */
#contido .submenu,
#menuActualidad {
	display: inline-block;
	border-bottom: 3px solid #014b51;
	width: 100%;
}
	#contido .submenu a,
	#contido .submenu span,
	#menuActualidad a,
	#menuActualidad span {
		display: inline-block;
		color: #144043;
		text-decoration: none;
		color: #013d42;
		cursor: pointer;
		background: #73babf;
		background-image: -webkit-linear-gradient(top, #87c7cb, #73babf);
		background-image: -moz-linear-gradient(top, #87c7cb, #73babf);
		background-image: -o-linear-gradient(top, #87c7cb, #73babf);
		background-image: linear-gradient(to bottom, #87c7cb, #73babf);
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		border-bottom-right-radius: 0px;
		border-bottom-left-radius: 0px;
		font-family: 'Droid Sans', Arial, sans-serif;
		font-size: 14px;
		text-decoration: none;
		padding: 4px 12px 4px 12px;
		margin-right: 6px;
	}
	#contido .submenu span.activo,
	#menuActualidad span.activo {
		color: white;
		cursor: default;
		background: #01585f;
		background-image: -webkit-linear-gradient(top, #01585f, #014b51);
		background-image: -moz-linear-gradient(top, #01585f, #014b51);
		background-image: -o-linear-gradient(top, #01585f, #014b51);
		background-image: linear-gradient(to bottom, #01585f, #014b51);
	}
		#contido .submenu span.activo a,
		#menuActualidad span.activo a {
			font-weight: bold;
			padding: 0px;
			color: white;
			cursor: default;
			background: #01585f;
			background-image: -webkit-linear-gradient(top, #01585f, #014b51);
			background-image: -moz-linear-gradient(top, #01585f, #014b51);
			background-image: -o-linear-gradient(top, #01585f, #014b51);
			background-image: linear-gradient(to bottom, #01585f, #014b51);
		}

/*Fin submenú*/
#contedor {
	margin: auto;
	min-height: 100%;
	position: relative;
}

#buscador {
	display: none;
	position: absolute;
	padding-left: 10px;
	height: 36px;
	top: 20px;
	right: 40px;
}

#buscador .caixa {
	float: left;
	background: white url(../../imaxes/lupa.png) no-repeat scroll 3px 0;
	border: 1px solid #aaa;
	width: 230px;
	height: 25px;
	overflow: hidden;
}

#buscador .caixa input {
	border: none;
	outline: none;
	padding: 5px 3px;
	font-size: 13px;
	width: 196px;
	margin-left: 28px;
}

#buscador .avanzada {
	margin-left: 5px;
	text-align: center;
	float: left;
}

h2.subtitulo {
	color: #144043;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

/* Contido HTML */
.contido-html {
	background-color: white;
	font-size: 14px;
	overflow: hidden;
}
	#colorbox .contido-html {
		padding: 30px 20px 0px 20px;
	}

.contido-html,
.avisoContido {
	line-height: 1.6;
}

.cke_panel_container body {
	background: white !important;
}

#ckeditor.contido-html {
	background: white;
	font-family: 'Droid Sans', sans-serif;
	overflow: auto;
	padding: 15px 20px;
	margin-top: 0;
	height: auto;
}

#ckeditor.contido-html p:last-child {
	margin-bottom: 0;
}

.contido-html strong {
	font-weight: bold;
}

.contido-html em {
	font-style: italic;
}

.contido-html ul.lista2 {
	overflow: hidden;
}

.contido-html ul.lista2 li {
	margin-top: 0;
	width: 480px;
	float: left;
	text-align: left;
}

.contido-html p {
	margin: 15px 0;
	text-align: justify;
}

.contido-html > p {
	margin-top: 0;
}

.contido-html p.pePaxina {
	font-size: 12px;
}

.contido-html ul.grupos {
	float: right;
}

.contido-html ul.grupos li {
	list-style: none;
	border: 1px solid grey;
	width: 300px;
	height: 77px;
	margin: 10px 0;
	-moz-box-shadow: 2px 2px 5px silver;
	-webkit-box-shadow: 2px 2px 5px silver;
	-webkit-box-shadow: 2px 2px 5px silver;
	-moz-box-shadow: 2px 2px 5px silver;
	box-shadow: 2px 2px 5px silver;
}

.contido-html ul.grupos li:first-child {
	margin: 0;
}

.contido-html ul,
.contido-html ol {
	margin-bottom: 20px;
}

.contido-html ul > li,
.contido-html ol > li {
	margin: 7px 0 7px 30px;
}

.contido-html ul > li {
	list-style-type: disc;
}

.contido-html ol > li {
	list-style-type: decimal;
}

.contido-html ol.letras > li {
	list-style-type: lower-alpha;
}

.contido-html ul li p,
.contido-html ol li p {
	text-align: left;
}

.contido-html ul > li:first-child,
.contido-html ol > li:first-child {
	margin-top: 0;
}

.contido-html ul > li > ul,
.contido-html ol > li > ul {
	margin: 5px 0 0 35px;
}

.contido-html ul > li > ul > li,
.contido-html ol > li > ul > li {
	list-style-type: square;
	margin: 0 0 2px 0;
}

.contido-html p.centrado,
.contido-html div.centrado {
	text-align: center;
}

.contido-html .columnas {
	overflow: hidden;
}

.contido-html .columnas .columna {
	width: 50%;
	float: left;
}

.contido-html img.marco {
	border: 1px solid grey;
	-moz-box-shadow: 3px 3px 5px grey;
	-webkit-box-shadow: 2px 2px 5px grey;
	-moz-box-shadow: 2px 2px 5px grey;
	box-shadow: 2px 2px 5px grey;
}

.contido-html ul.bibliotecas {
	width: 100%;
	overflow: hidden;
}

.contido-html ul.bibliotecas li.biblioteca {
	font-size: 0;
	list-style-type: none;
	overflow: hidden;
	padding-bottom: 5px;
	margin: 0;
	width: 48%;
	float: left;
	margin-top: 20px;
	padding-right: 2%;
}

.contido-html ul.bibliotecas li.biblioteca img {
	float: left;
	border: 1px solid grey;
	-moz-box-shadow: 2px 2px 5px silver;
	-webkit-box-shadow: 2px 2px 5px silver;
	-moz-box-shadow: 2px 2px 5px silver;
	box-shadow: 2px 2px 5px silver;
	margin-right: 10px;
}

.contido-html ul.bibliotecas li.biblioteca .datos {
	font-size: 15px;
	line-height: normal;
}

.contido-html ul.bibliotecas li.biblioteca .datos .titulo {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 3px;
}

.contido-html ul.bibliotecas li.biblioteca .datos a {
	font-size: 13px;
}

.contido-html ul.bibliotecas li.biblioteca .datos .descricion {
	margin-top: 3px;
}

.contido-html a {
	font-weight: 700;
}

.contido-html .flex {
	display: flex;
	padding-bottom: 30px;
}
	.contido-html .flex div {
		margin-right: 40px;
	}
	
	.twitter-div {
		margin-right: 0 !important;
		display: none;
	}
	
	#twitter-widget-0 {
		min-width: 270px !important;
	}
	
.contido-html .contedorGrupos {
	background: #f0f3f3;
	padding: 10px;
	width: 100%;
}
	.contido-html .contedorGrupos .titulo-logos {
		padding: 5px 10px;
	}
		.contido-html .contedorGrupos .titulo-logos span {
			font-family: 'Droid Sans', Arial, sans-serif;
			text-transform: uppercase;
			font-size: 17px;
			font-weight: bold;
		}
	.contido-html .contedorGrupos .logos-contenedor {
		display: flex;
	}
		.contido-html .contedorGrupos .logos-contenedor .logo-contenedor {
			padding: 5px;
		}
			.contido-html .contedorGrupos .logos-contenedor .logo-contenedor .logo {
				display: inline-block;
				width: 244px;
				height: 63px;
			}
			.contido-html .contedorGrupos .logos-contenedor .logo-contenedor .logo-bidiso {
				background: url('../../imaxes/grupos/bidiso.png');
			}
			.contido-html .contedorGrupos .logos-contenedor .logo-contenedor .logo-bidiso:hover {
				background: url('../../imaxes/grupos/bidiso-on.png');
			}
			.contido-html .contedorGrupos .logos-contenedor .logo-contenedor .logo-saavedra {
				background: url('../../imaxes/grupos/saavedra.png');
			}
			.contido-html .contedorGrupos .logos-contenedor .logo-contenedor .logo-saavedra:hover {
				background: url('../../imaxes/grupos/saavedra-on.png');
			}
			.contido-html .contedorGrupos .logos-contenedor .logo-contenedor .logo-bieses {
				background: url('../../imaxes/grupos/bieses.png');
			}
			.contido-html .contedorGrupos .logos-contenedor .logo-contenedor .logo-bieses:hover {
				background: url('../../imaxes/grupos/bieses-on.png');
			}
			.contido-html .contedorGrupos .logos-contenedor .logo-contenedor .logo-clarisel {
				background: url('../../imaxes/grupos/clarisel.png');
			}
			.contido-html .contedorGrupos .logos-contenedor .logo-contenedor .logo-clarisel:hover {
				background: url('../../imaxes/grupos/clarisel-on.png');
			}
			.contido-html .contedorGrupos .logos-contenedor .logo-contenedor .logo-dialogyca {
				background: url('../../imaxes/grupos/dialogyca.png');
			}
			.contido-html .contedorGrupos .logos-contenedor .logo-contenedor .logo-dialogyca:hover {
				background: url('../../imaxes/grupos/dialogyca-on.png');
			}
			.contido-html .contedorGrupos .logos-contenedor .logo-contenedor .logo-phebo {
				background: url('../../imaxes/grupos/phebo.png');
			}
			.contido-html .contedorGrupos .logos-contenedor .logo-contenedor .logo-phebo:hover {
				background: url('../../imaxes/grupos/phebo-on.png');
			}
			.contido-html .contedorGrupos .logos-contenedor .logo-contenedor .logo-parnaseo {
				background: url('../../imaxes/grupos/parnaseo.png');
			}
			.contido-html .contedorGrupos .logos-contenedor .logo-contenedor .logo-parnaseo:hover {
				background: url('../../imaxes/grupos/parnaseo-on.png');
			}
			.contido-html .contedorGrupos .logos-contenedor .logo-contenedor .logo-mambrino {
				background: url('../../imaxes/grupos/mambrino.png');
			}
			.contido-html .contedorGrupos .logos-contenedor .logo-contenedor .logo-mambrino:hover {
				background: url('../../imaxes/grupos/mambrino-on.png');
			}
			.contido-html .contedorGrupos .logos-contenedor .logo-contenedor .logo-beclar {
				background: url('../../imaxes/grupos/beclar.png');
			}
			.contido-html .contedorGrupos .logos-contenedor .logo-contenedor .logo-beclar:hover {
				background: url('../../imaxes/grupos/beclar-on.png');
			}
			.contido-html .contedorGrupos .logos-contenedor .logo-contenedor .logo-biprosa {
				background: url('../../imaxes/grupos/biprosa.png');
			}
			.contido-html .contedorGrupos .logos-contenedor .logo-contenedor .logo-biprosa:hover {
				background: url('../../imaxes/grupos/biprosa-on.png');
			}
			.contido-html .contedorGrupos .logos-contenedor .logo-contenedor .logo-lbd {
				background: url('../../imaxes/grupos/lbd.png');
			}
			.contido-html .contedorGrupos .logos-contenedor .logo-contenedor .logo-lbd:hover {
				background: url('../../imaxes/grupos/lbd-on.png');
			}
			.contido-html .contedorGrupos .logos-contenedor .logo-contenedor .logo-silem {
				background: url('../../imaxes/grupos/silem.png');
			}
			.contido-html .contedorGrupos .logos-contenedor .logo-contenedor .logo-silem:hover {
				background: url('../../imaxes/grupos/silem-on.png');
			}

/* Fin Contido HTML */
/* Mensaxes */
#mensaxes {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	overflow: hidden;
	padding-bottom: 10px;
}

#mensaxes .contedorMensaxes {
	font-family: 'Droid Sans', sans-serif;
	font-size: 16px;
	-moz-box-shadow: 0 3px 5px grey;
	-webkit-box-shadow: 0 3px 5px grey;
	-webkit-box-shadow: 0 3px 5px grey;
	-moz-box-shadow: 0 3px 5px grey;
	box-shadow: 0 3px 5px grey;
}

#mensaxes .contedorMensaxes .aviso {
	color: darkgreen;
	background-color: #D2F1D4;
	border-bottom: 1px solid darkgreen;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	text-align: center;
}

/* Tooltips */
a.tooltip span {
	display: none;
}

div.contidoTooltip {
	display: none;
}

div.tooltipObrigatorio {
	display: none;
}

/* Formularios */
.formulario {
	width: 100%;
	border: 1px solid #cbcdcd;
	background: #f0f3f3;
	color: #013d42;
	font-size: 14px;
	font-family: 'Droid Sans', Arial, sans-serif;
	font-weight: normal;
	-webkit-box-shadow: 3px 3px 5px #BEBEBE;
	-moz-box-shadow: 3px 3px 5px #BEBEBE;
	box-shadow: 3px 3px 5px #BEBEBE;
}

.formulario .entrada .erro {
	color: #6f2231;
	font-size: 12px;
	font-style: italic;
}

.formulario .entrada .etiqueta label {
	font-size: 14px;
}

.formulario .entrada .etiqueta a.marcaObrigatorio {
	background-color: transparent;
	color: #6f2231;
	cursor: default;
	font-weight: bold;
	font-size: 13px;
	padding: 4px 2px;
	text-decoration: none;
	vertical-align: sub;
}

.formulario .entrada .campo input[type=text],
.formulario .entrada .campo textarea,
.formulario .entrada .campo select {
	margin-top: 5px;
	resize: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	/*width: 400px;*/
	font-size: 15px;
	border: 1px solid #cbcdcd;
	background: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #013d42;
	font-size: 14px;
	font-family: 'Droid Sans', Arial, sans-serif;
	font-weight: normal;
	padding: 9px;
}

.formulario .entrada .campo select {
	background-color: white;
}

.formulario .entrada .campo input[type=text],
.formulario .entrada .campo textarea {}

/* Ficha recurso */
.ficha-body {
	background-color: white;
}

.ficha .campo:nth-child(even) {
	background: white;
}

.ficha .campo:nth-child(odd) {
	background: #f6f5f5;
}

div.ficha-container {
	background-color: white;
	font-family: 'Droid Sans', sans-serif;
}

div.ficha {
	margin: 0px;
	margin-top: 8px;
	width: 100%;
	display: table;
}
	div.ficha div.campo {
		width: 100%;
		display: table-row;
	}
	div.ficha .dt {
		vertical-align: middle;
		width: 15%;
		padding-left: 20px;
		padding-right: 20px;
		margin-left: 0px;
		font-weight: bold;
		display: table-cell;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	div.ficha .dd {
		width: 80%;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-right: 20px;
		margin-left: 0px;
		display: table-cell;
		word-break: break-word;
	}
		div.ficha .dd p {
			margin-top: 2px;
			margin-bottom: 2px;
		}

div.enlace {
	margin-left: 20px;
}

dl.ficha a {
	color: #144043;
}

/* Formulario de contacto */
#mensaxeForm {
	width: 100%;
	min-height: 324px;
	display: table;
}
	#mensaxeForm .columna {
		padding: 30px;
		display: table-cell;
		vertical-align: top;
	}
	#mensaxeForm .columna-40 {
		width: 40%;
	}
	#mensaxeForm .columna-30 {
		width: 30%;
	}
	#mensaxeForm .columna-60 {
		width: 60%;
	}
	#mensaxeForm .columna-70 {
		width: 70%;
	}
	#mensaxeForm .fila {
		display: block;
	}
	#mensaxeForm .entrada {
		margin-bottom: 20px;
	}
	#mensaxeForm input[type=submit] {
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		font-family: 'Droid Sans', Arial, sans-serif;
		text-transform: uppercase;
		font-size: 15px;
		padding: 10px 20px 10px 20px;
		text-decoration: none;
		border: 0px;
		background: #01585f;
		background-image: -webkit-linear-gradient(top, #01585f, #013a3e);
		background-image: -moz-linear-gradient(top, #01585f, #013a3e);
		background-image: -o-linear-gradient(top, #01585f, #013a3e);
		background-image: linear-gradient(to bottom, #01585f, #013a3e);
		color: white;
	}
	#mensaxeForm input[type=submit]:hover {
		background: #01484e;
	}
	#mensaxeForm input[type=submit] {
		margin-left: 30px;
		margin-right: 15px;
	}
	#mensaxeForm input[type=checkbox] {
		 margin-right: 10px;
	}
	#mensaxeForm .erro-politica {
		margin-bottom: 20px;
	}
	#mensaxeForm .submit-controls {
		margin-bottom: 20px;
	}
	#mensaxeForm input.campoTexto {
		width: 400px;
	}
	#mensaxeForm textarea.campoTexto {
		width: 550px;
		height: 126px;
	}
	#mensaxeForm .controis {
		float: right;
	}
	#mensaxeForm .erro-politica {
		color: #6f2231;
		font-size: 12px;
		font-style: italic;
		margin-left: 135px;
	}

.submit-controls

/* Formulario busca avanzada */
.informacionResultados {
	overflow: hidden;
}

.informacionResultados strong {
	font-weight: bold;
}

.informacionResultados .conta {
	float: left;
	line-height: 20px;
}

.informacionResultados .paxinacion {
	float: left;
	margin-left: 10px;
}

.paxinacion .desactivado {
	opacity: 0.2;
}

.paxinacion .anterior {
	display: inline-block;
	margin-right: 5px;
	vertical-align: text-bottom;
}

.paxinacion .seguinte {
	display: inline-block;
	margin-left: 5px;
	vertical-align: text-bottom;
}

.paxinacion select {
	background-color: white;
	border: 1px solid #444;
}

/* Paxina de novas */
.avisoContido {
	margin-top: 15px;
}

.novidades {
	margin-top: 15px;
	padding: 3px;
	overflow: hidden;
}

.novidades .novidade {
	float: left;
	width: 460px;
	height: 150px;
	padding: 0 20px 10px 0;
	margin-right: 15px;
	margin-bottom: 30px;
}

.novidades .novidade .imaxe {
	border-right: 1px solid grey;
	padding-right: 10px;
	float: left;
	width: 70px;
	height: 120px;
	font-size: 0;
	margin-top: 5px;
	margin-right: 10px;
}

.novidades .novidade .imaxe img {
	max-width: 70px;
	max-height: 100px;
}

.novidades .novidade .resumo {
	margin-top: 5px;
	font-size: 13px;
}

.novidades .novidade .data {
	font-size: 11px;
	margin-bottom: 4px;
}

.novidades .novidade .resumo a {
	color: #144043;
}

.novidades .ultima {
	margin-right: 0;
}

.novidades .novidade h2.titulo a {
	font-size: 14px;
	color: #144043;
	font-weight: bold;
	text-decoration: none;
}

#submenu_novidades #menuTipoNoticias {
	margin-top: 10px;
	font-size: 13px;
}

#submenu_novidades #menuTipoNoticias span {
	color: #144043;
}

#submenu_novidades #menuTipoNoticias span.etiqueta {
	margin-right: 5px;
}

#submenu_novidades #menuTipoNoticias span.activo {
	font-weight: bold;
}

#submenu_novidades #menuTipoNoticias a {
	color: #144043;
	text-decoration: none;
}

.textoNovidade h2.titulo {
	color: #144043;
	font-size: 18px;
	font-weight: bold;
	margin: 30px 0 10px 0;
}

.textoNovidade .entrada {
	overflow: hidden;
}

.textoNovidade .entrada .imaxe {
	float: left;
	font-size: 0;
	margin-bottom: 10px;
	margin-right: 10px;
}

.textoNovidade .entrada .data {
	font-size: 11px;
	margin-bottom: 3px;
}

.textoNovidade .entrada .resumo {
	line-height: 1.6;
	font-size: 13px;
}

.textoNovidade .entrada .resumo p {
	margin-top: 2px;
}

.textoNovidade .sep {
	border: none;
	height: 1px;
	background: silver;
	margin-bottom: 15px;
}

.textoNovidade .contido-html,
.textoNovidade .contido-html p {
	margin-top: 0;
}

/*Lista enlaces*/
.listaEnlaces ul {
	margin-top: 10px;
	padding: 0px;
}
	.listaEnlaces ul li {
		overflow: hidden;
		padding: 10px;
		margin: 0px;
		line-height: 1.4;
	}
		.listaEnlaces ul li p {
			margin: 0px;
		}
	.listaEnlaces ul li:nth-child(even) {
		background: white;
	}
	.listaEnlaces ul li:nth-child(even) {
		background: #f6f5f5;
	}

.listaEnlaces ul li:last-child {
	margin-bottom: 0;
}

.listaEnlaces ul li .imaxe {
	float: left;
	width: 100px;
	margin-right: 5px;
	font-size: 0;
}

.listaEnlaces ul li .imaxe img {
	max-width: 90px;
	max-height: 60px;
}

.listaEnlaces ul li .datos {
	float: left;
	max-width: 900px;
}

.listaEnlaces ul li .datos .titulo a {
	color: #144043;
	font-weight: bold;
	text-decoration: none;
}

.listaEnlaces ul li .datos .descricion {
	margin-top: 2px;
}

/*Fin Lista enlaces*/
.paxinacion-container {
	float: right;
}

/* Minibuscador del menú */
.minibuscador {
	position: relative;
	bottom: 90px;
	right: -853px;
	width: 224px;
	border: 0px solid #cbcdcd;
	padding: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 2px 2px #ddd;
	-moz-box-shadow: inset 0 0 2px 2px #ddd;
	box-shadow: inset 0 0 2px 2px #ddd;
	background: #fff;
}
	.minibuscador #input_buscar {
		border: 0px;
		padding: 3px 10px;
		width: 174px;
		height: 24px;
		display: inline-block;
		vertical-align: bottom;
	}
	.minibuscador #btn_buscar_container {
		background: url(../../imaxes/lupa_blanca.png) no-repeat center center;
		cursor: pointer;
		display: inline-block;
		height: 30px;
		width: 30px;
		background: -webkit-linear-gradient(top, #01585f, #014b51);
		background: -moz-linear-gradient(top, #01585f, #014b51);
		background: -o-linear-gradient(top, #01585f, #014b51);
		background: linear-gradient(to bottom, #01585f, #014b51);
	}
	.minibuscador #btn_buscar {
		background: url(../../imaxes/lupa_blanca.png) no-repeat center center;
		opacity: 0.7;
		cursor: pointer;
		display: inline-block;
		height: 30px;
		width: 30px;
	}

/* Fin del minibuscador */
table.lista-mensaxes-contacto td {
	word-wrap: break-word;
}

div.resultadosContainer {
	clear: both;
	margin-top: 30px;
}

.button {
	font: bold 11px Arial;
	text-decoration: none;
	background-color: #EEEEEE;
	color: #333333;
	padding: 2px 6px 2px 6px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #CCCCCC;
}

/* Common */
div.res-container div.indice {
	width: 8px;
}

div.res-container div.ficha {
	padding: 5px;
	width: 20px;
}

div.res-container div.recurso {
	padding: 5px;
	width: 20px;
}

div.res-container div.autor {
	width: 150px;
}

div.res-container div.titulo {
	width: 680px;
	padding-left: 10px;
/* 	padding-right: 10px; */
}

div.res-container div.fecha {
	width: 85px;
}

div.res-container div.biblioteca {
	text-align: center;
	padding-left: 10px;
	width: 120px;
}

/* Headers */
div.res-container {
	display: table;
	width: 100%;
}
	div.res-container div.res-fila:nth-child(even) {
		background: white;
	}
	div.res-container div.res-fila:nth-child(odd) {
		background: #f6f5f5;
	}

	div.res-container div.res-headers {
		background: #013d42;
		color: white;
		display: table-row;
	}
		div.res-container div.res-headers a {
			color: white;
			text-decoration: none;
		}
		div.res-container div.res-headers div.header {
			display: table-cell;
			font-weight: bolder;
			padding: 10px 5px;
		}

/* Data */
div.res-container div.res-fila {
	display: table-row;
}

div.res-container div.res-fila div.dato {
	display: table-cell;
	padding-bottom: 10px;
}

div.res-container div.res-fila div.dato a {}

div.res-container div.res-fila div.ficha a {
	content: "";
	display: inline-block;
	width: 26px;
	height: 26px;
	vertical-align: middle;
	opacity: 0.9;
	margin-left: 3px;
	background: transparent url(../../imaxes/ficha.png) no-repeat scroll 0 1px;
}

div.res-container div.res-fila div.recurso a {
	content: "";
	display: inline-block;
	width: 26px;
	height: 26px;
	vertical-align: middle;
	opacity: 0.9;
	margin-left: 3px;
	background: transparent url(../../imaxes/recurso.png) no-repeat scroll 0 1px;
}

div.busca-providers-container div.buscarBtns {
	margin-top: 5px;
	margin-bottom: 5px;
	vertical-align: middle;
	margin-left: 10px;
	margin-right: 10px;
	display: inline-block;
}
	div.busca-providers-container div.buscarBtns button {
		margin-right: 5px;
		background: #d2d3d3;
		background-image: -webkit-linear-gradient(top, #d2d3d3, #b8baba);
		background-image: -moz-linear-gradient(top, #d2d3d3, #b8baba);
		background-image: -o-linear-gradient(top, #d2d3d3, #b8baba);
		background-image: linear-gradient(to bottom, #d2d3d3, #b8baba);
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		font-family: 'Droid Sans', Arial, sans-serif;
		font-size: 15px;
		color: #6a6a6a;
		padding: 3px 15px;
		text-decoration: none;
	}
	div.busca-providers-container div.buscarBtns button:hover {
		background: #dddddd;
	}

div.busca-providers-container div.providers-texto {
	margin-top: 10px;
	margin-bottom: 10px;
}
	div.busca-providers-container div.providers-texto .etiqueta {
		font-size: 13px;
		font-weight: bold;
	}
	div.busca-providers-container div.providers-texto .texto {
		width: 200px;
		display: inline-block;
	}

div.busca-providers-container div.providers-select {
	display: block;
	padding: 10px;
	padding-top: 0px;
	width: 330px;
}
	div.busca-providers-container div.providers-select .check:first-child {
		margin-bottom: 10px;
	}
	div.busca-providers-container div.providers-select .check {
		height: 22px;
		display: block;
	}
	div.busca-providers-container div.providers-select .check input {
		margin-right: 5px;
	}
	div.busca-providers-container div.providers-select h3 {
		margin-top: 0px;
		margin-bottom: 4px;
	}

.formulario button {
	margin-right: 20px;
}

/* Paxinacion */
div.paxinacion {
	overflow: hidden;
	margin-bottom: 10px;
}

div.paxinacion div.numeroResultados {
	float: left;
}

div.paxinacion div.numerosPaxina {
	float: right;
}

div.paxinacion div.numerosPaxina a {
	color: #144043;
	text-decoration: none;
}

div.paxinacion div.numerosPaxina span.paxinaActual {
	font-weight: bolder;
}

/* Ordenacion */
a.sortUp {
	content: "";
	display: inline-block;
	width: 16px;
	height: 10px;
	vertical-align: middle;
	opacity: 0.9;
	margin-left: 3px;
	background: transparent url(../../imaxes/flecha_arriba.png) no-repeat scroll 0 1px;
}

a.sortUpActive {
	background: transparent url(../../imaxes/flecha_arriba_activa.png) no-repeat scroll 0 1px;
}

a.sortDown {
	content: "";
	display: inline-block;
	width: 16px;
	height: 10px;
	vertical-align: middle;
	opacity: 0.9;
	margin-left: 3px;
	background: transparent url(../../imaxes/flecha_abajo.png) no-repeat scroll 0 1px;
}

a.sortDownActive {
	background: transparent url(../../imaxes/flecha_abajo_activa.png) no-repeat scroll 0 1px;
}

/* Menu tabs */
div.menu-tabs {
	height: 30px;
}
	div.menu-tabs .tab {
		display: inline-block;
	}
		div.menu-tabs .tab .btn {
			color: #013d42;
			cursor: pointer;
			text-transform: uppercase;
			background: #87c7cb;
			background-image: -webkit-linear-gradient(top, #87c7cb, #73babf);
			background-image: -moz-linear-gradient(top, #87c7cb, #73babf);
			background-image: -o-linear-gradient(top, #87c7cb, #73babf);
			background-image: linear-gradient(to bottom, #87c7cb, #73babf);
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px;
			border-bottom-right-radius: 0px;
			border-bottom-left-radius: 0px;
			font-family: 'Droid Sans', Arial, sans-serif;
			font-size: 15px;
			text-decoration: none;
			padding: 10px 20px 9px 20px;
			margin-right: 6px;
		}
		div.menu-tabs .tab .activo {
			color: white;
			cursor: default;
			background: #01585f;
			background-image: -webkit-linear-gradient(top, #01585f, #014b51);
			background-image: -moz-linear-gradient(top, #01585f, #014b51);
			background-image: -o-linear-gradient(top, #01585f, #014b51);
			background-image: linear-gradient(to bottom, #01585f, #014b51);
		}

/* instrucciones */
div.busca-instrucciones {
	border: 1px solid #ddd;
	padding: 10px 20px;
	float: right;
	width: 600px;
	font-size: 11px;
	margin-top: 12px;
	background: #f2f2f2;
}

/* Formulario de busca */
ul#resultadosBusca li {
	list-style-type: disc;
	margin: 5px 0 5px 30px;
}

ul#resultadosBusca li .autor {
	font-weight: bold;
}

ul#resultadosBusca li a,
a.externo,
a.buscaAvanzada {
	color: #144043;
	white-space: normal;
}

ul#resultadosBusca li a {
	margin-right: 5px;
}

a.buscaAvanzada {
	display: inline-block;
	margin: 10px 0;
}

a.externo:after {
	content: "";
	display: inline-block;
	width: 10px;
	height: 11px;
	vertical-align: middle;
	opacity: 0.9;
	margin-left: 3px;
	/*background: transparent url(../../../imaxes/externo.png) no-repeat scroll 0 1px;*/
}

/* form busqueda */
.formulario {
	width: 100%;
	border: 1px solid #cbcdcd;
	border-top: 0px;
	border-left: 0px;
	background: #f0f3f3;
	color: #013d42;
	font-size: 14px;
	font-family: 'Droid Sans', Arial, sans-serif;
	font-weight: normal;
	-webkit-box-shadow: 3px 3px 5px #BEBEBE;
	-moz-box-shadow: 3px 3px 5px #BEBEBE;
	box-shadow: 3px 3px 5px #BEBEBE;
}
	.formulario .campo {
		overflow: hidden;
		margin-top: 5px;
	}
	.formulario .btn {
		background: #d2d3d3;
		background-image: -webkit-linear-gradient(top, #d2d3d3, #b8baba);
		background-image: -moz-linear-gradient(top, #d2d3d3, #b8baba);
		background-image: -o-linear-gradient(top, #d2d3d3, #b8baba);
		background-image: linear-gradient(to bottom, #d2d3d3, #b8baba);
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		font-family: 'Droid Sans', Arial, sans-serif;
		text-transform: uppercase;
		color: #6a6a6a;
		font-size: 15px;
		padding: 10px 20px 10px 20px;
		text-decoration: none;
		border: 0px;
		margin-left: 10px;
	}
	.formulario .btn:hover {
		background: #dddddd;
	}
	.formulario #botonBuscar {
		background: #01585f;
		background-image: -webkit-linear-gradient(top, #01585f, #013a3e);
		background-image: -moz-linear-gradient(top, #01585f, #013a3e);
		background-image: -o-linear-gradient(top, #01585f, #013a3e);
		background-image: linear-gradient(to bottom, #01585f, #013a3e);
		color: white;
	}
	.formulario #botonBuscar:hover {
		background: #01484e;
	}
	.formulario input[type=text] {
		width: 400px;
		font-size: 15px;
		border: 1px solid #cbcdcd;
		background: #fff;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		color: #013d42;
		font-size: 14px;
		font-family: 'Droid Sans', Arial, sans-serif;
		font-weight: normal;
		padding: 9px;
	}
		/* Aproximado... probar */
		.formulario input[type=text] #palabras {
			float: left;
		}
	.formulario .explicacion {
		display: table-cell;
	}
	.formulario .entrada {
		float: left;
	}
	.formulario .explicacion {
		float: right;
		width: 400px;
	}

.busca-simple {
	padding: 20px;
	min-height: 95px;
}
	.busca-simple .entrada .campo {
		padding: 20px 40px;
		width: 550px;
	}
		.busca-simple .entrada .campo input.input {
			margin-top: 0px;
			height: 44px;
		}

.busca-avanzada {
	min-height: 330px;
	padding: 30px 10px 35px 28px;
}
	.busca-avanzada .fieldset-container {
		float: right;
		width: 750px;
	}
	.busca-avanzada select,
	.busca-avanzada input#anho {
		margin-right: 20px;
		width: 165px;
	}
	.busca-avanzada input.campoTexto {
		width: 350px;
		height: 38px;
		margin-right: 20px;
	}
	.busca-avanzada input {
		margin-bottom: 20px;
	}
	.busca-avanzada .botones-buscar {
		float: right;
		margin-top: 10px;
		margin-right: 11px;
	}
	.busca-avanzada span.icono-axuda {
		background: transparent url(../../imaxes/help_icon.png) no-repeat scroll 0;
		font-weight: 700;
		padding-left: 10px;
		padding-right: 10px;
		font-size: 20px;
		cursor: help;
	}

/* Subtítulo y botón ayuda */
div.subtitulo_container {
	width: 100%;
	cursor: pointer;
}
	div.subtitulo_container div.subtitulo_texto {
		width: 75%;
	}
	div.subtitulo_container .boton_ayuda_container {
		float: right;
		background: #369ba0;
		background-image: -webkit-linear-gradient(top, #369ba0, #24676e);
		background-image: -moz-linear-gradient(top, #369ba0, #24676e);
		background-image: -ms-linear-gradient(top, #369ba0, #24676e);
		background-image: -o-linear-gradient(top, #369ba0, #24676e);
		background-image: -webkit-linear-gradient(top, #369ba0, #24676e);
		background-image: -moz-linear-gradient(top, #369ba0, #24676e);
		background-image: -o-linear-gradient(top, #369ba0, #24676e);
		background-image: linear-gradient(to bottom, #369ba0, #24676e);
		-webkit-border-radius: 3;
		-moz-border-radius: 3;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		font-family: 'Droid Sans', Arial, sans-serif;
		text-transform: uppercase;
		color: #fff;
		font-size: 15px;
		padding: 0px 12px 0px 12px;
		text-decoration: none;
		margin-top: -22px;
	}
		div.subtitulo_container .boton_ayuda_container span.texto {
			height: 24px;
			vertical-align: baseline;
			display: inline-block;
		}
		div.subtitulo_container .boton_ayuda_container span.icono {
			font-weight: 700;
			padding-left: 10px;
			font-size: 20px;
		}
	div.subtitulo_container a.boton_ayuda_container:hover {
		background: #2b7d83;
		text-decoration: none;
	}

#fade {
    display: none;
    position:absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #ababab;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .70;
    filter: alpha(opacity=80);
}

#modal {
    display: none;
    position: fixed;
    top: 45%;
    left: 45%;
    width: 64px;
    height: 64px;
    padding:30px 15px 0px;
    border: 3px solid #ababab;
    box-shadow:1px 1px 10px #ababab;
    border-radius:20px;
    background-color: white;
    z-index: 1002;
    text-align:center;
    overflow: auto;
}

.exportarResultados {
	margin-left: 15px;
	padding-top: 1px;
}


/* Estilos para IE 10 en adelante */

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.busca-simple .entrada .campo input.input {
		height: 30px;
		width: 350px;
	}
	
	.busca-avanzada input.campoTexto {
		height: 17px;
		width: 330px;
	}
	
	.busca-avanzada select, .busca-avanzada input#anho {
		width: 156px;
	}
}

/* Aviso Cookies */
.cookie_notice{
	position: fixed;
	bottom: 0;
	padding: 8px 0px;
	background: white;
	width: 100%;
	border-top: 3px solid #127078;
	display: flex;
	justify-content: center;
	z-index: 999;
}
.cookie_notice p{
	max-width: 1100px;
	font-size: 13px;
	line-height: 1.7;
}
.cookie_accept{
	color: white;
	background: #127078;
	padding: 5px 10px;
	margin-left: 15px;
}
.cookie_notice p a:last-child{
	color: #127078;
	margin-left: 15px;
}

@media screen and (max-width: 1080px) {

	#publica #colorbox{
		width: 1080px !important;
		left: 0px !important;
	}	
	#colorbox #cboxWrapper{
		width: 70% !important;
		margin-left: 15%;
	}
	#colorbox #cboxContent{
		width: 100% !important;
		margin-left: 0px;
		margin-right: 0px;
	}	
	#colorbox #cboxLoadedContent{
		width: 100% !important;
		padding:0px !important;
	}
	
	#separador-container {
		width: 1080px;
	}
	
	#contedor {
		margin-left: 13px;
	}
	
	#footer-container {
		width: 1080px;
	}
	
	
}


