<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";


/*------------------------------ FUENTES --------------------------------------*/
@font-face {
 font-family: 'Helvetica Neve Light';
 src: url('../fonts/helvetica_neve_light-webfont.eot');
 src: url('../fonts/helvetica_neve_light-webfontd41d.eot?#iefix') format('embedded-opentype'),  url('../fonts/helvetica_neve_light-webfont.ttf') format('truetype'),  url('../fonts/helvetica_neve_light-webfont.svg#helveticaneuelight') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'Helvetica Neve Thin';
 src: url('../fonts/helvetica_neve_thin-webfont.eot');
 src: url('../fonts/helvetica_neve_thin-webfontd41d.eot?#iefix') format('embedded-opentype'),  url('../fonts/helvetica_neve_thin-webfont.ttf') format('truetype'),  url('../fonts/helvetica_neve_thin-webfont.svg#helveticaneuethin') format('svg');
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'alikeregular';
 src: url('../fonts/alike-regular-webfont.eot');
 src: url('../fonts/alike-regular-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/alike-regular-webfont.woff') format('woff'),  url('../fonts/alike-regular-webfont.ttf') format('truetype'),  url('../fonts/alike-regular-webfont.svg#alikeregular') format('svg');
 font-weight: normal;
 font-style: normal;
}



/*------------------------------ RESET ----------------------------------------*/
html, body, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
ul, ol, dl {
	list-style: none;
}
html{
	font-size: 62.5%;
}
body{
    background:#E1E3DC;
	color: #FFFFFF;
    font-family: 'alikeregular', Arial, Georgia, Serif;
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	padding: 0;
	border: 0;
}
h1 {
	position: absolute;
	left: -9999px;
}
h2 {
	position: absolute;
	left: -9999px;
}
h3 {
	color: #C99B33;
	font-size: 3em;
}
h4 {
	color: #C99B33;
	font-size: 2.5em;
}
h5 {
}
h6 {
}

h1, h2, h3, h4, h5, h6{
    font-family: 'alikeregular', Arial, Georgia, Serif;
	font-weight: normal;
	color: #C99B33;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
}
p {
    font-family: 'alikeregular', Arial, Georgia, Serif;
	font-size: 1.4em;
	font-weight: normal;
	margin-bottom: 1em;
	line-height: 1.4em;
}
p span {
	font-weight: bold;
}
p span.italic {
	font-weight: normal;
	font-style: italic;
}
a {
	font-size: 1.4em;
	color: #C99B33;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
} /* cuando un link es visitado recupera el color original del link */
a:hover, a:focus, a:active {
	text-decoration: underline;
}
.ftl {
	float: left;
}
.ftr {
	float: right;
}
.no_float {
	float: none;
}
.clear_both {
	clear: both;
}
.hide {
	display: none;
}
.underline {
	text-decoration: underline;
}
.no_border {
	border: none;
}
.italic{
	font-style: italic!important;
	font-weight: bold;
}


/*------------------------------ WRAPPER --------------------------------------*/

#wrapper {
	background: none repeat scroll 0 0 #555759;
	margin: 0 auto;
	overflow: hidden;
	padding: 3px;
	position: relative;
	width: 969px;
}
#wrapper_contenido {
	background: none repeat scroll 0 0 #282828;
	clear: both;
	padding: 0;
	position: relative;
	width: 100%;
}

/*------------------------------ CABECERA -------------------------------------*/
#header_t {
    background: #282828;
	margin: 0;
	overflow: hidden;
	position: relative;
	width: 100%;
}

/*** LOGOS ***/
#header_t #branding {
	position: relative;
	float: left;
}
#header_t #branding #logos {
	overflow: hidden;
	padding: 10px;
}
#header_t #branding #logos a {
	display: block;
	float: left;
}

/*** MENU ***/
#nav_main {
	background: none repeat scroll 0 0 #E1E3DC;
	clear: both;
	overflow: hidden;
	position: relative;
	text-align: center;
	width: 100%;
}
#nav_main ul {
	float: right;
	padding: 0;
	position: relative;
}
#nav_main ul li {
	position: relative;
	float: left;
}
#nav_main ul li a, 
#nav_main ul li span {
	color: #575A5D;
	display: block;
	font-size: 1.8em;
	font-weight: normal;
	line-height: 1.55em;
	padding: 0.2em 12px;
	text-decoration: none;
	text-transform: none;
}
#nav_main ul li a:hover {
	background: none repeat scroll 0 0 #CFD3C2;
}
#nav_main ul li.activo a,
#nav_main ul li.activo span {
	background: none repeat scroll 0 0 #FFFFFF;
	color: #000000;
}

