@charset "UTF-8";
/* CSS Document */
#contenido #adjuntos h4 {
	text-transform: uppercase;
	color: #5B7395;
	font: bold 0.75em "Trebuchet MS", Arial;
}
#contenido #adjuntos li {
	background: url(none);
	padding-left: 0px;
}
#contenido #adjuntos a {
	display: block;
	color: #666;
	padding-left: 30px;
	border-bottom: 1px dotted #999;
	padding-bottom: 10px;
	padding-top: 3px;
	text-decoration:none;
}
#contenido #adjuntos a:hover {
	color: #000;
	text-decoration: none;
}
#contenido #adjuntos .peso {
	display: block;
	font-size: 0.75em;
	color: #999;
}
#contenido #adjuntos .peso:hover {
	text-decoration: none;
}
#contenido #sidebar {
	background: #E3E3E3;
	padding: 6px;
}
#contenido #sidebar p.bajada, #contenido.contraste #sidebar p.bajada { font-size: 0.625em; color:#000; }
#contenido #sidebar #foto { position: relative; }
#contenido #sidebar #foto .galeria {
	background: url(../images/portada/slider/transparent-bg.png);
	position: absolute;
	top: 0px;
	right: 0px;
}
#contenido #sidebar #foto .galeria a {
	text-transform: uppercase;
	color: #FFF;
	font-size: 0.75em;
	padding: 5px 10px 5px 25px;
	text-decoration: none;
	display: block;
	background: url(../images/general/ico_galeria.png) no-repeat 8px 8px;
}
#contenido #sidebar #foto .galeria a:hover {
	background-color:#000;
}
#contenido #sidebar2 {
	background: #E3E3E3;
	padding: 6px;
	width: 280px;
	float: right;
	margin-left:15px;
	margin-bottom:15px;
}
#contenido #sidebar2.limpia {
	margin-bottom: 1720px;
	float: none;
	background: transparent;
	clear: both;
}
#contenido #sidebar2 #foto2 { position: relative; }
/* A */
#contenido.a #adjuntos, #contenido .noticias_rel {
	width: 666px;
	clear:both;
	border-top: 2px dotted #999;
	padding-top:20px;
}
#contenido.a #adjuntos h4 {
	/*border-top: 2px dotted #999;*/
	margin: 10px 5px;
	padding-top: 30px;
}
#contenido.a #sidebar {
	width: 333px;
	float: right;
	margin-left:15px;
	margin-bottom:15px;
}
/* B */
#contenido.b #adjuntos {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	clear:both;
	border-top: 2px dotted #999;
	padding-top:20px;
}
#contenido.b #sidebar {
	width:95%;
	margin:auto auto 15px;
}
#contenido.b #sidebar #foto {
	float:left;
	width: 333px;	
}
/* C */
#contenido.c #adjuntos h4 {
	margin: 10px 5px 10px 0px;
	padding-top: 15px;
}
#contenido.c #adjuntos ul { margin-left: 0px; }
#contenido.c #sidebar {
	width: 333px;
	float: right;
	margin-left:15px;
	margin-bottom:15px;
}
/* D */
#contenido.d #textos {
	column-count: 2;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-gap: 2em;
	-webkit-column-gap: 2em;
	-moz-column-gap: 2em;
	column-rule: 1px dashed #0C0;
	-webkit-column-rule: 1px solid #e3e3e3;
	-moz-column-rule: 1px solid #e3e3e3;
	margin-bottom:15px;
}
#contenido.d #textos #no-cols {
	column-count: auto !important;
	-webkit-column-count: auto !important;
	-moz-column-count: auto !important;
	height: 1900px;
}
#contenido.d #adjuntos {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	clear:both;
	border-top: 2px dotted #999;
	padding-top:20px;
}
#contenido.d #sidebar {
	width: 600px;
	margin-bottom:15px;
	margin-right: auto;
	margin-left: auto;
}
#contenido.d #sidebar #foto {
	height: 220px;
	overflow: hidden;	
}
#contenido.d #sidebar #foto img {
	width:600px;
	top:-50px;
	position:absolute;
}
#contenido.d #sidebar p.bajada {
	text-align:center;
}
/* REVISTA 93 */
#contenido .revista h4{
	background:url(../images/prensa/revista93/hoja.png) no-repeat;
	color:#666;
	font-size:1em;
	/*text-transform:uppercase;*/
	font-weight:700;
	line-height: 17px;
	padding-left: 22px;
}
#contenido .revista h4 a{
	color:#666;
	text-decoration:none;
}
#contenido .revista h4 a:hover{
	color:#333;
}
#contenido .revista h4 strong{
	color:#333;
}
#contenido .revista .autor{
	color:#666;
	margin-top:-15px;
	margin-bottom:0;
	font-style:italic;
}
#contenido .revista .capitulos{
	width:450px;
	float:right;
}
#contenido .revista .tapa{
	width:250px;
	float:left;
}
#contenido .revista .tapa img{
	border: 5px solid #CCC;
}

.participacion-grid {
	display: -webkit-flex; /* Safari */
  display: flex;
	flex-direction: row;
	flex-direction: -webkit-row;
	margin: 20px 0px 35px;
}

.participacion-grid > div {
	width: 100px;
  	margin: 20px;
  	text-align: center;
}

.participacion-grid a {
	color: #0F6DB7 !important;
	font-size: 12px !important;
	text-decoration: none !important;
	line-height: 12px !important;
}


.titulo-participacion {
	
	font: bold 15px "Trebuchet MS",Lucida Grande, sans-serif !important;
	text-transform: uppercase;
	margin-bottom: 15px !important;
}
.titulo-participacion a {
	font: bold 15px "Trebuchet MS",Lucida Grande, sans-serif !important;
	text-decoration: none !important;
	color: #0F6DB7 !important;
}

.titulo-participacion a:hover {
	text-decoration: underline!important;
	color: #333 !important;
}
