/*
* Skeleton V1.1
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 8/17/2011
*/


/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Tabs
	#Forms
	#Misc */


/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	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,  form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }


/* #Basic Styles
================================================== */
	body { background: #ececec url(../img/bg_top.png) repeat-x; color: #444; font: 13px/21px "Lucida Sans", "Lucida Grande", Helvetica, Arial, sans-serif; -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%; min-height: 480px; }


/* #Typography
================================================== */

@font-face {
	font-family: DINRoundWeb;
	src: url('../fonts/dinround-webfont.eot');
	src: url('../fonts/dinround-webfont.eot?#iefix') format('embedded-opentype'),
	     url('../fonts/dinround.woff') format('woff'),
	     url('../fonts/dinround-webfont.ttf')  format('truetype'),
	     url('../fonts/dinround-webfont.svg#svgFontName') format('svg');
	     font-weight: normal;
	}

@font-face {
	font-family: DINRoundWeb;
	src: url('../fonts/dinroundmedium-webfont.eot');
	src: url('../fonts/dinroundmedium-webfont.eot?#iefix') format('embedded-opentype'),
	     url('../fonts/dinroundmedium.woff') format('woff'),
	     url('../fonts/dinroundmedium-webfont.ttf')  format('truetype'),
	     url('../fonts/dinroundmedium-webfont.svg#svgFontName') format('svg');
	     font-weight: bold;
	}
/*
@font-face{
	font-family: DINRoundWeb;
	src: url(http://circulobellasartes.com/wminerva/fonts/DINRoundWeb.eot);
	src: url(http://circulobellasartes.com/wminerva/fonts/DINRoundWeb.woff) format('woff');
	font-weight: normal;
}
@font-face{
	font-family: DINRoundWeb;
	src: url(http://circulobellasartes.com/wminerva/fonts/DINRoundWeb-Medium.eot);
	src: url(http://circulobellasartes.com/wminerva/fonts/DINRoundWeb-Medium.woff) format('woff');
	font-weight: bold;
}
*/
	h1, h2, h3, h4, h5, h6 { color: #000; font-family: DINRoundWeb, Helvetica, Arial, sans-serif; font-weight: normal; text-transform: uppercase; }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 270%; line-height: 1; margin-bottom: 0.2em; }
	h2 { font-size: 160%; line-height: 1; margin-bottom: 0.5em; }
	h3 { font-size: 160%; line-height: 1; }
	h4 { font-size: 150%; line-height: 1.5; }
	h5 { font-size: 100%; line-height: 1.5; }
	h6 { font-size: 120%; line-height: 1; }

.subheader { color: #777; }

	p { margin: 0 0 1.5em; }
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }

	em, i { font-style: italic; }
	b, strong { font-weight: bold; color: #333; }
	small { font-size: 80%; }

/*	Blockquotes  */
	blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
	blockquote cite { display: block; font-size: 12px; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

	hr { border-width: 1px 0 0; clear: both; margin: 0; height: 0; border-color: #ddd; border-style: solid; }


/* #Links
================================================== */
	a, a:visited {
		color: #e00101;
		text-decoration: none;
		outline: none 0;
		-webkit-transition: all 500ms;
		-moz-transition: all 500ms;
	}
	a:hover, a:focus {
		color: #000;
		-webkit-transition: all 500ms;
		-moz-transition: all 500ms;
	}
	p a, p a:visited { line-height: inherit; }


/* #Lists
================================================== */
	ul, ol { margin-bottom: 20px; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px; }
	li { line-height: 18px; margin-bottom: 12px; }
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }

/* #Images
================================================== */

	img.scale-with-grid {
		max-width: 100%;
		height: auto; }

/* #Buttons
================================================== */

	.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		background: #eee; /* Old browsers */
		background: #eee -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%); /* FF3.6+ */
		background: #eee -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.2)), color-stop(100%,rgba(0,0,0,.2))); /* Chrome,Safari4+ */
		background: #eee -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Chrome10+,Safari5.1+ */
		background: #eee -o-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Opera11.10+ */
		background: #eee -ms-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* IE10+ */
		background: #eee linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* W3C */
	  border: 1px solid #aaa;
	  border-top: 1px solid #ccc;
	  border-left: 1px solid #ccc;
	  padding: 4px 12px;
	  -moz-border-radius: 3px;
	  -webkit-border-radius: 3px;
	  border-radius: 3px;
	  color: #444;
	  display: inline-block;
	  font-size: 11px;
	  font-weight: bold;
	  text-decoration: none;
	  text-shadow: 0 1px rgba(255, 255, 255, .75);
	  cursor: pointer;
	  margin-bottom: 20px;
	  line-height: normal;
	  padding: 8px 10px;
	  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }

	.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		color: #222;
		background: #ddd; /* Old browsers */
		background: #ddd -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* FF3.6+ */
		background: #ddd -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3))); /* Chrome,Safari4+ */
		background: #ddd -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
		background: #ddd -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Opera11.10+ */
		background: #ddd -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* IE10+ */
		background: #ddd linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
	  border: 1px solid #888;
	  border-top: 1px solid #aaa;
	  border-left: 1px solid #aaa; }

	.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		border: 1px solid #666;
		background: #ccc; /* Old browsers */
		background: #ccc -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); /* FF3.6+ */
		background: #ccc -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.35)), color-stop(100%,rgba(10,10,10,.4))); /* Chrome,Safari4+ */
		background: #ccc -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Chrome10+,Safari5.1+ */
		background: #ccc -o-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Opera11.10+ */
		background: #ccc -ms-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* IE10+ */
		background: #ccc linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* W3C */ }

	.button.full-width,
	button.full-width,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center; }

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner,
	input::-moz-focus-inner {
    border: 0;
    padding: 0;
	}


/* #Tabs (activate in tabs.js)
================================================== */
	ul.tabs {
		display: block;
		margin: 0 0 20px 0;
		padding: 0;
		border-bottom: solid 1px #ddd; }
	ul.tabs li {
		display: block;
		width: auto;
		height: 30px;
		padding: 0;
		float: left;
		margin-bottom: 0; }
	ul.tabs li a {
		display: block;
		text-decoration: none;
		width: auto;
		height: 29px;
		padding: 0px 20px;
		line-height: 30px;
		border: solid 1px #ddd;
		border-width: 1px 1px 0 0;
		margin: 0;
		background: #f5f5f5;
		font-size: 13px; }
	ul.tabs li a.active {
		background: #fff;
		height: 30px;
		position: relative;
		top: -4px;
		padding-top: 4px;
		border-left-width: 1px;
		margin: 0 0 0 -1px;
		color: #111;
		-moz-border-radius-topleft: 2px;
		-webkit-border-top-left-radius: 2px;
		border-top-left-radius: 2px;
		-moz-border-radius-topright: 2px;
		-webkit-border-top-right-radius: 2px;
		border-top-right-radius: 2px; }
	ul.tabs li:first-child a.active {
		margin-left: 0; }
	ul.tabs li:first-child a {
		border-width: 1px 1px 0 1px;
		-moz-border-radius-topleft: 2px;
		-webkit-border-top-left-radius: 2px;
		border-top-left-radius: 2px; }
	ul.tabs li:last-child a {
		-moz-border-radius-topright: 2px;
		-webkit-border-top-right-radius: 2px;
		border-top-right-radius: 2px; }

	ul.tabs-content { margin: 0; display: block; }
	ul.tabs-content > li { display:none; }
	ul.tabs-content > li.active { display: block; }

	/* Clearfixing tabs for beautiful stacking */
	ul.tabs:before,
	ul.tabs:after {
	  content: '\0020';
	  display: block;
	  overflow: hidden;
	  visibility: hidden;
	  width: 0;
	  height: 0; }
	ul.tabs:after {
	  clear: both; }
	ul.tabs {
	  zoom: 1; }


/* #Forms
================================================== */

	form {
		margin-bottom: 20px; }
	fieldset {
		margin-bottom: 20px; }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea {
		border: 1px solid #ccc;
		padding: 6px 4px;
		outline: none;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #777;
		margin: 0;
		width: 210px;
		max-width: 100%;
		display: block;
		margin-bottom: 20px;
		background: #fff; }

select {
		padding: 0; }
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		border: 1px solid #aaa;
 		color: #444;
 		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
		box-shadow:  0 0 3px rgba(0,0,0,.2); }
	textarea {
		min-height: 60px; }
	label,
	legend {
		display: block;
		font-weight: bold;
		font-size: 13px;  }
	select { width: 120px; }
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; }

/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }


/* #LAYOUT
================================================== */
.pagetop { background-color: #444; text-align: center; height: 7px; }
#header { color: #000; font-family: DINRoundWeb; margin-left: 20px; margin-top: 20px; margin-right: 20px; }
#header .logo_img { max-width: 593px; }
#header .logo_img img { max-width: 100%; margin-top: 30px; }


#header a, #header a:visited {
		color: #000;
		text-decoration: none;
		outline: none 0;
		-webkit-transition: all 500ms;
		-moz-transition: all 500ms;
	}
#header a:hover, #header a:focus {
		color: #e00101;
		-webkit-transition: all 500ms;
		-moz-transition: all 500ms;
	}