/* Model Hack para IE7 */
*+html #nav_main ul li.item_sel span img {
	position: relative;
	left: -173px;
}
	

/*** BANNER ***/
#header_b {
	margin-top: 3px;
	position: relative;
	width: 100%;
}
#header_b img.header_img {
	width: 100%;
}



/*------------------------------ CONTENIDO ------------------------------------*/

#contenido {
	clear: both;
	overflow: hidden;
	padding: 20px;
	position: relative;
}
#contenido_l {
	position: relative;
	float: left;
	width: 580px;
}
#contenido_r {
  background: none repeat scroll 0 0 #5E5E60;
  border-top: 7px solid #E1E3DC;
  float: right;
  position: relative;
  width: 230px;
  padding: 10px;
}
/*------------------------------ PIE DE PÁGINA --------------------------------*/

#footer {
	background: none repeat scroll 0 0 #555759;
	clear: both;
	overflow: hidden;
	padding: 10px 20px;
	position: relative;
}
/*------------------------------ TEMPLATES ------------------------------------*/

.tmpl_acerca_exp #contenido_l {
	float: left;
	width: 580px;
}
.tmpl_acerca_exp #contenido_r {
    margin-top: 40px;
    padding-top: 10px;
    width: 25em;
}
.tmpl_recorrido #contenido_l {
	width: 53.2em;
}
.tmpl_recorrido #contenido_r {
	width: 21.2em;
}
/* Model hack for IE7 */
*+html .tmpl_recorrido #contenido_l {
	height: 38em;
	overflow: hidden;
}
.tmpl_exp_sala #contenido_l {
	width: 100%;
}
.tmpl_exp_sala #contenido_r {
	display: none;
}


/*-----------------------------------------------------------------------------*/
/* *************************************************************************** */
/* Estilos para los módulos										   */
/* *************************************************************************** */

/*------------------------------ MOD-ACCESS -----------------------------------*/

.mod_access {
	position: fixed;
	top: 10px;
	left: 10px;
	background: #333;
	border: 2px solid #666;
	z-index: 10000;
}
.mod_access ul li {
	display: block;
	float: left;
	margin: 4px;
}
.mod_access ul li a {
	font-weight: bold;
	color: #FFF;
}
.mod_access ul li a.activo {
	color: #CF6;
}
.mod_access ul li a.default {
	color: #FF0;
}
/*------------------------------ MOD-LOGOS ------------------------------------*/
.mod_logos{
    float: left;
    overflow: hidden;
    padding: 3px 0;
}
.mod_logos h5 {
	position: absolute;
	top: -0.5em;
	left: 1.4em;
	color: #999;
}
.mod_logos:first-child h5 {
	left: 1.6em;
}
.mod_logos a {
	display: block;
	font-size: 1em;
}
.mod_logos ul li {
	float: left;
	margin-right: 1em;
}
.mod_logos li.logo_mnk img {
	width: 5em;
}
.mod_logos li.logo_mkidn img {
	width: 7em;
	margin-left: 0.3em;
}
.mod_logos li.logo_ic img {
	width: 8em;
}
.mod_logos li.logo_ace img {
	width: 14em;
}
/*------------------------------ MOD-LOGOS ------------------------------------*/

.mod_social {
	position: relative;
	float: left;
	margin-top: 4.1em;
	padding: 1em 0 0 0.5em;
}
.mod_social img.logo_fbs {
	position: relative;
	top: -1.5em;
	float: left;
	width: 7em;
}
.mod_social p {
	position: relative;
	top: -1.5em;
	margin-bottom: 0.4em;
}
.mod_social ul {
	position: relative;
	top: -1.5em;
	float: left;
	width: 6em;
}
.mod_social ul li {
	position: relative;
	top: -1px;
	float: left;
	width: 1.5em;
	height: 1.5em;
	margin: 0 0.5em 0.4em 0;
}
.mod_social ul li img {
	width: 100%;
}
/*------------------------------ MOD-LOCALIZACION -----------------------------*/	

.mod_localizacion {
	position: relative;
	text-align: right;
	float: right;
}
.mod_localizacion h5 {
	display: block;
	font-weight: bold;
	font-size: 1.4em;
	color: #FFFFFF;
}
.mod_localizacion span {
	display: block;
	font-size: 1.4em;
	color: #FFFFFF;
}
/*------------------------------ MOD-EXPOSICION -------------------------------*/

.mod_exposicion {
	position: relative;
	float: left;
	width: 100%;
}
.mod_exposicion h3 {
	display: block;
	font-size: 2em;
	color: #C99B33;
}
.mod_exposicion span {
	display: block;
	margin-top: 0.8em;
}
.mod_exposicion .mod_navegacion_salas ul {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 2em;
}
.mod_exposicion .mod_navegacion_salas ul li {
	float: left;
	padding: 0 0.6em;
	background: url("../img/modulos/mod_exposicion_sep.html") no-repeat left 0.8em;
}
.mod_exposicion .mod_navegacion_salas ul li:first-child {
	padding-left: 0;
	background: none;
}
.mod_exposicion .mod_navegacion_salas ul li a {
	font-size: 1em;
	font-weight: bold;
}
.mod_exposicion .mod_navegacion_salas ul li span {
	margin-top: 0;
	font-size: 1em;
	font-weight: bold;
	color: #999;
}
.mod_exposicion .mod_mapa_salas {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 2em;
}
.mod_exposicion .mod_mapa_salas img {
	width: 100%;
}
.mod_exposicion .mod_mapa_salas ul li a {
	position: absolute;
	background: url("../img/general/empty_bk.png") repeat;
}
.mod_exposicion .mod_mapa_salas ul li#sala_1 a {
	top: 18.1em;
	left: 10em;
	width: 6em;
	height: 6.7em;
}
.mod_exposicion .mod_mapa_salas ul li#sala_2 a {
	top: 9.2em;
	left: 7.3em;
	width: 9em;
	height: 6.2em;
}
/*.mod_exposicion .mod_mapa_salas ul li#sala_9b a { top: 4.8em; left: 7.2em; width: 6.9em; height: 2.8em; }*/
  .mod_exposicion .mod_mapa_salas ul li#sala_3 a {
	top: 9.2em;
	left: 18em;
	width: 2.6em;
	height: 6.3em;
}
.mod_exposicion .mod_mapa_salas ul li#sala_4 a {
	top: 9.2em;
	left: 22.1em;
	width: 3.2em;
	height: 6.2em;
}
.mod_exposicion .mod_mapa_salas ul li#sala_5 a {
	top: 9.3em;
	left: 26.2em;
	width: 2.8em;
	height: 4.8em;
}
.mod_exposicion .mod_mapa_salas ul li#sala_6 a {
	top: 9.2em;
	left: 30.5em;
	width: 6.3em;
	height: 4.2em;
}
.mod_exposicion .mod_mapa_salas ul li#sala_7 a {
	top: 9.5em;
	left: 38em;
	width: 3em;
	height: 4em;
}
.mod_exposicion .mod_mapa_salas ul li#sala_8 a {
	top: 9.1em;
	left: 42.3em;
	width: 6.9em;
	height: 6.4em;
}
.mod_exposicion .mod_mapa_salas ul li#sala_9 a {
	top: 17.9em;
	left: 38.2em;
	width: 6.8em;
	height: 6.4em;
}
.mod_exposicion .mod_mapa_salas ul li#sala_10 a {
	top: 17.9em;
	left: 46.4em;
	width: 10em;
	height: 6.5em;
}
/*------------------------------ MOD-SALA-DESC --------------------------------*/

.mod_sala_desc {
	position: relative;
	float: left;
	width: 75.76em;
	margin-top: 1.5em;
	padding: 2em 0.5em 2em 2em;
	border: 1px solid #e8e8e8;
	background: url("../img/general/content_r_bk.png") repeat-x bottom left; /* css3 */
	border-radius: 4px;
}
.mod_sala_desc .article {
	float: left;
	width: 53.5em;
}
.mod_sala_desc .article h4 {
	margin-top: 0;
}
.mod_sala_desc img {
	float: right;
	width: 20em;
	margin: 2.5em 1em 2.5em 0;
}
/*------------------------------ MOD-OBRAS-DESTACADAS -------------------------*/	