.headertext { line-height: 1.5; }
.headertext .left {  }
.headerlinks { font-size: 0.9em; float: right; margin-top: 0; padding-right: 2px; }
.toptext_articulo {  }
.subheader { margin-top: 5px; margin-right: 20px; margin-left: 20px; padding-top: 5px; padding-bottom: 5px; border-top: 10px solid #ececec; }
.subheader form { margin-bottom: 0; }
.left { float: left; }
.right { float: right; }
.page { background-color: #fff; margin-top: 1.5em; margin-bottom: 1em; box-shadow: 0px 0px 7px #D9D9D9; -moz-box-shadow: 0px 0px 7px #D9D9D9; -webkit-box-shadow: 0px 0px 7px #D9D9D9; border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px; }

.header { color: #000; font-size: 12px; font-family: DINRoundWeb; position: relative; height: 140px; max-width: 700px; margin-right: auto; margin-left: auto; }
.header .h1 { float: left; max-width: 180px; }
.header .h2 { line-height: 30px; text-align: center; width: 340px; height: 30px; float: left; }
.header .h3 { float: right; max-width: 240px; }
.rectangle { background-color: #000; height: 20px; max-width: 340px; margin-right: auto; margin-left: auto; }
.header .tit_dossier { font-size: 13px; line-height: 25px; text-align: center; position: absolute; top: 20px; left: 50%; width: 340px; height: 25px; margin-left: -170px; }
.red { background-color: #e00101; }
.pr2 { background-color: silver; }










footer { font-size: 11px; line-height: 1.5;}

footer .inner { padding: 0 20px 20px; }
footer .inner div { float: left; margin-right: 25px; padding-top: 20px; }
footer address { margin-right: 25px; }
footer .lg_CBA { padding-top: 0 !important; }
footer .left { text-align: right; width: 380px; float: left; }
footer .right { width: 380px; float: right; }
footer .footer_links { padding-right: 15px; }
footer p { margin: 0; padding: 0; }

	footer a, footer a:visited { color: #444; text-decoration: none; outline: none 0; display: block; -webkit-transition: all 500ms; -moz-transition: all 500ms; }
	footer a:hover, footer a:focus {
		color: #e00101;
		-webkit-transition: all 500ms;
		-moz-transition: all 500ms;
	}

footer .footer_links a {
	 background-image: url(../img/arrow_link.png); background-repeat: no-repeat; background-position: left center; padding-left: 15px;
}
footer .lang_links { text-align: right; width: 100px; float: right !important; margin-right: 0; }
footer .lang_links a { color: #7c7c7c; font-size: 13px; font-family: DINRoundWeb; font-weight: bold; text-decoration: underline; display: inline; }
footer .lang_links a.active { color: #c3c3c3; }
/* #QUIENES SOMOS
================================================== */

.datosrevista_container { margin-top: 1em; margin-bottom: 2em; margin-left: 2em; padding: 1.5em; border: solid 2px #444; }
table.datosrevista { border: 0px; width: 100% }

table.datosrevista td { padding: 5px; border-width: 0px; border-bottom: 1px solid #444 }

table.datosrevista td.primary_col {
	font-weight: bold;
	width: 60%;
}



/* SUSCRIPCIÓN
================================================== */

.suscription_container {}
.suscription_container fieldset { padding: 2em; border: solid 1px #e6e6e6; }
.suscription_container fieldset legend { font-family: DINRoundWeb; background-color: #fff; text-transform: uppercase; padding-right: 0.5em; padding-left: 0.5em; }
.suscription_container fieldset label { font-weight: 400; float: left; margin-right: 20px; }
.suscripcion_form input { width: 290px; }
.suscripcion_form input.fullwidth { width: 610px; }
.suscripcion_form input.onequarter { width: 120px; }
.suscripcion_form input.threequarter { width: 460px; }
.suscripcion_form #form_showhide { width: 100%; margin-top: 40px; display: none; }
.clickme { width: 100%; }

.suscripcion_form select {
	width: 290px;
}

.suscripcion_form div.selector {
  width: 290px;
  font-size: 12px;
  margin-bottom: 20px;
}
.suscripcion_form div.selector span {
  color: #666;
  width: 265px;
  text-shadow: 0 1px 0 #fff;
}

.submit_container { text-align: right; }
.radio_container { width: 100%; margin-bottom: 1em; }
.radio_container div { line-height: 1.4; top: 2px; width: 80%; float: left; margin-left: 5px; }






/* #SUMARIO
================================================== */

#sumario { font-size: 11px;
		line-height: 1.2;
		margin-right: 20px;
		margin-left: 20px;
		padding-top: 20px;
		padding-bottom: 20px;
		border-top: 10px solid #ececec;
		border-bottom: 10px solid #ececec;
		}
.slink {
	color: #000;
	font-size: 13px;
	line-height: 25px;
	background-image: url(../img/arrow_down.png);
	background-repeat: no-repeat;
	background-position: right 10px;
	text-transform: uppercase;
	height: 25px;
	padding-right: 18px;
	cursor: pointer;
	}
.slink_up {
	background-image: url(../img/arrow_up.png);
	background-repeat: no-repeat;
	background-position: right 10px;
	}
#sumario .in_dossier { margin-left: 2em; display: block; }
#sumario h5 { margin-top: 0.5em; margin-bottom: 0; }
#sumario div { margin-bottom: 0.5em; padding-bottom: 1em; border-bottom: 1px solid #ececec; }
#sumario a, #sumario a:visited {
		color: #000;
		text-decoration: none;
		outline: none 0;
		-webkit-transition: all 500ms;
		-moz-transition: all 500ms;
	}
#sumario a:hover, #sumario a:focus {
		color: #e00101;
		-webkit-transition: all 500ms;
		-moz-transition: all 500ms;
	}

#sumario a.link_portada_dossier, #sumario a.link_portada_dossier:visited {
		color: #e00101 !important;
}

#sumario a.link_portada_dossier:hover. #sumario a.link_portada_dossier:focus {
		color: #000 !important;
}

#sumario .author {
	color: #898989;
}


/* #DEPRECATED
================================================== */
.Minerva_uppercase, .uppercase {
	text-transform: uppercase;
}
.Mineva_rj12 { color: #e00101; font-size: 21px; font-family: DINRoundWeb; line-height: 30px; margin-top: 3em; margin-bottom: 4px; }






/* #VARIOS
================================================== */
.redtxt { color: #e00101; }
.Minerva_poesia, .poesia { line-height: 2; margin-bottom: 2em; margin-left: 5em; }
.Minerva_blockquote, .blockquote { margin-left: 5em; margin-right: 5em; margin-bottom: 2em; }
.cita { font-size: 85%; margin-left: 5em; margin-right: 5em; margin-bottom: 2em; }
.center { text-align: center; }
.txt-right { text-align: right; }
.firma { font-weight: 700; font-variant: small-caps; }
.portada_tit_dossier, .portada_tit_dossier a { color: #b4b4b4; font-variant: small-caps; }
.portada_tit_dossier a:hover, .portada_tit_dossier a:focus {
		color: #e00101;
		-webkit-transition: all 500ms;
}

.lighter { color: #b4b4b4; }
.separador { width: 100%; float: left; }
.small { font-size: 85%; line-height: 1.5; }

.espacio {
	margin-bottom: 1em;
}

.espacio span { text-indent: -9999px; overflow: hidden; display: block; }

table.poetry td {
	padding: 0 10px 0 0;
	vertical-align: top;
}

/* #INDEX
================================================== */
#container { margin-top: 60px; margin-right: 10px; margin-left: 10px; }
.minervas_list { float: right; margin-top: 20px; margin-right: 20px; }
.item { font-size: 11px; line-height: 1.5; margin: 10px; float: left; max-width: 286px; }
.item img { width: 100%; }
.item p { margin-bottom: 0.5em; }
.item .inner {
	padding: 0.5em 1em 1em;
	opacity: 1; /* transparency */
    filter: alpha(opacity=100); /* IE transparency */
	}
.item h3 { font-size: 16px; line-height: 1.2; margin-top: 0.5em; }
.item h5 { margin-bottom: 0.5em; }

form#minervas_list {
	display: none;
}


/* #GALERÍA
================================================== */
#container_galeria { margin-top: 60px; margin-right: 0px; margin-left: 0px; }
#container_galeria .item { margin: 10px; float: left; max-width: 213px; }



/* ================================================== */
/* ARTÍCULO */
/* ================================================== */
article {
	max-width: 700px;
	margin: 70px auto 4em;
}
header { margin-bottom: 4em; border-bottom: 10px solid #ececec; }

.figure_wrapper { width: 270px; float: right; margin-left: 10px; }
/*
figure {
	float: left;
	padding-top: 8px;
	padding-right: 3em;
	display: table;
	}

figure img, figcaption {
	display: table-row;
    vertical-align: bottom;
}

figcaption{
	padding-left: 4px;
	color: #808080;
	line-height: normal;
	font-size: 85%;
}
*/


figure {
	float: left;
	padding-top: 8px;
	padding-right: 3em;
	margin-bottom: 1em;
	display: table;
	}

figure img {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

figcaption{
	display: table-caption;
	caption-side: bottom;
	color: #808080;
	line-height: normal;
	font-size: 10px;
	padding: 4px;
}





.data {
	font-family: DINRoundWeb; text-transform: uppercase;
	font-size: 1.2em;
	}
.data .colabora {
	font-size: 0.8em;
}
.icons { margin-top: 1em; margin-bottom: 0; }
.redes { float: left; padding-top: 6px; }

div.fadehover { position: relative; width: 28px; height: 28px; float: left; margin-right: 10px; }
img.a { position: absolute; left: 0; top: 0; z-index: 10; }
img.b { position: absolute; left: 0; top: 0; }


.pdf { position: relative; width: 40px; height: 40px; float: right; }

.font_size { position: absolute; top: 45px; left: 50%; z-index: 50; margin-left: 475px; }
.font_size div {
	width: 24px;
	height: 24px;
	margin-right: 2px;
	margin-bottom: 2px;
	cursor: pointer;
	opacity: 0.2;
    filter: alpha(opacity=20);
	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
}

.font_size div.active {
	opacity: .8;
    filter: alpha(opacity=80);
	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
}

.entradilla { font-size: 120%; font-family: "Lucida Sans", "Lucida Grande", Helvetica, Arial, sans-serif; line-height: 1.8; margin-top: 1em; margin-bottom: 20px; }
.contenido {
	line-height: 1.8;
	font-size: 100%;
}
.contenido figure {
	float: right;
	margin-right: 0;
	margin-left: 3em;
	padding-top: 5px;
	padding-right: 0;
}
.contenido h3,
.contenido h4 {
	margin-top: 2em;
	margin-bottom: 1em;
}
.texto {
	margin-bottom: 3em;
}

.texto a,
.texto a:visited {

    color: #444444;
    text-decoration: none;
    outline: none 0;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
}

.texto a:hover {
    text-decoration: underline;
    outline: none 0;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
}


.qu {
	margin-bottom: 3em;
	padding-top: 1em;
	border-top: 1px solid #f3f3f3;
}

.question { font-weight: bold; }
.col3{
	column-count: 3;
	-webkit-column-count: 3;
	-moz-column-count: 3;
	-o-column-count: 3;
}

.col2{
	column-count: 2;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	-o-column-count: 2;
}

.col3 p, .col2 p, .col3 div, .col2 div {
	display: inline-block;
    width: 100%;
}


.col3 {
	column-width: 220px;
	-moz-column-width: 220px;
	-webkit-column-width: 220px;
	-o-column-width: 220px;
	column-gap: 20px;
	-moz-column-gap: 20px;
	-webkit-column-gap: 20px;
	-o-column-gap: 20px;
}
.wrapper .leftcol { width: 340px; float: left; }
.wrapper .rightcol { width: 340px; float: right; }
p {
	-webkit-column-break-before: always;
	-moz-column-break-before: always;
	column-break-before: always;
}
.Minerva_notas, .notas { font-size: 85%; margin-top: 5em; margin-bottom: 3em; padding-top: 1em; border-top: 1px solid #e6e6e6; }
.Minerva_notas h4, .notas h4 { margin-top: 0px; margin-bottom: 1em; }
.copyright, .Minerva_copyright { color: #b4b4b4; font-size: 85%; line-height: 1.5; margin-right: 2em; margin-bottom: 8em; margin-left: 2em; }

.copyright a, .copyright a:visited,
.Minerva_copyright a, .Minerva_copyright a:visited {
		color: #646464;
		-webkit-transition: all 500ms;
		-moz-transition: all 500ms;
	}
.copyright a:hover, .copyright a:focus,
.Minerva_copyright a:hover, .Minerva_copyright a:focus {
		color: #000;
		-webkit-transition: all 500ms;
		-moz-transition: all 500ms;
	}



.obras { font-size: 85%; line-height: 1.5em; background-color: #f3f3f3; text-transform: uppercase; margin-bottom: 8em; }
.obras .inner { padding: 2em; }
.obras i, .obras em { font-weight: 700; }
.obras p { margin-top: 0; margin-bottom: 1em; }
.obras h4 { margin-top: 0; margin-bottom: 1em; padding-top: 0; }
.obras div { margin: 0; padding: 0; }
.evento { font-family: DINRoundWeb; border: solid 3px #000; }
.evento .inner { padding: 2em; }
.evento p { margin-bottom: 0; }
.evento h4 { font-size: 16px; line-height: 21px; padding-bottom: 0; display: inline; }

.txt_imagen {
	margin-top: 2em;
	padding-top: 2em;
	border-top: 1px solid #f3f3f3;
}

.txt_img h5 {
	margin: 0;
	padding: 0;
}


.txt_imagen img {
	display: block;
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
}

/* ================================================== */
/* SUSCRIPCIÓN                                        */
/* ================================================== */

.ffield {
	display: block;
	color: #777;
	width: 180px;
	float: left;
}



/* ================================================== */
/* NAVEGACIÓN IPHONE */
/* ================================================== */

.iphone_bar { background-image: url(../img/iphone_barra.png); background-repeat: repeat-x; position: fixed; top: 0; width: 100%; height: 44px; z-index: 100; }

.iphone_bar {
	display: none;
}
.iphone_bar a {
	display: block;
	-webkit-transition: none;
	-moz-transition: none;
}


.iphone_bar div {
	cursor: pointer;
}

.iphone_bar #i_left { background-image: url(../img/iphone_nav_arrows.png); background-repeat: no-repeat; background-position: 0 0; position: absolute; top: 7px; left: 9px; width: 50px; height: 30px; }
.iphone_bar #i_right { background-image: url(../img/iphone_nav_arrows.png); background-repeat: no-repeat; background-position: -50px 0; position: absolute; top: 7px; right: 9px; width: 50px; height: 30px; }
.iphone_bar #i_middle { position: absolute; top: 7px; left: 50%; width: 181px; height: 30px; margin-left: -90px; }

.iphone_bar #i_left:active { background-position: 0 -30px; }
.iphone_bar #i_right:active { background-position: -50px -30px; }

.iphone_bar #i_left.off { background-position: 0 -60px; cursor: default; }
.iphone_bar #i_right.off { background-position: -50px -60px; cursor: default; }
.iphone_bar #i_middle div { width: 60px; height: 30px; float: left; }
.iphone_bar #i_middle div#i_middle_small { background-image: url(../img/iphone_fontsize.png); background-repeat: no-repeat; background-position: 0 0; }
.iphone_bar #i_middle div#i_middle_normal { background-image: url(../img/iphone_fontsize.png); background-repeat: no-repeat; background-position: -60px 0; }
.iphone_bar #i_middle div#i_middle_big { background-image: url(../img/iphone_fontsize.png); background-repeat: no-repeat; background-position: -120px 0; width: 61px; }

.iphone_bar #i_middle div:active#i_middle_small { background-position: 0 -60px; }
.iphone_bar #i_middle div:active#i_middle_normal { background-position: -60px -60px; }
.iphone_bar #i_middle div:active#i_middle_big { background-position: -120px -60px; }

.iphone_bar #i_middle div#i_middle_small.active { background-position: 0 -30px !important; }
.iphone_bar #i_middle div#i_middle_normal.active { background-position: -60px -30px !important; }
.iphone_bar #i_middle div#i_middle_big.active { background-position: -120px -30px !important; }

.iphone_bar #i_left span, .iphone_bar #i_right span, .iphone_bar #i_middle span { display: none; }

/* ================================================== */
/* BUSCAR */
/* ================================================== */
.search_result { line-height: 1.5; max-width: 700px; margin-right: auto; margin-bottom: 4em; margin-left: auto; }
.n_results { color: #81837e; font-size: 0.8em; }
.result { margin-bottom: 1em; }
.result_titulo { font-size: 1.2em; margin: 0; padding: 0; }
.result_titulo a { text-decoration: underline; }
.result_autor, .result_n_minerva { color: #000; font-size: 0.9em; text-transform: uppercase; margin: 0; padding: 0; }
.result .tit_dossier { color: #b4b4b4; font-size: 0.9em; margin: 0; padding: 0; }
.result_resumen { font-size: 0.9em; margin: 0; }
.result_n_minerva {  }
.paginacion { margin-top: 4em; margin-bottom: 4em; }
.paginacion a, .paginacion b { font-weight: 700; line-height: 25px; text-align: center; width: 25px; height: 25px; float: left; margin: 3px; border: solid 1px #444; display: block; }
.paginacion a, .paginacion a:visited {
	color: #fff;
	background-color: #444;
	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	}

.paginacion a:hover, .paginacion a:focus {
	color: #444;
	background-color: #CCC;
	border: solid 1px #CCC;
	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	}


























/* #Navegación
================================================== */


a.back, a.forward, a.link_home, a.link_cba {
position: fixed;
z-index: 100;
top: 372px;
background: #000;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
display: block;
padding: 1.4em 1.8em;
color: #fff;
text-decoration: none;
font-size: 18px;
text-align: center;
filter: alpha(opacity=10);
opacity: .1;
-webkit-transition: all 700ms;
-moz-transition: all 700ms;
}

a.link_cba {
	padding: 0.5em 1.8em;
}
a.back, a.link_home, a.link_cba { right: 50%; margin-right: 25.5em; }
a.forward { left: 50%; margin-left: 25.5em; }

a.link_cba { top: 49px; }
a.link_home { top: 115px; }

html.ie7 a.back, html.ie7 a.link_home, html.ie7 a.link_cba { margin-right: 35.5em !important; }
html.ie7 a.forward { margin-left: 35.5em !important; }

a.back, a.link_home {  }
a.back:hover, a.forward:hover, a.link_home:hover, a.link_cba:hover,
a.back:focus, a.forward:focus, a.link_home:focus, a.link_cba:focus {
filter: alpha(opacity=30);
opacity: .3;
-webkit-transition: all 700ms;
-moz-transition: all 700ms;
color: #fff;
/*background-color: #666;*/
}

a.back:active,  a.forward:active {
background-color: #111;
}



a.back span, a.forward span, a.link_home span, a.link_cba span {
display: none
}








/*
|--------------------------------------------------------------------------
| UItoTop jQuery Plugin 1.1
| http://www.mattvarone.com/web-design/uitotop-jquery-plugin/
|--------------------------------------------------------------------------
*/

#toTop {
	display:none;
	text-decoration:none;
	font-size: 18px;
	position:fixed;
	bottom: 2%;
	left: 50%;
	margin-left: 25.5em;
	background-color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: block;
	padding: 1.4em 1.8em;
	text-align: center;
	filter: alpha(opacity=30);
	opacity: .3;
	-moz-opacity: .3;
	overflow:hidden;
	border:none;
	z-index: 100;
}

#toTop:hover {
	display:block;
	padding: 1.4em 1.8em;
	text-align: center;
	overflow:hidden;
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=100);
	background-color: #666;
}

#toTop:active, #toTop:focus {
	outline:none;
	background-color: #111;
}













/* @group rounded-corners pics */

.rounded_wrapper {
	position: relative;
}

.rounded_wrapper img {
	border-width: 0;
	border-style: none;
}

.rounded_wrapper div {
	height: 7px;
	position: absolute;
	width: 100%;
}

.rounded_wrapper .tl {
	top: 0;
	left: 0;
	background: url(img/rounded_corners/tl.png) no-repeat left top;
}

.rounded_wrapper .tr {
	top: 0;
	right: 0;
	background: url(img/rounded_corners/tr.png) no-repeat right top;
}

.rounded_wrapper .br {
	bottom: 0;
	right: 0;
	background: url(img/rounded_corners/br.png) no-repeat right bottom;
}

.rounded_wrapper .bl {
	bottom: 0;
	left: 0;
	background: url(img/rounded_corners/bl.png) no-repeat left bottom;
}

/* IE6 fix */
.ie6_width .tr {
	right: -1px;
}

.ie6_width .br {
	right: -1px;
}

.ie6_height .br {
	bottom: -1px;
}

.ie6_height .bl {
	bottom: -1px;
}

/* @end */







ul.disc li {
	line-height: inherit;
}



/*
|--------------------------------------------------------------------------
| Sliding top menu (Formulario de búsqueda)
| http://www.webresourcesdepot.com/sliding-top-menu-with-jquery
|--------------------------------------------------------------------------
*/


#sliderWrap { position: absolute; left: 50%; width: 286px; z-index: 255; margin-left: 162px; }

#slider { position: absolute; background-image:url(../img/bg_search.png); background-repeat:no-repeat; background-position: 50% bottom; width: 286px; height: 222px; margin-top: -189px; }
#slider img {
border: 0;
}
#sliderContent {
position: absolute;
text-align:center;
color:#333333;
font-weight:bold;
padding: 20px;
}
#openCloseWrap {
position:absolute;
margin: 189px 0 0 246px;
font-size:12px;
font-weight:bold;
}

#sliderWrap label, #sliderWrap .form_element { color: #fff; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; font-weight: 400; text-align: right; padding-top: 0.5em; padding-bottom: 0.5em; }
#sliderWrap label { text-align: left; vertical-align: middle; display: block; }

input.inputsearch {
	width: 246px;
}

#sliderWrap select {
	width: 236px;
}

#sliderWrap div.selector {
  width: 236px;
  font-size: 12px;
  margin-bottom: 0px;
}

#sliderWrap div.selector span {
  color: #666;
  width: 211px;
  text-shadow: 0 1px 0 #fff;
}


input.searchbutton {
	width: 100px;

}
.radiobuttons label { float: left; padding-right: 15px; }

label.error { font-weight: bold; color: #b80000; font-size: 12px; text-align: left; width: 100%; margin: 0; padding: 0; }





















/* FOOTNOTES
http://www.brandspankingnew.net/archive/2006/01/footnotes-with-css-and-javascript.html
================================================================================*/


/* footnotes as they original appear inline, before reformatting */
span.footnote { padding-right: 3px; padding-left: 3px; }

/* footnote links in text */
a.ftnlink, sup { vertical-align: super; font-size: 0.8em; border-bottom: 1px dotted #e00101; }

/* div to hold all reformatted footnotes */
.footnoteholder { font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; line-height: 1.2em; }

/* div to hold single reformatted footnote */
.footnoteholder div.footnote {
	margin: 0 0 10px 0;
}



/* TABLAS
================================================================================*/


table  {
	border-collapse:collapse;
	border-spacing:0;
}
td{
	padding:16px 16px;
	border-style:solid;
	border-width:1px;
	overflow:hidden;
	word-break:normal;
}
th{
	padding:16px 16px;
	border-style:solid;
	border-width:1px;
	overflow:hidden;
	word-break:normal;
}
.tg-yw4l{
	vertical-align:top
}

.percent_25 {
	width: 25%;

}

.table_title {
	padding:16px 0px 16px 0px;
	font-weight:bold;
	border-width:0px;
}

.table_subtitle {
	font-weight:bold;
	background-color: #f1f1f1;

}






/* ----- Nueva disposición de imágenes ----- */
article {
	max-width: 940px;
	margin: 70px 0px 4em;
}
header,
.texto,
.copyright,
.notas,
.evento {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.h-image {
	position: relative;
	display: inline-block;
	margin-bottom: 3em;
}
.h-image img {
	width: 100%;
}
.h-image .caption {
	width: 700px;
	margin-left: 120px;
	margin-right: 120px;
	font-size: 85%;
	color: #b2b2b2;
	line-height: 1.4em;
}

.v-image-left {
	float: left;
	padding-right: 30px;
}

.v-image-right {
	float: right;
	padding-left: 30px;
}

.v-image-left,
.v-image-right {
	background-color: white;
	padding-bottom: 1.5em;
}

.v-image-left img,
.v-image-right img {
	max-width: 350px;
	margin-top: 7px;
}

.v-image-left .caption,
.v-image-right .caption{
	width: 350px;
	font-size: 85%;
	color: #b2b2b2;
	line-height: 1.4em;
}


@media only screen and (max-width : 600px) {

	.h-image,
	.v-image-left,
	.v-image-right {
		float: none !important;
		display: block !important;
		padding-left: 0px;
		padding-left: 0px;
		width: 100%;
	}

	.v-image-left img,
	.v-image-right img {
		max-width: 100%;
	}

	.h-image .caption,
	.v-image-left .caption,
	.v-image-right .caption {
		margin-left: 0px;
		margin-left: 0px;
	}


}