.mod_obras_destacadas {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 2.5em;
	padding-bottom: 1px;
	background: url("../img/modulos/mod_obras_destacadas_bk.png") no-repeat bottom center;
}
.mod_obras_destacadas h4 {
	display: block;
	margin-bottom: 0.5em;
	font-size: 2.0em;
}
.mod_obras_destacadas ul {
	position: relative;
	float: left;
	width: 100%;
}
.mod_obras_destacadas ul li {
	float: left;
	width: 16.67em;
	padding: 0 1.9em 1.5em;
}
.mod_obras_destacadas ul li:first-child {
	padding-left: 0;
	background: none;
}
.mod_obras_destacadas ul li.last_item {
	float: right;
	padding-right: 0;
}
.mod_obras_destacadas ul li img {
	width: 100%;
}
.mod_obras_destacadas ul li span {
	display: block;
	font-size: 0.92em;
}
.mod_obras_destacadas ul li span.titulo {
	margin-top: 1em;
	line-height: 1.25em;
	font-size: 1.17em;
	color: #C99B33;
}
.mod_obras_destacadas ul li span.autor {
	margin-bottom: 1em;
}
.mod_obras_destacadas .wrapper_1 {
	float: left;
	width: 100%;
	background: url("../img/modulos/mod_obras_destacadas_sep.png") repeat-y 18.57em bottom;
}
.mod_obras_destacadas .wrapper_2 {
	float: left;
	width: 100%;
	background: url("../img/modulos/mod_obras_destacadas_sep.png") repeat-y 38.84em bottom;
}
.mod_obras_destacadas .wrapper_3 {
	float: left;
	width: 100%;
	background: url("../img/modulos/mod_obras_destacadas_sep.png") repeat-y 59.51em bottom;
}
/*------------------------------ MOD-ACTIVIDADES ------------------------------*/			

.mod_actividades {
	position: relative;
	float: left;
	width: 100%;
}
.mod_actividades h3 {
	display: block;
	margin-bottom: 0.5em;
	font-size: 2em;
	color: #C99B33;
}
.mod_actividades p.intro_actividades {
	padding-bottom: 1em;
	font-size: 1.17em;
}
.mod_actividades ul {
	position: relative;
	float: left;
	width: 100%;
}
.mod_actividades ul li {
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 1.5em;
	padding-bottom: 1px;
	background: url("../img/modulos/mod_obras_destacadas_bk.png") no-repeat bottom center;
}
.mod_actividades ul li div.fecha {
	position: relative;
	float: left;
	width: 10.83em;
	padding-top: 0.7em;
	text-align: center;
}
.mod_actividades ul li span.fecha, .mod_actividades ul li span.mes {
	display: block;
	font-size: 1.83em;
	color: #555;
}
.mod_actividades ul li span.tipo {
	display: block;
	margin: 3.5em 0 1em 0;
	font-size: 1.17em;
	color: #C99B33;
}
.mod_actividades ul li div.info {
	position: relative;
	float: left;
	width: 47.17em;
	padding: 1em 1em 0;
}
.mod_actividades ul li div.info span {
	display: block;
}
.mod_actividades ul li div.info h4 {
	display: block;
	margin: 0 0 0.2em;
	font-size: 1.83em;
	color: #555;
}
.mod_actividades ul li div.info p {
	margin: 0.8em 0 0.6em;
}
.mod_actividades ul li div.info p.bold {
	margin: 0.4em 0 0;
	font-weight: bold;
}
.mod_actividades ul li div.info p a {
	font-size: 1em;
}
.mod_actividades ul li img {
	float: right;
	width: 16.67em;
	margin: 2px 0 1em;
}
.mod_actividades .wrapper_1 {
	float: left;
	width: 100%;
	background: url("../img/modulos/mod_obras_destacadas_sep.png") repeat-y 10.5em bottom;
}
.mod_actividades .wrapper_2 {
	float: left;
	width: 100%;
	background: url("../img/modulos/mod_obras_destacadas_sep.png") repeat-y 59.7em bottom;
}
/*------------------------------ MOD-CONTEXTO ---------------------------------*/	

.mod_contexto {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 1.5em;
	padding-bottom: 1px;
	background: url("../img/modulos/mod_obras_destacadas_bk.png") no-repeat bottom center;
}
.mod_contexto ul {
	position: relative;
	float: left;
	width: 100%;
}
.mod_contexto ul li {
	float: left;
	width: 16.67em;
	padding: 0 1.9em 1.5em;
	cursor: pointer;
}
.mod_contexto ul li:first-child {
	padding-left: 0;
	background: none;
}
.mod_contexto ul li.last_item {
	float: right;
	padding-right: 0;
}
.mod_contexto ul li h4 {
	margin: 0.5em 0 0.5em;
	font-size: 1.5em;
}
.mod_contexto ul li.activo h4 {
	color: #C99B33;
}
.mod_contexto ul li img {
	width: 100%;
}
.mod_contexto ul li p {
	margin: 0
}
.mod_contexto .wrapper_1 {
	float: left;
	width: 100%;
	background: url("../img/modulos/mod_obras_destacadas_sep.png") repeat-y 18.57em bottom;
}
.mod_contexto .wrapper_2 {
	float: left;
	width: 100%;
	background: url("../img/modulos/mod_obras_destacadas_sep.png") repeat-y 38.84em bottom;
}
.mod_contexto .wrapper_3 {
	float: left;
	width: 100%;
	background: url("../img/modulos/mod_obras_destacadas_sep.png") repeat-y 59.51em bottom;
}
/*------------------------------ MOD-CONTEXTO-DETALLE -------------------------*/	

.mod_contexto_detalle {
	position: relative;
	float: left;
	width: 100%;
}
.mod_contexto_detalle ul {
	position: relative;
	float: left;
	width: 100%;
}
.mod_contexto_detalle ul li {
	display: none;
	float: left;
}
.mod_contexto_detalle ul li.activo {
	display: block;
	float: left;
}
.mod_contexto_detalle ul li h4 {
	display: block;
	margin-top: 1.2em;
	font-size: 2em;
	color: #C99B33;
}
.mod_contexto_detalle ul li h5 {
	display: block;
	margin-top: 1.2em;
	font-size: 2em;
	color: #555;
}
/*------------------------------ MOD-SABER-MAS -------------------------*/	

    .mod_saber {
	position: relative;
	float: left;
	width: 75.76em;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	padding: 2em 0.5em 2em 2em;
	border: 1px solid #e8e8e8;
	background: url("../img/general/content_r_bk.png") repeat-x bottom left; /* css3 */
	border-radius: 4px;
	text-align: center;
}
/*	.mod_saber ul li { display: none; float: left; }*/
		.mod_saber ul li h4 {
	display: block;
	margin-top: 1.2em;
	font-size: 2em;
	color: #C99B33;
}
.mod_saber ul li h5 {
	display: block;
	margin-top: 1.2em;
	font-size: 2em;
	color: #555;
}
.mod_saber_area a {
	position: absolute;
	background: url("../img/general/empty_bk.png") repeat;
}
.mod_saber_area a:hover {
	cursor: pointer;
}
.mod_saber_area li#item_0 a {
	top: 18.1em;
	left: 20em;
	width: 6.8em;
	height: 14.8em;
}
.mod_saber_area li#item_1 a {
	top: 5.2em;
	left: 22em;
	width: 8em;
	height: 9.5em;
}
.mod_saber_area li#item_2 a {
	top: 14.9em;
	left: 27.2em;
	width: 3.3em;
	height: 6em;
}
.mod_saber_area li#item_3 a {
	top: 13em;
	left: 30.8em;
	width: 3.2em;
	height: 6.4em;
}
.mod_saber_area li#item_4 a {
	top: 13.6em;
	left: 34.8em;
	width: 4em;
	height: 13em;
}
.mod_saber_area li#item_5 a {
	top: 7em;
	left: 38em;
	width: 4.3em;
	height: 4.8em;
}
.mod_saber_area li#item_6 a {
	top: 12em;
	left: 39.1em;
	width: 6.8em;
	height: 8.4em;
}
.mod_saber_area li#item_7 a {
	top: 8em;
	left: 46.4em;
	width: 3.7em;
	height: 4.8em;
}
.mod_saber_area li#item_8 a {
	top: 5.8em;
	left: 50.3em;
	width: 2.4em;
	height: 6.4em;
}
.mod_saber_area li#item_9 a {
	top: 5.2em;
	left: 53em;
	width: 3.5em;
	height: 5em;
}
.mod_saber_area li#item_10 a {
	top: 3em;
	left: 57em;
	width: 4.5em;
	height: 29em;
}
.mod_saber_area li#item_11 a {
	top: 3em;
	left: 61.8em;
	width: 3.5em;
	height: 29em;
}
.mod_saber_area li#item_12 a {
	top: 4.4em;
	left: 65.5em;
	width: 4em;
	height: 11em;
}
/*----------------------------- MOD-GALERIA -----------------------------------*/

.mod_galeria {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 1.2em;
}
.mod_galeria_wrapper {
	position: relative;
	float: left;
	width: 100%;
	padding: 0.8em 0 0.9em;
	overflow: hidden;
}
.mod_galeria .mod_slideshow {
  clear: both;
  float: left;
  height: 39.17em;
  margin-top: 3em;
  position: relative;
  width: 100%;
}
.mod_galeria .mod_slideshow .slideshow_item {
	position: absolute;
	display: none;
	width: 100%;
	height: 100%;
}
.mod_galeria .mod_slideshow .slideshow_item:first-child {
	display: block;
}
.mod_galeria .mod_slideshow .slideshow_item img {
	float: left;
	max-width: 400px;
}
.mod_galeria .mod_slideshow .slideshow_item .slideshow_item_info {
	float: right;
	position: relative;
	width: 495px;
}
.mod_galeria .mod_slideshow .slideshow_item .slideshow_item_info h5 {
	font-size: 2.5em;
	line-height: 1em;
	margin-bottom: 10px;
	color: #C99B33;
}
.mod_galeria .mod_slideshow .slideshow_item .slideshow_item_info span {
	display: block;
	font-size: 1.4em;
	margin-top: 1em;
}
.mod_galeria .mod_slideshow .slideshow_item .slideshow_item_info p {
	margin-bottom: 1.4em;
}
.mod_galeria .mod_slideshow .slideshow_item .slideshow_item_info p.first {
	margin-top: 3em;
}
.mod_galeria .mod_slider_galeria {
	position: relative;
	float: left;
	width: 835px;
	padding: 0.4em 4.78em;
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	overflow: hidden;
}
.mod_galeria .mod_slider_galeria .wrapper_slider_galeria {
	position: relative;
	float: left;
	width: 100%;
	height: 17.25em;
	overflow: hidden;
}
.mod_galeria .mod_slider_galeria .slider_nav_left {
	display: block;
	position: absolute;
	left: 0;
	top: 0.4em;
	width: 3.75em;
	font-size: 1em;
	overflow: hidden;
}
.mod_galeria .mod_slider_galeria .slider_nav_left img {
	float: right;
	width: 100%;
	height: 100%;
}
.mod_galeria .mod_slider_galeria .slider_nav_left.activo img {
	float: left;
}
.mod_galeria .mod_slider_galeria .slider_nav_right {
	display: block;
	position: absolute;
	right: 0;
	top: 0.4em;
	width: 3.75em;
	font-size: 1em;
	overflow: hidden;
}
.mod_galeria .mod_slider_galeria .slider_nav_right img {
	float: left;
	width: 3.75em;
}
.mod_galeria .mod_slider_galeria .slider_nav_right.activo img {
	float: right;
}
.mod_galeria .mod_slider_galeria .thumbnails {
	position: relative;
	float: left;
	width: 10000%;
	text-align: center;
}
.mod_galeria .mod_slider_galeria .thumbnails .thumbnail {
	position: relative;
	float: left;
	width: 16.67em;
	height: 17.25em;
	margin-right: 0.68em;
	cursor: pointer;
}
.mod_galeria .mod_slider_galeria .thumbnails .thumbnail img {
	width: 100%;
}
.mod_galeria .mod_slider_galeria .thumbnails .thumbnail img.thumbnail_marco {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.mod_galeria .mod_slider_galeria .thumbnails .thumbnail.activo img.thumbnail_marco {
	display: block;
}
.mod_galeria .mod_slider_galeria .thumbnails .thumbnail h4 {
	width: 100%;
	font-size: 1.3em;
	line-height: 1em;
	margin: 0;
	padding-top: 5px;
	position: relative;
	z-index: 100;
}
.mod_galeria .mod_slider_galeria .thumbnails .thumbnail.activo h4 {
	color: #fff;
}
/*----------------------------- MOD-DESTACADOS-SALAS---------------------------*/

.mod_destacado_salas {
	position: relative;
	float: left;
	width: 100%;
}
.mod_destacado_salas li {
	display: none;
}
.mod_destacado_salas li.activo {
	display: block;
}
.mod_destacado_salas h4 {
	display: block;
	margin: 0 0 0.3em 0;
	font-size: 1.83em;
}
.mod_destacado_salas img {
	float: left;
	width: 100%;
	margin-bottom: 0.5em;
}
.mod_destacado_salas span {
	display: block;
	margin-bottom: 0.3em;
}

	
/*-----------------------------------------------------------------------------*/
/* *************************************************************************** */
/* Estilos para contenido										   */
/* *************************************************************************** */

/*------------------------------ ARTÍCULO -------------------------------------*/

.article {
	text-align:justify
}
.article h3 {
	color: #FFFFFF;
	display: block;
	font-size: 3em;
	font-weight: normal;
	margin: 0;
	width: auto;
}
.article .intro_img {
	position: relative;
	width: 100%;
}
.article .intro_img_2 {
	width: 19.5em;
	margin: 1.5em 0 0.5em 2.5em;
}
.article h4 {
	margin: 20px 0 10px 0;
}
.article p.entradilla {
	margin-bottom: 1.8em;
	font-size: 1.17em;
}
.article span.autor {
	display: block;
	font-weight: bold;
}
.article span.cargo {
	display: block;
	font-style: italic;
}
span.red {
	margin-top: 0.5em;
	color: #C99B33;
}
span.sup {
	position: relative;
	top: -3px;
	font-size: 0.85em;
	font-weight: normal;
}
a.lnk_pdf {
	display: block;
	float: left;
	height: 23px;
	padding-left: 26px;
	line-height: 23px;
	font-weight: normal;
	color: #555;
	background: url("../img/general/ico_pdf.png") no-repeat top left;
}
a.lnk_pdf.t2 {
	line-height: 1.2em;
}
.lnk_360 a {
	display: block;
	float: left;
	height: 23px;
	padding-left: 24px;
	line-height: 23px;
	background: url("../img/general/popup.png") no-repeat center left;
}
p.lnk_360 {
	font-size:1 em;
	font-style: italic;
	margin-top:2em;
}
a.img_360 {
	cursor: pointer;
	text-decoration: none;
}



.mod_info h3 {
	font-size: 1.7em;
	line-height: 1em;
	padding-bottom: 10px;
	text-align: center;
	text-transform: uppercase;
}
.mod_info img {
	width: 100%;
}
.mod_info h4 {
	color: #FFFFFF;
	display: block;
	font-size: 2em;
	margin-top: 0.7em;
}
.mod_info span {
	background: url("../img/general/bullet-square.gif") no-repeat scroll left 9px rgba(0, 0, 0, 0);
	display: block;
	color: #FFFFFF;
	font-size: 1.4em;
	line-height: 1.4em;
	padding-left: 15px;
}
.mod_info span.no-bullet{
	background: none;
	margin-top: 10px;
	padding-left: 0;
}
.mod_info span.no-bullet img{
	float: left;
	margin-right: 10px;
}
.mod_info span a{
	font-size: 1em;
}
.mod_info span a img{
	width: auto;
}
.mod_info h4 span {
	display: inline;
	font-size: 0.75em;
}


/*Videos*/
.videos{
	text-align:center; 
	display: block;
	overflow: hidden;
	width:100%;
}
.videos div{
	display: block;
	margin: 30px auto;
}

/*Lista*/
.lista{
	margin-left: 30px;
}
.lista li{
	background: url("../img/general/bullet-square.gif") no-repeat scroll left 9px rgba(0, 0, 0, 0);
	font-size: 1.4em;
	list-style: none;
	padding-left: 10px;
}


/*Estilos Carrusel*/
.carrusel-home{
    background-color: #5e5e60;
    bottom: 20px;
    position: absolute;
	right: 20px;	
    height: 180px;
	padding:10px;
    width: 425px;
}
.carrusel-home li a.carrusel-imagen{
	display:block;
	float:left;
	max-width:144px;
	height:auto !important;	
}
.carrusel-home li{
	clear: both;
	display:none;
}
.carrusel-home li.active{
	display:block;
}
.carrusel-home li .cajatexto{
	margin-left:15px;
	width:265px;
	float:left;
}
.carrusel-home li .cajatexto h4{
	font-size:1.8em;
	color:#c99b33;
	margin-bottom:10px;
}
.carrusel-home li .cajatexto h4 a{
	font-size:1em;
}
.carrusel-home li .cajatexto span{
	font-size:1.4em;
	display:block;
	font-family:'alikeregular',Arial,Georgia,Serif;
	margin-bottom: 5px;
}


</pre></body></html>