@charset "utf-8";
/* CSS Document */

/*@import url("../estilos/fonts/OldNewspaperTypes/stylesheet.css");
@import url("../estilos/fonts/archivonarrow/stylesheet.css");  para h2 introvideo  
@import url("../estilos/fonts/MuseoSlab_500/stylesheet.css"); */


/* ------------------------------R E S E T --------------------------------  	*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
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 {
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}

/* HTML5 display-role reset for older browsers */
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;
}
/*------------------------------------------*/
nav ul {
    list-style:none;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
	text-shadow: 2px 2px rgba(255,255,255,1.00);
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border-top: 1px solid #330000;
	margin: 1em 0;
	padding: 0;
	border-bottom: 0;
	border-right: 0;
	border-left: 0;
}

/* --------------- barra_horizontal_peq ------------------- */
	.barra_horizontal_peq, .barra_horizontal {
		width:128px;
		height:8px;
		clear:both;
		background-image:url(../imagenes/fondos/1024/barrah.png);
		background-repeat:no-repeat;
		margin-top:18px;
		margin-bottom:18px;
		margin-left:auto;
		margin-right:auto;	
	}
	.barra_horizontal {
			width:300px;
			height:20px;
			background-image:url(../imagenes/fondos/1024/barra300h.png);
		}
input, select {
    vertical-align:middle;
}


#IrArriba {
	position: fixed;
	bottom: 30px; /* Distancia desde abajo */
	right: 1%; /* Distancia desde la derecha */
}

	#IrArriba span {
		width: 45px; /* Ancho del botón */
		height: 45px; /* Alto del botón */
		display: block;
		background: url(../imagenes/fondos/1024/btUp1.png) no-repeat center center;
	}
	
/* *************************************** RCAROUSEL ******************************************** */
.ui-carousel {
	height: 100px;
	margin: 0;
	overflow: auto;
	padding: 0;
	position: relative; /*for ie7 to work e.g in html carousels*/
	width: 120px;
}

.ui-carousel > .wrapper {
    margin: 0;
    padding: 0;
    width: 9999px;
}

.ui-carousel > .wrapper > * {
	border: 0;
	display: block;
	float: left;
	height: 100px;
	overflow: hidden;
	width: 100px;	
}
/* ************************************ Fin RCARROUSEL ******************************************* */

/*  ------------------    este es lo comun, ahora + especifico   ---------  */

.titulillo2 {/* para las cabeceras que tengan un fondo oscuro */
	font-family: OldNewspaperTypes, Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	color: #E9DABD;
	letter-spacing: 0.3em;
	text-decoration: none;

}
.titulillo2 a {
	color: #E9DABD;
	text-decoration: none;
}
.titulillo2 a:hover {
	text-decoration:underline;
	text-shadow: 1px 1px 3px #FF9; /* Firefox 3.5+, Opera 9+, Safari 1+, Chrome, IE10 */
}
/*-------  barra central rococo gracias a http://css-tricks.com/examples/hrs/ ------------*/
/* Glyph, by Harry Roberts */
hr.style-eight {
	padding: 0;
	border: none;
	border-top: medium double #333;
	color: #333;
	text-align: center;
}
hr.style-eight:after {
	content: "§";
	display: inline-block;
	position: relative;
	top: -0.7em;
	font-size: 1.5em;
	padding: 0 0.25em;
	background: white;
}

/* --------- para esquinas de div gracias a http://playground.genelocklin.com/tucked-corners/ ------*/
.corners, .recorte {
	background: #f6f6f6;
	/* [disabled]height: 700px; */
	margin: 50px auto;
	max-width: 600px;
	position: relative;
	width: 80%;
	padding-top: 25px;
	-webkit-box-shadow: 0 1px 7px hsla(0,0%,0%,.2);
	-moz-box-shadow: 0 1px 7px hsla(0,0%,0%,.2);
	box-shadow: 0 1px 7px hsla(0,0%,0%,.2);
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 25px;
	min-height: 320px;
}
	.recorte iframe {
		width:490px;
	}
	/* Corner Effect */
	.corners:after,
	.corners:before, .recorte:after, .recorte:before {
		background: #e6e6e6;
		content: '';
		height: 50px;
		position: absolute;
		top: -25px;
		width: 100px;
		-webkit-box-shadow: 0 5px 10px -7px hsla(0,0%,0%,.5);
		   -moz-box-shadow: 0 5px 10px -7px hsla(0,0%,0%,.5);
				box-shadow: 0 5px 10px -7px hsla(0,0%,0%,.5);
	}
	.corners:after, .recorte:after {
		left: -50px;
		-webkit-transform: rotate(-45deg);
		   -moz-transform: rotate(-45deg);
			-ms-transform: rotate(-45deg);
			 -o-transform: rotate(-45deg);
				transform: rotate(-45deg);
	}
	.corners:before, .recorte:before {
		right: -50px;
		-webkit-transform: rotate(45deg);
		   -moz-transform: rotate(45deg);
			-ms-transform: rotate(45deg);
			 -o-transform: rotate(45deg);
				transform: rotate(45deg);
	}
/* ----------------------- */

/* ------- etiqueta para texto gracias a http://kitmacallister.com/2011/css3-stitched-elements/ ---------- */
p .etiquetaroja {
	padding: 5px 10px;
	margin: 10px;
	background: #ff0030;
	color: #fff;
	font-size: 21px;
	line-height: 1.3em;
	border: 2px dashed #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-box-shadow: 0 0 0 4px #ff0030, 2px 1px 4px 4px rgba(10,10,0,.5);
	-webkit-box-shadow: 0 0 0 4px #ff0030, 2px 1px 4px 4px rgba(10,10,0,.5);
	box-shadow: 0 0 0 4px #ff0030, 2px 1px 6px 4px rgba(10,10,0,.5);
	text-shadow: -1px -1px #aa3030;
}
/* -------------------------*/ 

/* ----------------------------------- F I N   R E S E T  --------------------------------------------- */


/* ----------------------------------  FONDOS Y ESQUINAS   ---------------------------------------------  */
.fondo_papel {
	background: rgba(254,254,254,1);/* Old Browsers */
	background: -moz-radial-gradient(center, ellipse cover, rgba(254,254,254,1) 0%, rgba(245,241,223,1) 76%, rgba(244,247,202,1) 93%, rgba(217,208,165,1) 99%, rgba(217,208,165,1) 100%), url(../imagenes/fondos/img-noise-361x370.png); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, , color-stop(0%, rgba(254,254,254,1)), color-stop(76%, rgba(245,241,223,1)), color-stop(93%, rgba(244,247,202,1)), color-stop(99%, rgba(217,208,165,1)), color-stop(100%, rgba(217,208,165,1))),
url(../imagenes/fondos/img-noise-361x370.png);/* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover, rgba(254,254,254,1) 0%, rgba(245,241,223,1) 76%, rgba(244,247,202,1) 93%, rgba(217,208,165,1) 99%, rgba(217,208,165,1) 100%), url(../imagenes/fondos/img-noise-361x370.png); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover, rgba(254,254,254,1) 0%, rgba(245,241,223,1) 76%, rgba(244,247,202,1) 93%, rgba(217,208,165,1) 99%, rgba(217,208,165,1) 100%), url(../imagenes/fondos/img-noise-361x370.png); /* Opera 11.10+ */
	background: -ms-radial-gradient(center, ellipse cover, rgba(254,254,254,1) 0%, rgba(245,241,223,1) 76%, rgba(244,247,202,1) 93%, rgba(217,208,165,1) 99%, rgba(217,208,165,1) 100%), url(../imagenes/fondos/img-noise-361x370.png);/* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#d9d0a5', GradientType=1 );/* IE6-9 fallback on horizontal gradient */
	/* [disabled]background-image: url(../imagenes/fondos/img-noise-361x370.png); */
	background-repeat: repeat;
	background-position: center;
}
	
.drop-shadow {
	position: relative;
	float: left;
	/* [disabled]width:40%; */
	padding: 1em;
	/* [disabled]margin: 2em 10px 4em; */
	/* [disabled]background: #fff; */
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.drop-shadow:before,
.drop-shadow:after {
	content:"";
	position:absolute;
	z-index:-2;
}

.curled {
            border:1px solid #efefef;
            -moz-border-radius:0 0 120px 120px / 0 0 6px 6px;    
                 border-radius:0 0 120px 120px / 0 0 6px 6px;
        }
	/* Esquinas redondeadas */
        .curled:before,
        .curled:after {
            bottom:12px;
            left:10px;
            width:50%;
            height:55%;
            max-width:200px;
            -webkit-box-shadow:0 8px 12px rgba(0, 0, 0, 0.5);
               -moz-box-shadow:0 8px 12px rgba(0, 0, 0, 0.5);
                    box-shadow:0 8px 12px rgba(0, 0, 0, 0.5);
            -webkit-transform:skew(-8deg) rotate(-3deg);
               -moz-transform:skew(-8deg) rotate(-3deg);
                -ms-transform:skew(-8deg) rotate(-3deg);
                 -o-transform:skew(-8deg) rotate(-3deg);
                    transform:skew(-8deg) rotate(-3deg);
        }

        .curled:after {
            right:10px;
            left:auto;
            -webkit-transform:skew(8deg) rotate(3deg);
               -moz-transform:skew(8deg) rotate(3deg);    
                -ms-transform:skew(8deg) rotate(3deg);    
                 -o-transform:skew(8deg) rotate(3deg);
                    transform:skew(8deg) rotate(3deg);
        }
	/* fin esquinas inferiores redondeadas  */
	
	/* esquinas levantadas */
 .esqLev {
            -moz-border-radius:4px;
                 border-radius:4px;
        }

        .esqLev:before,
        .esqLev:after {
            bottom:15px;
            left:10px;
            width:50%;
            height:20%;
            max-width:300px;
            -webkit-box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);  
               -moz-box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
                    box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
            -webkit-transform:rotate(-3deg);    
               -moz-transform:rotate(-3deg);  
                -ms-transform:rotate(-3deg);  
                 -o-transform:rotate(-3deg);
                    transform:rotate(-3deg);
        }

        .esqLev:after {
            right:10px;
            left:auto;
            -webkit-transform:rotate(3deg);  
               -moz-transform:rotate(3deg);  
                -ms-transform:rotate(3deg);  
                 -o-transform:rotate(3deg);
                    transform:rotate(3deg);
        }	/* fin esquinas levantadas */
		
			/* y ya viene las clases para hacer las esquinas levantadas */

.esq_levantada {
	-moz-border-radius:2px;
		 border-radius:2px;
}

	.esq_levantada:before,
	.esq_levantada:after {
		bottom:15px;
		left:10px;
		width:50%;
		height:20%;
		max-width:300px;
		-webkit-box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);  
		   -moz-box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
				box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
		-webkit-transform:rotate(-3deg);    
		   -moz-transform:rotate(-3deg);  
			-ms-transform:rotate(-3deg);  
			 -o-transform:rotate(-3deg);
				transform:rotate(-3deg);
	}
	
	.esq_levantada:after {
		right:10px;
		left:auto;
		-webkit-transform:rotate(3deg);  
		   -moz-transform:rotate(3deg);  
			-ms-transform:rotate(3deg);  
			 -o-transform:rotate(3deg);
				transform:rotate(3deg);
			}

		/* y RIZADAS */
		
.rizadas {
	border:1px solid #efefef;
	-moz-border-radius:0 0 120px 120px / 0 0 6px 6px;    
		 border-radius:0 0 120px 120px / 0 0 6px 6px;
}

.rizadas:before,
.rizadas:after {
	bottom:12px;
	left:10px;
	width:50%;
	height:55%;
	max-width:200px;
	-webkit-box-shadow:0 8px 12px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow:0 8px 12px rgba(0, 0, 0, 0.5);
			box-shadow:0 8px 12px rgba(0, 0, 0, 0.5);
	-webkit-transform:skew(-8deg) rotate(-3deg);
	   -moz-transform:skew(-8deg) rotate(-3deg);
		-ms-transform:skew(-8deg) rotate(-3deg);
		 -o-transform:skew(-8deg) rotate(-3deg);
			transform:skew(-8deg) rotate(-3deg);
}

.rizadas:after {
	right:10px;
	left:auto;
	-webkit-transform:skew(8deg) rotate(3deg);
	   -moz-transform:skew(8deg) rotate(3deg);    
		-ms-transform:skew(8deg) rotate(3deg);    
		 -o-transform:skew(8deg) rotate(3deg);
			transform:skew(8deg) rotate(3deg);
}

		/* con  	PERSPECTIVA */

.perspectiva:before {
	left:80px;
	bottom:5px;
	width:50%;
	height:35%;
	max-width:200px;
	-webkit-box-shadow:-80px 0 8px rgba(0, 0, 0, 0.4);
	   -moz-box-shadow:-80px 0 8px rgba(0, 0, 0, 0.4);
			box-shadow:-80px 0 8px rgba(0, 0, 0, 0.4);
	-webkit-transform:skew(50deg);
	   -moz-transform:skew(50deg);
		-ms-transform:skew(50deg);
		 -o-transform:skew(50deg);
			transform:skew(50deg);
	-webkit-transform-origin:0 100%;
	   -moz-transform-origin:0 100%;
		-ms-transform-origin:0 100%;
		 -o-transform-origin:0 100%;
			transform-origin:0 100%;
}

.perspectiva:after {
	display:none;
}

		/* con  	PERSPECTIVA */

.raised {
	-webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	   -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
			box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.curved:before {
	top:10px;
	bottom:10px;
	left:0;
	right:50%;
	-webkit-box-shadow:0 0 15px rgba(0,0,0,0.6);
	-moz-box-shadow:0 0 15px rgba(0,0,0,0.6);
	box-shadow:0 0 15px rgba(0,0,0,0.6);
	-moz-border-radius:10px / 100px;
	border-radius:10px / 100px;
}

.curved-vt-2:before {
	right:0;
}

.curved-hz-1:before {
	top:50%;
	bottom:0;
	left:10px;
	right:10px;
	-moz-border-radius:100px / 10px;
	border-radius:100px / 10px;
}

.curved-hz-2:before {
	top:0;
	bottom:0;
	left:10px;
	right:10px;
	-moz-border-radius:100px / 10px;
	border-radius:100px / 10px;
}
	   
.rotated {
	-webkit-box-shadow:none;
	   -moz-box-shadow:none;
			box-shadow:none;
	-webkit-transform:rotate(-30deg);    
	   -moz-transform:rotate(-30deg);  
		-ms-transform:rotate(-30deg);
		 -o-transform:rotate(-30deg);
			transform:rotate(-30deg);
}

/* ---------------------------- F I N   DE   E S Q U I N A S   Y    F O N D O S ---------------- */

/* ----------------------------- E S T I L O S   P A R A    A d M  --------------------------------------  */
body {
	background-image: url(../imagenes/fondos/1024/4791.jpg);
	background-repeat: repeat;
	text-align: center;
}
/* **********************************************   Header   ********************************************** */
.headergeneral {
	width: 1009px;
	height: 256px;
	background: url(../imagenes/fondos/1024/header_02.jpg) top left, url(../imagenes/fondos/1024/header_03.jpg) top right;
	background-repeat: no-repeat;
	margin-bottom: -22px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -13px;
}
	#logo {
		margin-top:15px;
		width: 246px;
		height: 145px;
		margin-left: 20px;
		display:block;
		background-image:url(../imagenes/logo/logovintage.png);
		background-repeat:no-repeat;
		float:left;
	}
		#logo h1 a {
			text-indent: -9000%;
			overflow: hidden;
			visibility:hidden;
		}

	#imgheader {
	margin-top: 15px;
	background-image: url(../imagenes/logo/principalhigh.png);
	height: 145px;
	width: 461px;
	float: left;
	background-repeat: no-repeat;
	}
	#cita {
	height: 140px;
	width: 235px;
	margin-top: 15px;
	padding-top: 5px;
	padding-left: 8px;
	padding-right: 8px;
	background-color: #2F251C;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
	filter: alpha(opacity=80); /* internet explorer */
	-khtml-opacity: 0.8;      /* khtml, version anterior de safari */
	-moz-opacity: 0.8;       /* firefox, mozilla, netscape */
	opacity: 0.8;           /* safari, chrome, opera */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /*internet explorer 8 */
	float: left;
	display: flex;
	flex-direction: column;
	}
	#cita p {
		opacity:1;
		color: #EDE2D8;
		font-size: 0.8em;
		line-height: 1.2em;
	position: relative; /* centrado vertical */
    transform: translateY(-50%); /* centrado vertical */
    top: 25%; /* centrado vertical */
	}
	#cita p strong {
			/*position: fixed;
			bottom: 10px;
			right: 10px;*/
			float: right;
}
	
 .transp {
	filter: alpha(opacity=50); /* internet explorer */
    -khtml-opacity: 0.5;      /* khtml, version anterior de safari */
    -moz-opacity: 0.5;       /* firefox, mozilla, netscape */
    opacity: 0.5;           /* safari, chrome, opera */
       -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /*internet explorer 8 */ 
}
	.transp p {
		color: #EDE2D8;
		font-size: 0.8em;
		margin-top: 13px;
		margin-right: 5px;
		margin-left: 5px;
		font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
		vertical-align: middle;
		line-height: 1.2em;
	} 

	.headergeneral nav {
		margin-left: 30px;
		clear: left;
		bottom: 0px;
	}
	.headergeneral nav ul {
		list-style: none;
	}
	.headergeneral nav ul li {
		display: inline;
		float: left;
	}
			.headergeneral nav ul li.paraTablet {
				display:none;
			}

	.articulosM, .docsM, .biblioM {
		font-size: 0.8em;
		line-height:22px;
	}
	.headergeneral nav ul li a {
		background-image: url(../imagenes/boton/botonr.png);
		background-repeat: no-repeat;
		font-family: 'OldNewspaperTypes', Georgia, "Times New Roman", Times, serif;
		width: 110px;
		height: 35px;
		padding-top: 0.7em;
		padding-left: 2px;
		color: rgba(235,224,214,1.00);
		margin-left: 15px;
		margin-top: 2px;
		display:block;
	}
	.headergeneral nav ul li a:hover, .headergeneral nav ul li a.active {
		background-image: url(../imagenes/boton/botonh.png);
		color: rgba(57,45,41,1.00);
	}
	
	
	/* -------------para el buscador interno de videos  -------- */
#buscador {
	width: 900px;
	height: 600px;
	border-radius: 100%;
	z-index: 1500;
	position: relative;
	top: -210px;
	left: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -800px;
	display: none;
}

nav #buscar div .titulopeq {
	font-size: 20px;
	margin-top:10px;
}
/* --------- */
	
#contenidop {
	clear: both;
	width: 1016px;
	height: 709px;
	background: url(../imagenes/fondos/1024/papel_grande_01.jpg) top left, url(../imagenes/fondos/1024/papel_grande_02.jpg) top right, url(../imagenes/fondos/1024/papel_grande_03.jpg) bottom left, url(../imagenes/fondos/1024/papel_grande_04.jpg) bottom right;
	background-repeat: no-repeat;
	margin: -13px auto 0px auto;
}

	/* comienzan novedades articulos */
	#novedades {
		margin-top:18px;
		margin-left:25px;
		padding-top: 28px;
		background-image: url(../imagenes/fondos/1024/novedad.png);
		background-repeat: no-repeat;
		float: left;
		height: 455px;
		width: 355px;
	}
		#novedades article {
			height: 110px;
			width: 290px;
			border-bottom-width: thin;
			border-bottom-style: dashed;
			border-bottom-color: #463934;
			vertical-align: middle;
			padding-bottom: 2px;
			padding-top: 2px;
			-moz-hyphens: auto;
			-ms-hyphens: auto;
			-webkit-hyphens: auto;
			-o-hyphens: auto;
			hyphens: auto;
			word-wrap: break-word;
			font-family: 'League Gothic Condensed', Georgia, "Times New Roman", Times, serif;
			font-size: 1.3em;
			background-image: url(../imagenes/fondos/1024/novedadart.png);
			background-repeat: no-repeat;
		}
		#novedades a article h3 {
			text-decoration: none;
			color: #453935;
			width: 196px;
			height: 70px;
			vertical-align: middle;
			margin: 23px 46px 32px 47px;
			line-height: 1em;
			letter-spacing: 0em;
			overflow: hidden;
		}
		#novedades a:hover article {
			background-image: url(../imagenes/fondos/1024/novedadarth.png);
		
		}
		#novedades a:hover article h3{
			text-decoration: none;
			color: #D97925;
		}
		/* ------ tooltip para articulos listado novedades ------------- */
		a.tooltip {
			position:relative;    
			color:#cf2c2c;
			text-decoration:none;
		}
		.intro {
	overflow: hidden;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
	padding: 5px 10px;
	border: double 5px #ffffff;
	width: 240px;
	height: auto;
	max-height: 350px;
	position: fixed;
	color: #CC9;
	text-align: center;
	opacity: 0;
	-moz-transition: opacity 1s ease,top 1s ease;
	-webkit-transition: opacity 1s ease,top 1s ease;
	-o-transition: opacity 1s ease,top 1s ease;
	transition: opacity 1s ease,top 1s ease;
	font-family: "archivo_narrowregular", Helvetica, Arial, sans-serif;
	line-height: 1.2em;
	font-size: 0.8em;
: hidden;
	cursor: default;
	background-color: #392D29;
	/* Firefox v3.6+ */
	background-image: -moz-radial-gradient(50% 50%,circle closest-corner,rgb(64,37,14) 0%,rgb(63,39,19) 19%,rgb(61,40,25) 42%,rgb(59,43,33) 71%,rgb(57,45,41) 100%);
	/* Safari v4.0+ and by Chrome v3.0+ */
	background-image: -webkit-gradient(radial,50% 50%,0,50% 50%,201,color-stop(0, rgb(64,37,14)),color-stop(0.19, rgb(63,39,19)),color-stop(0.42, rgb(61,40,25)),color-stop(0.71, rgb(59,43,33)),color-stop(1, rgb(57,45,41)));
	/* Safari v6.0+ and by Chrome v10.0+ */
	background-image: -webkit-radial-gradient(50% 50%,circle closest-corner, rgb(64,37,14) 0%,rgb(63,39,19) 19%,rgb(61,40,25) 42%,rgb(59,43,33) 71%,rgb(57,45,41) 100%);
	/* IE v10+ */
	background-image: -ms-radial-gradient(50% 50%,circle closest-corner, rgb(64,37,14) 0%,rgb(63,39,19) 19%,rgb(61,40,25) 42%,rgb(59,43,33) 71%,rgb(57,45,41) 100%);
	background-image: radial-gradient(50% 50%,circle closest-corner, rgb(64,37,14) 0%,rgb(63,39,19) 19%,rgb(61,40,25) 42%,rgb(59,43,33) 71%,rgb(57,45,41) 100%);
	/*	z-index:-50;   
			display:none;*/
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 5px 5px 18px #000000;
	-webkit-box-shadow: 5px 5px 18px #000000;
	box-shadow: 5px 5px 18px #000000;
			}
		.intro span {
			height:32px;
			width:32px;
			background:url(../imagenes/fondos/1024/escribiendo.png);
			background-repeat:no-repeat;
			display:block;
			float:right;
			clear:both;
			}
			
		#novedades a.tooltip .intro {
			top:35%;
			left:28%;
		}
		#novedades a.tooltip:hover .intro {
			visibility:visible;
			display:block;
			opacity:1;
			top:40%;
			left:28%;
			z-index:50;
		}
		.titulointroart {
			font-size: 2.3em;
			clear: both;
			margin-right: auto;
			margin-left: auto;
			font-family: 'League Gothic Condensed', Georgia, "Times New Roman", Times, serif;
			margin-bottom: 2px;
			padding-bottom: 4px;
			padding-top:4px;
			margin-top: 5px;
			line-height: 1.0em;
			border: thin double #CC9;
			background-color: #81AA93;
			min-height:40px;
		}
		#contenidop #novedades .intro img {
			float: left;
			margin-right: 3px;
			width: 100px;
			border: thin ridge #CC9;
		}
		#contenidop #novedades .intro .autorintroart {
			font-family: 'UglyQuaRegular', Tahoma, Geneva, sans-serif;
			font-size: 1.3em;
			color: #392D29;
			float: right;
			margin: 3px;
			border-bottom-width: thin;
			border-bottom-style: ridge;
			border-bottom-color: #CC9;
			text-align: right;
			height: 40px;
			background-color: #CC9;
			padding-top: 10px;
			padding-right: 2px;
			padding-bottom: 2px;
			padding-left: 2px;
			vertical-align: middle;
			line-height: 1em;
				}


	#cartelera {
		margin-top:18px;
		margin-right:20px;
		padding-top: 28px;
		background-image: url(../imagenes/fondos/1024/cartelera.png);
		background-repeat: no-repeat;
		float: right;
		height: 455px;
		width: 355px;
	}
.ultimos, .ultimosVideos {
	text-decoration: none;
	margin-top: 36px;
	border-top-width: thin;
	border-top-style: dashed;
	border-top-color: #463934;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #463934;
	margin-left: 32px;
	margin-bottom: 25px;
	height: 340px;
	width: 308px;
	padding-top: 5px;
	padding-bottom: 5px;
	overflow: hidden;
}
	#contenidop .mCSB_dragger_bar{
		background-color:#392D29;
	}
	#contenidop .mCSB_draggerRail{
		background-color:#503F30;
	}
	#contenidop .mCSB_buttonLeft,#contenidop .mCSB_buttonRight{
		background-color:#503F30;
	}
	#contenidop .mCSB_container{
		width:auto;
		margin-right:10px;
	/*	overflow:hidden;  */
	}
	#contenidop .mCSB_horizontal .mCSB_container .mCSB_scrollTools {
		margin-bottom: -20px;
	}
._mCS_2 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    /* 2nd scrollbar dragger style... */
}
._mCS_3 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    /* 3rd scrollbar dragger style... */
}
/* --------------comienza cartelera principal videos----------  */
	#cartelera .ultimos {
		height: 344px;
		width: 280px;
		margin-left: 33px;
	}
		#cartelera article {
			height: 112px;
			width: 270px;
			border-bottom-width: thin;
			border-bottom-style: dashed;
			border-bottom-color: #463934;
			vertical-align: middle;
			padding-bottom:2px;
			padding-top:2px;
		}
		#cartelera a article h3 {
			opacity: 0.7;
			overflow: hidden;
			-moz-hyphens: auto;
			-ms-hyphens: auto;
			-webkit-hyphens: auto;
			-o-hyphens: auto;
			hyphens: auto;
			word-wrap: break-word;
			font-family: 'OldNewspaperTypes', Georgia, "Times New Roman", Times, serif;
			color: #392D29;
			text-decoration: none;
			text-transform: uppercase;
			text-align: left;
			vertical-align: middle;
			float: left;
			max-width: 98px;
			max-height: 100px;
			margin-top: 2px;
			margin-bottom: 2px;
			margin-left: 2px;
			height: 100%;
			width: 100%;
			background-color: #8DA893;
			/*background-image: url(../imagenes/fondos/1024/video_bg_rep.png);*/
			background-repeat: no-repeat;
			line-height: 1em;
			padding: 4px;
			font-size: 0.7em;
		}
		#cartelera a:hover article h3{
			background-color: #666666;
			color: #333333;
			opacity: 1;
		}
/* ----------------- envolver imagen pequeña con un fondo tv television videos--------------- */

	.tv {
	background-image: url(../imagenes/fondos/1024/tvm.png);
	background-repeat: no-repeat;
	float: right;
	height: 116px;
	width: 159px;
	overflow:hidden;
	}
	.tv .imgcont {
	height: 80px;
	width: 95px;
	text-align: center;
	vertical-align: middle;
	position: relative;
	left: 22px;
	top: 16px;
	}
	

/* --------------- tooltip para videos listado cartelera ------------- */
/*		#cartelera .intro {
			top:35%;
			left:70%;
		}
		#cartelera a.tooltip:hover .intro {
			visibility:visible;
			display:block;
			opacity:1;
			top:40%;
			left:70%;
			z-index:50;
		}
		.titulointrovid {
			font-size: 1.6em;
			clear: both;
			margin-right: auto;
			margin-left: auto;
			font-family: 'DayPosterBlackRegular', Georgia, "Times New Roman", Times, serif;
			margin-bottom: 2px;
			padding-bottom: 4px;
			padding-top:4px;
			margin-top: 5px;
			line-height: 1.0em;
			border: thin double #CC9;
			background-color: #81AA93;
			background-repeat:no-repeat;
			min-height:40px;
		}
		#cartelera .intro img {
			float: right;
			border: thin ridge #CC9;
		}
		#cartelera .intro .autorintrovid {
			font-family: 'UglyQuaRegular', Tahoma, Geneva, sans-serif;
			font-size: 1.1em;
			color: #392D29;
			float: left;
			margin: 3px auto 3px auto;
			border-bottom-width: thin;
			border-bottom-style: ridge;
			border-bottom-color: #CC9;
			text-align: right;
			height: 40px;
			background-color: #CC9;
			padding-top: 10px;
			padding-right: 2px;
			padding-bottom: 2px;
			padding-left: 2px;
			vertical-align: middle;
			line-height: 1em;
		}
		#cartelera .intro span, #videos_aleatorios .intro span {
			background-image: url(../imagenes/fondos/1024/tv_icon_agua.png);
			float:left;
			display:block;
		}
*//* -------------- central donde van las pequeñas imagenes centrales, musica, etc --- */

#contenidop #central {
	height: 455px;
	width: 240px;
	float:left;
	padding-left:15px;
	padding-top:15px;
}
	.peqcentral {
		display: block;
		height: 221px;
		width: 234px;
		margin-left:auto;
		margin-right:auto;
		margin-bottom: 5px;
		overflow:hidden;
	}
		#cuasipie .peqcentral {
			display: inline;
			float: right;
			position: relative;
			/* [disabled]top: -10px; */
			margin-top: -46px;
			left: 15px;
		}
		.peqcentral .carousel, .peqcentral .carousel2 {
			width: 234px;
			height:221px;
			overflow:hidden;
}

	.titulopeq {
		color: #5E5149;
		font-family: 'OldNewspaperTypes', Georgia, "Times New Roman", Times, serif;
		font-size: 1.4em;
		margin-right: auto;
		margin-left: auto;
		padding-bottom:10px;
		text-decoration:none;
}

		.musica, .cuadrillo {
			text-align:center;
			width:234px;
			height:221px;
			background-image: url(../imagenes/fondos/1024/central_peq.png);
			background-repeat: no-repeat;
			display: block;
			color: #5E5149;
			font-family: 'OldNewspaperTypes', Georgia, "Times New Roman", Times, serif;
			font-size:0.8em;
			letter-spacing: 0.1em;
			padding: 10px 3px 10px 3px;
		}
		.musica img, .cuadrillo img {
			margin-right: auto;
			margin-left: auto;
}
		.musica p, .cuadrillo p {
			float: left;
			width: 110px;
			margin-top: 25px;
			margin-left: 5px;
			line-height: 0.9em;
			letter-spacing:0.1em;
			word-spacing:3px;
		}



.grises img {
filter: url('http://asambleademajaras.com/css/totalillo.css#grayscale'); /* Versión SVG para IE10, Chrome 17, FF3.5, Safari 5.2 and Opera 11.6 */
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%); /* Para cuando es estándar funcione en todos */
filter: Gray(); /* IE4-8 and 9 */

-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.grises img:hover { 
-webkit-filter: grayscale(0%);
-moz-filter: grayscale(0%);
-ms-filter: grayscale(0%);
-o-filter: grayscale(0%);
filter: none;

-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}

/* ------ inferior principal pdf docs y recomendaciones --------- */
.inferior {
	background-image: url(../imagenes/fondos/1024/inferior.png);
	background-repeat: no-repeat;
	width: 378px;
	height: 200px;
	color: #392D29;
	margin-top: -30px;
	margin-left: -15px;
	display: inline-block;
}
	.inferior header h4 {
	letter-spacing: 0.1em;
	color: #392D29;
	text-decoration: none;
	font-size: 0.8em;
	margin-left: -4px;
	margin-top: 26px;
	}
	#pdf {
		float: left;
		margin-left: 12px;
	}
		#pdf h2.titulillo2 a {
			letter-spacing: 0.3em;
			color: #392D29;
			font-size: 0.8em;
	}

		#contenidop #pdf header {
			margin-top: 24px;
		}
		#pdf .content_5 {
			vertical-align: middle;
			clear: both;
			height: 120px;
			width: 310px;
			border-right-width: thin;
			border-left-width: thin;
			border-right-style: dotted;
			border-left-style: dotted;
			border-right-color: #3F332E;
			border-left-color: #3F332E;
			margin-left: 30px;
			overflow: hidden;
		}
/*		 .content_5 ul, .content_6 ul {
			list-style-type: none;
		}
		 .content_5 ul li, .content_6 ul li {
			margin-right: 3px;
			float: left;
		}
*/		 
		#pdf a article {
			overflow: hidden;
			-moz-hyphens: auto;
			-ms-hyphens: auto;
			-webkit-hyphens: auto;
			-o-hyphens: auto;
			hyphens: auto;
			word-wrap: break-word;
			padding: 3px;
			text-decoration: none;
			background-color: #81AA93;
			background-image: url(../imagenes/fondos/1024/pdfpeqbg.png);
			background-repeat: no-repeat;
			height: 100px;
			width: 147px;
			margin-top: 3px;
			font-family: OldNewspaperTypes;
			-webkit-border-radius: 5px;
			border-radius: 5px;
		}
		#pdf a:hover article {
			background-color: #3D4010;
			text-decoration: none;
			box-shadow: 1px 0px 3px rgba(0, 0, 0, 0.70);
			-moz-box-shadow: 1px 0px 3px rgba(0, 0, 0, 0.70);
			-webkit-box-shadow: 1px 0px 3px rgba(0, 0, 0, 0.70);
			}
			
		#pdf .content_5 a article h3 {
			color:#3F332E;
			background-color:#E1E1E1;
			width:80px;
			overflow: hidden;
			-moz-hyphens: auto;
			-ms-hyphens: auto;
			-webkit-hyphens: auto;
			-o-hyphens: auto;
			hyphens: auto;
			word-wrap: break-word;
			text-decoration: none;
			font-size: 0.8em;
			text-align: left;
			float: left;
			display:inline;
			opacity:0.7;
		}
		#pdf .content_5 a:hover article h3 {
			background-color: #663;
			color: #F7E8B5;
			opacity:1;
		}
		#pdf img {
			float: right;
			width: 65px;
			z-index: -10;
		}
		#pdf .intro  {
			top: 65%;
			left: 41%;
			line-height: 1.1em;
			letter-spacing: 0.1em;
			}
		#pdf .intro span {
			background:url(../imagenes/fondos/1024/libro_icon_agua.png);
			}
		#pdf a:hover .intro {
			visibility:visible;
			display:block;
			opacity:1;
			-webkit-opacity: 1;
			-moz-opacity: 1;
			top: 67%;
			z-index:50;
		}
		#pdf .intro .titulointroart {
			font-size:1em;
			padding:4px;
			background-color:#663;
			height:30px;
			margin-top:2px;
			overflow:hidden;
		}
			#pdf .content_5 ul li a .intro p {
				color: #FFF;
				margin-top: 3px;
			}
/* aqui para espacio recomendar */
#contenidop #recomendar {
		float: right;
		margin-right: 6px;
	}
#cuasipie #recomendar {
	float: left;
	display: inline-block;
	position: relative;
	left: 15px;
	margin-left: 0px;
}

.inferior #contenidoRecomendacion #carousel1 {
	height: 110px;
	width: 312px;
	overflow: hidden;
}
.inferior #carousel1 a article {
	float: left;
	width: 154px;
	height: 115px;
	overflow: hidden;
}
#contenidoRecomendacion {
	color: #392D29;
	height: 125px;
	width: 312px;
	padding-right: 20px;
	padding-left: 30px;
	overflow: hidden;
}
.inferior #contenidoRecomendacion #carousel1 a article {
	width: 150px;
	height: 110px;
	background-image: url(../imagenes/fondos/1024/bg_recom.png);
	background-repeat: no-repeat;
	overflow: hidden;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
	margin-right: 3px;
	margin-left: 3px;
	font-size: 0.7em;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #802826;
	opacity:0.6;
}
.inferior #contenidoRecomendacion #carousel1 a:hover article {
	opacity:0.9;
}

.inferior #carousel1 a article header h5 {
	font-family: OldNewspaperTypes, Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	background-color: #CCC;
	text-align: center;
	margin-top: 7px;
	margin-right: 10px;
	margin-bottom: 4px;
	margin-left: 10px;
}
.inferior #contenidoRecomendacion #carousel1 article p {
	display: inline;
	z-index:50;
}

#contenidoRecomendacion #carousel1 article div img {
	z-index: -25;
}


/* -------------- Los botones del carrousel RECOMENDAMOS ------------------ */
.inferior span {
	height: 15px;
	width: 40px;
}

.inferior .next {
	background-image: url(../imagenes/fondos/1024/nextpeq.png);
	background-repeat: no-repeat;
	float: right;
}
.inferior .prev {
	background-image: url(../imagenes/fondos/1024/prevpeq.png);
	background-repeat: no-repeat;
	float: left;
}/* -------- fin botones carrousel RECOMENDAMOS ------- */

/* ----- suscribe principal ------ */
#suscribe {
	text-decoration: none;
	background-image: url(../imagenes/fondos/1024/subscribe.png);
	background-repeat: no-repeat;
	height: 211px;
	width: 258px;
}
	#suscribe ul {
	position: relative;
	top: 102px;
	margin-bottom:3px;
	}
	#suscribe ul li {
		display:inline;
		margin-right:2px;
	}
	#suscribe form {
	clear: both;
	position: relative;
	top: 92px;
	}
	#contenidop #suscribe {
		float: left;
		margin-top: -35px;
		margin-left: -8px;
	}
		#contenidop #suscribe ul { 
			margin-bottom:7px;
		}
		#contenidop #suscribe ul li { 
			margin-right: 5px;
		}
	#cuasipie #suscribe {
	margin-right: auto;
	display: inline-block;
	position: relative;
	float: right;
	margin-top: -45px;
	left: -20px;
	}
	#cuasipie #suscribe form {
		top: 96px;
	}
	#lateralD #suscribe {
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	}
	
	#enviarmensaje {
		background-image: url(../imagenes/fondos/1024/enviarmensaje.png);
		width: 320px;
		height: 205px;
		display: block;
		margin-left: -20px;
		margin-top: 15px;
		margin-bottom: 15px;
		background-repeat: no-repeat;
	}
	#lateralDmusic #enviarmensaje {
		margin-left:-44px;
	}
	
/* -------------- pie igual para todos ------------- */
.pie {
	background: url(../imagenes/fondos/1024/pie_r1_c1.jpg) top left, url(../imagenes/fondos/1024/pie_r1_c2.jpg) top right;
	background-repeat: no-repeat;
	height: 148px;
	width: 991px;
	clear: both;
	margin-top: -10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}

	.pie aside {
		text-align: center;
		vertical-align: middle;
		margin-top: 38px;
		margin-right: auto;
		margin-bottom: 15px;
		margin-left: auto;
		width: 250px;
		float: left;
	}
	.pie p, .pie p a, .pie a {
		font-family: OldNewspaperTypes;
		font-size: 0.9em;
		color: #F5F2E5;
		margin-top: 2px;
	}
	#face {
		float: right;
		margin-top: 37px;
		margin-right: 40px;
	}
	.pie #contacto a {
		color: #E9DABD;
		text-decoration: none;
	}
	.pie #contacto a:hover {
		color: #930;
		background-color:#E9DABD;
		text-decoration: none;
	}
	.pie aside ul {
		text-align: center;
		vertical-align: middle;
		margin-top: 50px;
		margin-bottom: 10px;
		margin-left: 5px;
		list-style-type: none;
		display: inline;
	}
	.pie aside ul li {
		text-align: center;
		vertical-align: middle;
		display: inline;
		margin-top: 25px;
		margin-left: 5px;
	}

/* ---------------- para DOCS PDF detalle ------------------- */
#contenidodoc {
	clear: both;
	width: 1030px;
	height: 828px;
	background: url(../imagenes/fondos/1024/docbg_r1_c1.jpg) top left, url(../imagenes/fondos/1024/docbg_r1_c2.jpg) top right, url(../imagenes/fondos/1024/docbg_r2_c1.jpg) bottom left, url(../imagenes/fondos/1024/docbg_r2_c2.jpg) bottom right;
	background-repeat: no-repeat;
	margin: 0px auto 0px auto;
	font-family: 'MuseoSlab-500', Georgia, "Times New Roman", Times, serif;/*'CommunistItalic', Georgia, "Times New Roman", Times, serif*/
	border-bottom-color: #392D29;
}
#contenidodoc #doc {
	float: left;
	width: 444px;
	padding-top: 50px;
	overflow: hidden;
	height: 735px;
	color: #392D29;
	padding-bottom: 15px;
	padding-left: 42px;
	padding-right: 35px;
}
#contenidodoc a {
	color:#933;
	text-decoration: none;
}
#contenidodoc a:hover {
	color:#933;
	text-decoration:underline;
	text-shadow: 1px 1px 3px #FF9; /* Firefox 3.5+, Opera 9+, Safari 1+, Chrome, IE10 */	
}
	#doc header {
		width: 410px;
		margin-right: auto;
		margin-left: auto;
		border-bottom-width: medium;
		border-bottom-style: groove;
		border-bottom-color: #5D5940;
		padding-bottom: 7px;
		margin-bottom:12px;
		font-size:20px;
		text-align:left;
		text-shadow: 2px 1px #CC9933;
	}
	.textodoc {
		height: 600px;
		width: 450px;
		margin-bottom:10px;
		clear:both;
	}
	.textodoc h2 {
		text-align:justify;
		line-height:110%;
		word-break:normal;
	}
	#doc p, #contenidodoc #embed p {
		text-align: justify;
		margin-bottom: 10px;
		margin-top: 10px;
		font-family: 'MuseoSlab-500', Georgia, "Times New Roman", Times, serif;
		color: #333;
		font-size: 0.9em;
		line-height: 1.1em;
		margin-left: 10px;
		word-break:break-strict;
	}
#contenidodoc #embed {
	float: right;
	width: 440px;
	margin-top: 0px;
	margin-bottom: 6px;
	margin-left: auto;
	margin-right: auto;
	height: 680px;
	text-align: center;
	padding-top: 50px;
	padding-right: 36px;
	padding-left:27px;
}
	#contenidodoc #embed iframe, #doc iframe {
		max-width:440px;
		max-height:600px;
		margin-bottom:15px;
		margin-top:15px;
	}
#contenidodoc .centrar {
	margin-left: 125px;
	margin-top: 5px;
}
.listadoH {
	max-width: 960px;
	height: 200px;
	overflow: hidden;
	margin-right: 30px;
	margin-left: 30px;
	margin-top: 35px;
	margin-bottom: 10px;
	padding:8px;
}
#lista_docs {
	height: 148px;
	width: 940px;
	/*margin-top: 3px;*/
	background: url(../imagenes/fondos/1024/esqFoto1.png) top left, url(../imagenes/fondos/1024/esqFoto2.png) top right, url(../imagenes/fondos/1024/esqFoto4.png) bottom left, url(../imagenes/fondos/1024/Foto3.png) bottom right;
	background-repeat: no-repeat;
	padding-bottom: 10px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 12px;
}
	.otro_doc {
	width: 250px;
	height: 120px;
	margin: 10px;
	border-right-color: #24100C;
	border-left-color: #24100C;
	border-style: dashed;
	border-width: thin;
	overflow:hidden;
	position:relative;
	padding:6px;
	float:left;
	}
	.otro_doc p {
		float:left;
		padding-top: 5px;
		margin-right:5px;
		padding-left:10px;
		text-align:center;
		max-width:110px;
		-moz-hyphens: auto;
		-ms-hyphens: auto;
		-webkit-hyphens: auto;
		-o-hyphens: auto;
		hyphens: auto;
		word-wrap: break-word;
		position:relative;
	}
	.otro_doc figure {
		position:relative;
		max-width: 120px;
		float:right;
	}
#listapdf {
	background-image: url(../imagenes/fondos/1024/listadoc.png);
	background-repeat: no-repeat;
	float: right;
	height: 150px;
	width: 420px;
	margin-right: 47px;
	margin-top: 10px;
	font-size: 0.9em;
	padding-top: 5px;
	padding-bottom: 5px;

}
#listapdf .content_6 {
	text-align: center;
	vertical-align: middle;
	clear: both;
	height: 115px;
	width: 395px;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 8px;
	margin-left: 10px;
}
strong {
	font-weight: bold;
}
blockquote {
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 40px;
	padding-left: 15px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #930;
	padding-top: 5px;
	padding-bottom: 5px;
}
#contacto {
	font-family: OldNewspaperTypes;
	color: #E9DEC3;
	font-size: 0.9em;
	width: 335px;
	margin-top: 40px;
	margin-left: 40px;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	text-align: left;
	letter-spacing: 0.1em;
	line-height: 1.4em;
	text-decoration: none;
}

/*   --------       ------     total para VIDEO       -------    ---------        */
#video, #libro_detalle, #contenedor {
	text-decoration: none;
	clear: both;
	height: 100%;
	width: 1024px;
	overflow: visible;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}

#video .titulovideo {
	width: 176px;
	padding-top: 0.7em;
	padding-bottom: 0.7em;
	background-color: #DAD4C5;
	height: 100%;
	-webkit-transform: rotate(-4deg);  /* Chrome, Safari 3.1+ */
	-moz-transform: rotate(-4deg);  /* Firefox 3.5-15 */
	-ms-transform: rotate(-4deg);  /* IE 9 */
	-o-transform: rotate(-4deg);  /* Opera 10.50-12.00 */
	transform: rotate(-4deg);  /* Firefox 16+, IE 10+, Opera 12.10+ */
	margin-right: auto;
	margin-left: 0px;
	margin-top: -4px;
	margin-bottom: -112px;
	float: left;
	z-index: 500;
/*	border: thin outset #A37A56;
*/	padding-right: 15px;
	padding-left: 15px;
	display: inline-block;
	word-wrap:break-word;
	border-radius:6px;
}

#video header h1 {
	min-height: 58px;
	font-family:  "archivo_narrowregular", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.4em;
	color: #3F0203;
	text-shadow: 1px 1px 3px #888; /* Chrome, Firefox 3.5+, IE 10+, Opera 9+, Safari 1+ */
	letter-spacing: 0.1em;
/*	opacity: 0.9;
*/}
/* ------------------------------- TVXL la tele donde se incrustan los videos -------------------- */
#tvXL {
	width: 1020px;
	height: 670px;
	background: url(../imagenes/fondos/1024/tv21_02.jpg) top left, url(../imagenes/fondos/1024/tv21_03.jpg) top right, url(../imagenes/fondos/1024/tv21_04.jpg) bottom left, url(../imagenes/fondos/1024/tv21_05.jpg) bottom right;
	background-repeat: no-repeat;
	margin: -4px auto 0px auto;
	overflow: hidden;
	display: inline-block;
	font-family: "archivo_narrowregular", Helvetica, Arial, sans-serif;
}
/* ------------- donde se incrustan los videos ------------ */
	#tvXL .content_6 {
	vertical-align: middle;
	height: 475px;
	width: 650px;
	overflow: hidden;
	position: relative;
	left: 210px;
	top: 63px;
	padding-top: 2em;
	color: #FFF;
	font-size: 15px;
	line-height: 19px;
	word-spacing: 5pt;
	}
	#tvXL h2 {
		margin: 5px auto;
	}
	#tvXL #embed, #tvXL #dm_jukebox_iframe {
		min-height: 474px;
	}
	#tvXL .content_6 p {
		background-color:rgba(112,38,66,0.70);
	}
		#tvXL .content_6 a, #tvXL .content_6 a p {
			color:#C33;
		}
		#tvXL .content_6  a:hover, #tvXL .content_6  a:hover p {
			color:#FFF;
			background-color:#C33;
		}
#tvXL iframe, #tvXL embed, #tvXL object {
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
}

/* ---------- TVLateralDerecho en tvXL ----------*/	   
#tvXL #TVlateralD {
	height: 578px;
	width: 103px;
	margin-top: -465px;
	margin-right: 41px;
	float: right;
}
	#TVlateralD .info {
			width:80px;
			height:76px;
			margin-left:auto;
			margin-right:auto;
			background-image:url(../imagenes/fondos/info.png);
			background-repeat:no-repeat;
			margin-top:20px;	
		}
	#TVlateralD .info {
	/* [disabled]margin-top:20px; */
	}
	#TVlateralD #masmenosVid {
		color: #490B06;
		clear: both;
		width: 100px;
		margin-top: 100px;
		height: 50px;
		font-weight: bold;
	}
		#TVlateralD #masmenosVid a.menosVid {
			float: left;
			margin-top: 18px;
			margin-right: auto;
			margin-bottom: 20px;
			margin-left: 8px;
			color: #FFF;
			background-color: #862A23;
			height: 20px;
			width: 20px;
			border-radius: 10px 10px 10px 10px;
			-moz-border-radius: 10px 10px 10px 10px;
			-webkit-border-radius: 10px 10px 10px 10px;
			border: 1px outset #FFFFFF;
		}

		 #TVlateralD #masmenosVid a.masVid {
			float: right;
			margin-top: 18px;
			margin-right: 12px;
			margin-bottom: 25px;
			margin-left: auto;
			color: #FFF;
			background-color: #862A23;
			height: 20px;
			width: 20px;
			border-radius: 10px 10px 10px 10px;
			-moz-border-radius: 10px 10px 10px 10px;
			-webkit-border-radius: 10px 10px 10px 10px;
			border: 1px outset #FFFFFF;
		}

	#TVlateralD #masmenosVid a.menosVid:hover, #tvXL #TVlateralD #masmenosVid a.masVid:hover {
		-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
		box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
	}
	#TVlateralD #masmenosVid a.menosVid:active, #tvXL #TVlateralD #masmenosVid a.masVid:active {
		border: 1px inset #FFFFFF;
	}
/* ------------fin lateralDerecho en tvXl -------------- */
/* para reportar error en video */
#errorvid {
	width: 80px;
	height: 76px;
	position: relative;
	background-image: url(../imagenes/fondos/error.png);
	margin-left: auto;
	margin-right: auto;
	top: 274px;
	left: -5px;
}
/* buscador videos */
#buscadorVid {
	background-color: #CCC;
	padding-top: 10px;
	opacity: 1;
	color: #333333;
	border: medium dotted #535353;
	margin-bottom: 15px;
	margin-right: auto;
	margin-top: 15px;
	margin-left: auto;
	padding-bottom: 10px;
}
#resultado {
	background-color: #F0F0F0;
	padding: 8px;
	margin: 10px;
	opacity: 1;
	max-height: 300px;
	overflow: auto;
	line-height: 0.9em;
}
.registroVidBus {
	overflow: hidden;
	max-height: 70px;
	margin-bottom: 5px;
	border: thin ridge #993333;
	padding: 4px;
}
	.titVidBus {
	width:40%;
	text-align:left;
	font-size:14px;
	float:left;
}
.introVidBus {
	width:59%;
	text-align:justify;
	font-size:12px;
	float:right;
}
/* fin buscadorVideos */
/* ------------ info_video, infor_libro, Generico, Contacto ------------ */
#info_video, #info_libro, #contenedorGenerico, #contenedor_articulo {
	width: 990px;
	min-height: 765px;
	font-family: "archivo_narrowregular", Helvetica, Arial, sans-serif;
	font-size: 18px;
	letter-spacing: 0.4pt;
	line-height: 1.4em;
	word-spacing: 1.5pt;
/*	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 15px;
*/	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}
		#contenedorGenerico #titulo_articulo h1, #articulocuerpo h3, #music h3 {
			background-color: #37382E;
			color: #F6F6F6;
			font-family: 'OldNewspaperTypes', Georgia, "Times New Roman", Times, serif;
			font-size: 26px;
			line-height: 100%;
			margin-bottom: 6px;
			margin-left: 2px;
			margin-top: 18px;
			min-height: 28px;
			padding-bottom: 5px;
			padding-left: 20px;
			padding-top: 12px;
			text-align: left;
			width: 80%;
	}
		#contenedorGenerico .img_caja, #lateralArticulo .img_caja, #contenedor_articulo .fotoc {
	float: left;
	background-color:#FFC;
	background: url(../imagenes/fondos/1024/esqFoto1.png) top left, url(../imagenes/fondos/1024/esqFoto2.png) top right, url(../imagenes/fondos/1024/esqFoto4.png) bottom left, url(../imagenes/fondos/1024/Foto3.png) bottom right;
	background-repeat: no-repeat;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 10px;
	margin-top: 5px;
	padding-bottom: 10px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 10px;
		}
			#contenedor_articulo .fotoc dt, #contenedor_articulo .fotoc dd {
				max-width:310px;
			}
	#lateralArticulo .img_caja img, #lateralArticulo .img_caja a img {
		   max-width: 240px;
    overflow: hidden;
	height:auto;
	}
	#info_video h1, #info_libro h1, #contenedorGenerico #cabezaContacto h1, #contenedorGenerico #cabezaLink h1, #cabezaMusica h1, #cabezaArticulo h1 {
	font-family: 'OldNewspaperTypes', Georgia, "Times New Roman", Times, serif;
	font-size: 32px;
	font-weight: 300;
	letter-spacing: 1.2pt;
	word-spacing: 6pt;
	background-image: url(../imagenes/fondos/1024/video_retro.png);
	border-bottom-width: 15px;
	border-bottom-style: double;
	border-bottom-color: #37382E;
	line-height: 1.4em;
	text-shadow: 1px 1px 4px #B5B796;/*sombra de texto */
	color: #37382E;
	padding-top: 5px;
	padding-right: 24px;
	padding-bottom: 5px;
	text-align: left;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 104px;
	min-height: 125px;
	float: left;
	width: 508px;
	border-top: 20px double #37382E;
}
	#contenedorGenerico #cabezaLink h1, #contenedorGenerico #cabezaContacto h1, #cabezaMusica h1 {
		text-align:center;
		line-height:120%;
		word-spacin:1pt;
		letter-spacin: 0.4pt;
		text-transform:uppercase;

	}
	#cabezaArticulo h1 {
		background-image:url(../imagenes/fondos/1024/escribiendo2manos.png);
		width:90%;
		min-height:110px;
	}
	#contenedorGenerico #cabezaLink h1 {
		background-image: url(../imagenes/fondos/1024/pulpo.png);
		width: 513px;
	}
	#contenedorGenerico #cabezaContacto h1 {
		background-image:url(../imagenes/fondos/1024/phone.png);

		width: 620px;
	}
		#info_libro h1 {
			background-image: url(../imagenes/fondos/1024/libros100.png);
			width: 700px;	
/*			font-family: 'CommunistItalic', SixCapsRegular, 'BebasNeueRegular', "UglyQuaItalic", 'OswaldLight', 'League Gothic';
*/			font-size: 34px;
			word-spacing: 4pt;
			line-height: 1.2em;

		}
	/* ------------ contactoGenerico ------------- */	
#contactoGenerico {
	width: 268px;
	float: right;
	margin-right: 30px;
	margin-left: 20px;
	margin-bottom: 8px;
	font-family: Constantia, Georgia, serif;
}
	#contactoGenerico h1 {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	background-color: #A47873;
	color: #F6F6F6;
	letter-spacing: 1.7pt;
	font-size: 30px;
	margin-bottom: 20px;
	line-height: 40px;
	}
#info_video .bordesTextoVideo, #info_libro .bordesTextoLibro, #articulocuerpo {
	border-top-width: 2px;
	border-right-width: thin;
	border-bottom-width: 3px;
	border-left-width: thin;
	border-top-style: dotted;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #6B603D;
	border-right-color: #6B603D;
	border-bottom-color: #6B603D;
	border-left-color: #6B603D;
	overflow: hidden;
	max-width: 645px;
	padding-bottom: 20px;
}
#contenedor #articulocuerpo {
	padding-bottom:10px;
	max-width:615px;
	text-align:justify;
}

#info_video .h2video, #info_libro .h2libro, #cabezaLink .textoD, #contenedor_articulo #introduccion, #introduccionGrande, #central #intro {
	/*text-align: center;*/
	height: 100%;
	overflow: hidden;
	font-family: 'archivo_narrowbold_italic', sans-serif;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	color:#37382E;
	text-align:justify;
	}
	#cabezaLink .textoD {
		float:right;
		width:330px;
	}
.h2video h2, .h2libro h2, #cabezaLink .textoD p, #contenedor_articulo #introduccion h2, #contenedor_articulo #introduccion table, #contenedor_articulo #introduccion h3, #contenedor_articulo #introduccion p, #introduccionGrande h2, #introduccionGrande p, #central #intro h2 {
	font-size: 18px;
	color: #37382E;
	border: 3px dotted #F4F7CA;
	background-color: #F9FBE3;
	text-align: justify;
	letter-spacing: 0.3pt;
	margin-top: 10px;
	line-height: 1.3em;
	margin-right: 15px;
	margin-left: 15px;
	opacity: 0.9;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
	.dosColumnas {
		-webkit-column-width: 250px;
		-moz-column-width: 250px;
		column-width: 250px;
		-webkit-column-gap: 40px;
		-moz-column-gap: 40px;
		column-gap: 40px;
		-moz-column-rule: 2px dotted #37382E;
		-webkit-column-rule: 2px dotted #37382E;
		column-rule: 2px dotted #37382E;
	}
#escuchar embed, #sonido embed {
	height: 50px;	
}
   /* ----- aquí metemos los estilos para la parte derecha de info donde estará la imagen y un texto complementario si existe en el registro --- */

#info_video #videoImg, #info_libro #libroImg {
	float: right;
	height: 146px;
	width: 190px;
	margin-top: 20px;
	opacity: 0.8;
	display: inline;
	margin-right: 10px;
}
#info_libro #libroImg {
	width: 120px;
	height: 150px;
	opacity: 1;
	border-radius: 50% 50% 50% 50%;
	margin-top: 5px;
	overflow:hidden;
}
	#info_libro #libroImg img {
		position:relative;
		top:18px;
	}
#info_video #videoImg figure {
	margin-top: 28px;
	margin-left: 1px;
	margin-right: 10px;
	margin-bottom: 23px;
	height: 145px;
	width: 179px;	
}
#info_video #videoImg .film {
	background-image: url(../imagenes/fondos/1024/film.png);
	background-repeat: no-repeat;
	position: relative;
	left: 0px;
	top: 0px;
	margin-top: -194px;
	height: 145px;
	width: 179px;
}
#info_video #textovid, #info_libro #textolibro, #contenedorGenerico #articulocuerpo p, #contenedor #articulocuerpo, #contenedor_articulo #articulocuerpo p, #music p, #cuerpo #texto {
	font-family: 'archivo_narrowregular', Helvetica, Arial, sans-serif;
	height: auto;
	width: 96%;
	font-size: 18px;
	line-height: 130%;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: justify;
	margin-right: auto;
	margin-left: auto;
	color: #37382E;
	word-spacing: 1pt;
	letter-spacing: normal;
}
#textovid p, #textovid iframe {
	margin:10px auto;
}
#textovid iframe {
	text-align:center;
}
	#contenedor_articulo #articulocuerpo a, #contenedor_articulo #articulocuerpo, #music p a, #cuerpo #texto {
		text-align: justify;
		font-family: 'archivo_narrowregular', Helvetica, Arial, sans-serif;
	}
	 #articulocuerpo iframe, #introduccionGrande iframe {
		 margin:10px auto;
		 text-align:center;
		 max-width:580px;
	 }
	 #fuente table, #introduccion table {
	max-width: 615px;
	text-align: left;
	 }
	
	#info_video #textovid a:hover, #info_libro #textolibro a:hover, #papelincrustado a:hover, .comentarios #disqus_thread a:hover, #contactoGenerico a:hover, #contenedorGenerico #articulocuerpo a:hover, #contenedor_articulo #articulocuerpo a:hover, #contenedor_articulo #introduccion a:hover, #introduccionGrande a:hover, #music p a:hover {
		color: #FFC;
		background-color:#782527;	
	}
	#info_video #textovid p em, #info_libro #textolibro p em, #contenedorGenerico #articulocuerpo p em, #contenedor_articulo #articulocuerpo p em, #contenedor_articulo #articulocuerpo table em {
		font-family: 'archivo_narrowbold_italic';
	}
	#info_video #textovid p strong, #info_libro #textolibro p strong, #contenedorGenerico #articulocuerpo p strong, #contenedor_articulo #articulocuerpo p strong, #contenedor_articulo #articulocuerpo table strong {
		font-family: 'archivo_narrowbold';
	}
	#info_video #textovid a, #info_libro #textolibro a, #descarga a, #papelincrustado a, .comentarios #disqus_thread a, .enlaceOtraSeccion a, #contactoGenerico a, #contenedorGenerico #articulocuerpo a, #contenedor_articulo #articulocuerpo a, #contenedor_articulo #introduccion a, #introduccionGrande a, #music p a, #fuente a
 {
		color:#B73D1E;
	}
	#contenedor_articulo #articulocuerpo hr {
		display:none;
	}
#info_libro #textolibro {
	text-align:center;
}
	#info_libro #textolibro p, #contenedorGenerico #articulocuerpo p, #music p {
		text-align:left;
		margin-bottom:10px;
		font-size:1em;
	}
	#articulocuerpo .linkseleccion {
		width:200px;
		float:left;
		margin-right:15px;
		margin-top:20px;
		height:200px;
		display:inline;
	}
	#info_video #textovid ul, #info_video #textovid ol, #info_libro #textolibro ul, #info_libro #textolibro ol, #contenedorGenerico #articulocuerpo ul, #contenedorGenerico #articulocuerpo ol, #articulocuerpo ol {
		padding-left: 0; /*Limpieza de márgenes (se puede cambiar)*/
		padding-bottom: 14px;
		padding-top:14px;
		margin-left: 25px; /*Indentado de la lista (se puede cambiar)*/
		list-style-type: none; /*Quitar estilo de viñeta*/
	}
	#info_video #textovid ul li, #info_video #textovid ol li, #info_libro #textolibro ul li, #info_libro #textolibro ol li, #contenedorGenerico #articulocuerpo ul li, #contenedorGenerico #articulocuerpo ol li,  #articulocuerpo ol li {
		background: url(../imagenes/fondos/mask.gif) left center no-repeat;
		margin-bottom: 10px;
		padding-left: 20px;
		text-align:left;
	}
	
	#videotemas {
		padding: 10px;
		
	}
	#videotemas ul li {
		float: left;
		margin: 5px 12px;
	}
	
/* -------- FuentesEnlaces en Info_video --------------- */
#info_video #fuenteEnlaces {
	padding: 15px;
	clear: both;
	width: 85%;
	height: auto;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	opacity:0.8;
}
	#info_video #fuenteEnlaces header {
	font-family: 'archivo_narrowbold_italic', Palatino, sans-serif;
	font-size: .9em;
	color: #64655E;
	background-color: #B9AF9F;
	letter-spacing: 0.1em;
	text-align: left;
	padding-bottom: 2px;
	padding-left: 55px;
	font-style: italic;
	opacity: 1;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
	#fuenteEnlaces a {
		color: #64655E;	
	}
	#fuenteEnlaces a:hover {
		color: #FBFAF7;
		background-color: #64655E;
	}
	#fuenteEnlaces ul {
		opacity: 0.7;
		background-color: #DAD4C5;
		text-align: left;
		padding:15px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	}
	#fuenteEnlaces ul li {
		padding-left: 15px;
		padding-top: 3px;
		padding-right: 10px;
		text-decoration: none;
		font-size: 0.9em;
		opacity: 1;
	}
	/* ----- fin fuentesEnlace video --------*/
             
/* ----------- videos aleatorios, utlimos libros, articulos aleatorios  ----------------- */
	#videos_aleatorios, #libro_detalle #videos_aleatorios, #articulos_aleatorios {
	float: right;
	width: 320px;
	background: url(../imagenes/fondos/1678.png) repeat bottom right;
	font-size: 8px;
	text-decoration: none;
	letter-spacing: 2px;
	overflow: visible;
	color: #FFF;
	padding-bottom: 15px;
	padding-top: 15px;
	margin-bottom:20px;
}
#articulos_aleatorios {
	background: url(../imagenes/fondos/1641.png) repeat bottom right;
	color:#333;
	font-size:12px;
}
	#videos_aleatorios .zapping {
		height: 99px;
		width: 250px;
		margin-top: 5px;
		margin-right: auto;
		margin-bottom: 15px;
		margin-left: auto;
		background-image: url(../imagenes/fondos/1024/ZAPPING.png);
		background-repeat: no-repeat;
	}
	#articulos_aleatorios a {
		margin-bottom:10px;
	}
	#imgAutor {
		height:120px;
		padding:10px;
		overflow:hidden;
		margin-top:-155px;
		margin-right:15px;
		float:right;
	}
	article.articulo_aleatorio, .articuloautor {
		background: -moz-radial-gradient(center, ellipse cover,  rgba(178,127,80,0) 0%, rgba(178,127,80,0.65) 100%); /* FF3.6+ */
		background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(178,127,80,0)), color-stop(100%,rgba(178,127,80,0.65))); /* Chrome,Safari4+ */
		background: -webkit-radial-gradient(center, ellipse cover,  rgba(178,127,80,0) 0%,rgba(178,127,80,0.65) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-radial-gradient(center, ellipse cover,  rgba(178,127,80,0) 0%,rgba(178,127,80,0.65) 100%); /* Opera 12+ */
		background: -ms-radial-gradient(center, ellipse cover,  rgba(178,127,80,0) 0%,rgba(178,127,80,0.65) 100%); /* IE10+ */
		background: radial-gradient(ellipse at center,  rgba(178,127,80,0) 0%,rgba(178,127,80,0.65) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b27f50', endColorstr='#a6b27f50',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
		padding:10px 5px;
		overflow:hidden;
		height:auto;
		color:#37382E;
		letter-spacing:0.1em;
		border-radious: 6px;
}
	.articuloautor {
		width:45%;
		height: 220px;
		float:left;
		position:relative;
		margin:10px;
	}
	#articulos_aleatorios a h3, .articuloautor h4 {
		font-family: "archivo_narrowbold_italic", sans-serif;
		font-size:17px;
		padding-bottom:2px;
		border-bottom:dotted medium;
		line-height:95%;
		letter-spacing:normal;
		text-align:center;
}
.imgArtAle {
	margin-top:18px;	
}
	a:hover .articuloautor {
	box-shadow: 2px 2px 2px #37382e;
	}
	#articulos_aleatorios a:hover h3, a:hover .articuloautor h4 {
	text-shadow: 2px 2px 2px #FFC;
	}
	article.articulo_aleatorio p, #contenedor_articulo #articulocuerpo .articuloautor p {
		font-family: "archivo_narrowregular",Helvetica,Arial,sans-serif;
		float:left;
		margin:12px;
		max-width:176px;
		font-size:15px;
		line-height:1.4em;
		text-align:justify;
	}
	#articulos_aleatorios article.articulo_aleatorio p {
		max-width:none;
		float:none;
	}
	#contenedor_articulo #articulocuerpo .articuloautor p {
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	word-spacing:-0.2rem;
	line-height: 120%;
	margin: 10px 0px;
	width: auto;
	text-align: justify;
	}
	.articuloautor .imgArtAle {
		border-radius:10%;
		overflow:hidden;
		width:75px;
		max-height:80px;
		float:right;
		background-color:#92675C;
		/*margin: 10px 5px 5px 0px;*/
	}	
	.articulo_aleatorio .imgcon {
		float:right;
		margin: 8px;
	}
	.articulo_aleatorio .autorAle, .articuloautor .autorAle {
		clear:both;
		font-size:14px;
		float:right;
		font-family:"archivo_narrowbold_italic",sans-serif;
	}
	#videos_aleatorios a, #libro_detalle #videos_aleatorios a {
		color: #F8F5E2;
	}
	#videos_aleatorios a:hover, #libro_detalle #videos_aleatorios a:hover {	
		text-shadow: 1px 1px 6px #fff;
	}
	#videos_aleatorios a p, #libro_detalle #videos_aleatorios a p {
		background-color: #3B2F24;
		opacity: 0.8; /* Android 2.1+, Chrome 4+, Firefox 2+, IE 9+, iOS 3.2+, Opera 9+, Safari 3.1+ */
		margin-top: 5px;
		height: 16px;
		padding: 4px;
		font-size: 13px;
		line-height: 1.2em;
		margin-bottom: 5px;
		display: block;
		letter-spacing:0.1em;
	}
	#videos_aleatorios hr {
		text-align: center;
		clear: both;
		float: none;
	}
	#videos_aleatorios .tv {
		margin-right: auto;
		margin-left: auto;
	}
	#videos_aleatorios a h3 {
		font-size: 15px;
		font-family: "archivo_narrowregular", Helvetica, Arial, sans-serif;
		background: rgba(128,116,75,0.8);
		/* Old Browsers */background: -moz-radial-gradient(center, ellipse cover, rgba(128,116,75,0.8) 0%, rgba(66,59,36,0.8) 0%, rgba(87,72,24,0.86) 29%, rgba(97,83,37,0.88) 39%, rgba(77,69,42,0.92) 58%, rgba(56,49,28,0.99) 94%, rgba(51,27,23,1) 100%);
		/* FF3.6+ */background: -webkit-gradient(radial, center center, 0px, center center, 100%, , color-stop(0%, rgba(128,116,75,0.8)), color-stop(0%, rgba(66,59,36,0.8)), color-stop(29%, rgba(87,72,24,0.86)), color-stop(39%, rgba(97,83,37,0.88)), color-stop(58%, rgba(77,69,42,0.92)), color-stop(94%, rgba(56,49,28,0.99)), color-stop(100%, rgba(51,27,23,1)));
		/* Chrome,Safari4+  */background: -webkit-radial-gradient(center, ellipse cover, rgba(128,116,75,0.8) 0%, rgba(66,59,36,0.8) 0%, rgba(87,72,24,0.86) 29%, rgba(97,83,37,0.88) 39%, rgba(77,69,42,0.92) 58%, rgba(56,49,28,0.99) 94%, rgba(51,27,23,1) 100%);
		/* Chrome10+,Safari5.1+ */background: -o-radial-gradient(center, ellipse cover, rgba(128,116,75,0.8) 0%, rgba(66,59,36,0.8) 0%, rgba(87,72,24,0.86) 29%, rgba(97,83,37,0.88) 39%, rgba(77,69,42,0.92) 58%, rgba(56,49,28,0.99) 94%, rgba(51,27,23,1) 100%);
		/* Opera 11.10+ */background: -ms-radial-gradient(center, ellipse cover, rgba(128,116,75,0.8) 0%, rgba(66,59,36,0.8) 0%, rgba(87,72,24,0.86) 29%, rgba(97,83,37,0.88) 39%, rgba(77,69,42,0.92) 58%, rgba(56,49,28,0.99) 94%, rgba(51,27,23,1) 100%);
		/* IE 10+ */background: radial-gradient(ellipse at center, rgba(128,116,75,0.8) 0%, rgba(66,59,36,0.8) 0%, rgba(87,72,24,0.86) 29%, rgba(97,83,37,0.88) 39%, rgba(77,69,42,0.92) 58%, rgba(56,49,28,0.99) 94%, rgba(51,27,23,1) 100%);
		/* W3C */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80744b', endColorstr='#331b17', GradientType=1 );
		/* IE6-9 fallback on horizontal gradient */
		text-align: center;
		width: 148px;
		min-height: 100px;
		float: left;
		padding-top: 7px;
		padding-right: 6px;
		padding-bottom: 6px;
		padding-left: 6px;
		line-height: 1.2em;
		vertical-align: middle;
		display: table-cell;
		letter-spacing: 0.05em;
		word-spacing: 0.1em;
		-moz-hyphens: auto;
		-ms-hyphens: auto;
		-webkit-hyphens: auto;
		-o-hyphens: auto;
		hyphens: auto;
		word-wrap: break-word;
		color:#F8F5E2;
		}
		
		#videos_aleatorios .intro, #articulos_aleatorios.intro {
			position: absolute;
			top: -5px;
			left:-400px;
			height:100px;
		}
		#videos_aleatorios a.tooltip:hover .intro {
			color: #F8F5E2;
			visibility: visible;
			display: block;
			opacity: 1;
			top: 5px;
			left: -120px;
			z-index: 50;
			padding: 5px;
			cursor: pointer;
		}
/* ------------ fin videos_aleatorios ------------------------ */

/* ----------------   ultimos libros            -------------- */
#ultimosLibros {
	width: 320px;
	background: rgba(226,227,191,1);
	/* Old Browsers */background: -moz-radial-gradient(center, ellipse cover, rgba(226,227,191,1) 0%, rgba(226,227,191,1) 18%, rgba(232,225,188,1) 55%, rgba(235,230,195,1) 80%, rgba(245,205,144,1) 100%);
	/* FF3.6+ */background: -webkit-gradient(radial, center center, 0px, center center, 100%, , color-stop(0%, rgba(226,227,191,1)), color-stop(18%, rgba(226,227,191,1)), color-stop(55%, rgba(232,225,188,1)), color-stop(80%, rgba(235,230,195,1)), color-stop(100%, rgba(245,205,144,1)));
	/* Chrome,Safari4+  */background: -webkit-radial-gradient(center, ellipse cover, rgba(226,227,191,1) 0%, rgba(226,227,191,1) 18%, rgba(232,225,188,1) 55%, rgba(235,230,195,1) 80%, rgba(245,205,144,1) 100%);
	/* Chrome10+,Safari5.1+ */background: -o-radial-gradient(center, ellipse cover, rgba(226,227,191,1) 0%, rgba(226,227,191,1) 18%, rgba(232,225,188,1) 55%, rgba(235,230,195,1) 80%, rgba(245,205,144,1) 100%);
	/* Opera 11.10+ */background: -ms-radial-gradient(center, ellipse cover, rgba(226,227,191,1) 0%, rgba(226,227,191,1) 18%, rgba(232,225,188,1) 55%, rgba(235,230,195,1) 80%, rgba(245,205,144,1) 100%);
	/* IE 10+ */background: radial-gradient(ellipse at center, rgba(226,227,191,1) 0%, rgba(226,227,191,1) 18%, rgba(232,225,188,1) 55%, rgba(235,230,195,1) 80%, rgba(245,205,144,1) 100%);

/* W3C */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e3bf', endColorstr='#f5cd90', GradientType=1 );
	/* IE6-9 fallback on horizontal gradient */
	overflow: hidden;
	padding: 12px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	font-family: 'OldNewspaperTypes', Georgia, "Times New Roman", Times, serif;
}
	#ultimosLibros .titulo {
		background-color: #615241;
		color: rgba(226,227,191,1);
		padding:8px;
		border-radius: 6px;
	}
	#ultimosLibros .libroUlt {
		width:280px;
		border-top-style: dotted;
		border-bottom-style: dotted;
		border-width: thin;
		border-color: #6C868E;
		margin-left:auto;
		margin-right:auto;
		margin-botton: 10px;
		margin-top: 10px;
		padding: 5px;
	}
	#ultimosLibros .libroUlt a {
	margin-botton: 10px;
	color: #615241;
	display: block;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 2px;
	padding-top: 5px;
	}
	#ultimosLibros .libroUlt a:hover {
	color: #300;
	text-shadow: 2px 2px 2px #DAD4C5;
	margin-botton: 15px;
	}
	.tituloUltLibro {
		text-align:justify;
	width: 170px;
	float: left;
	line-height: 130%;
	font-size: 15px;
	}
	#ultimosLibros .libroUlt figure.imgUltLibro img {
		float:right;
		margin-bottom:10px;
	}
	#ultimosLibros .libroUlt a:hover figure.imgUltLibro img {
	-webkit-box-shadow: 2px 2px 4px #333333;
	box-shadow: 2px 2px 4px #333333;
	}
	#ultimosLibros .libroUlt .autorUlt {
	clear: both;
	font-size: 13px;
	margin-left: auto;
	margin-right: auto;
	width: 85%;
	line-height: 1.2em;
	}
.enlaceOtraSeccion {
	font-size: 13px;
	height: 50px;
	margin-top: 15px;
	border-radius: 15%;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
	 .enlaceOtraSeccion a:hover{
		 text-decoration:underline;
		 color:#930;
	}
/* -------------peqcentral en video y biblio---------------  */
   #info_video .peqcentral, #info_libro .peqcentral {
		position: relative;
		top: 20px;
		margin-bottom: 35px;
   }
		
		/* ------- Comentarios -------*/
#info_video .comentarios, #info_libro .comentarios, #contenedor_articulo .comentarios {
	background-image: url(../imagenes/fondos/1024/comenta.png);
	background-repeat: no-repeat;
	background-position: left top;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	width: 600px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 10px;
	padding-top: 207px;
	background-color: #DAD4C5;
	padding-bottom: 15px;
	height: 100%;
	overflow: hidden;
}
	.comentarios #linkcomentface {
	float: right;
	margin-top: -195px;
	width: 110px;
	color: #6B603D;
	font-size: 12px;
	position: relative;
	padding-left: 5px;
	line-height: 15pt;
	clear: both;
}

		
.comentarios #disqus_thread {
	padding: 25px;
	width: 80%;
	margin-top: -10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	border: 4px dotted #6B603D;
	background-color: #FFF;
}
/* --------------- fin de Comentarios ------------ */
		/* -----------fecha video maquetacion-------------- */
.fechaVid .mes {
	font-size: 44px;
	opacity: 1;
	letter-spacing: 1.8pt;
}
.fechaVid .ano {
	font-size: 44px;
	margin-top: -38px;
	opacity: 1;
}
#info_video .fechaVid {
	font-family: 'OldNewspaperTypes', Georgia, "Times New Roman", Times, serif;
	color: #DAD4C5;
	width: 100px;
	height: 100px;
	float: right;
	border-radius: 50px;
	background-color: #37382e;
	border: medium dotted #DAD4C5;
	overflow-x: hidden;
	marging-top: 15px;
	margin-top: 15px;
}
#info_video .fechaVid .mes {
/*	color:#A9482C;
*/	margin-top: 20px;
	font-size:30px;
	margin-bottom: 8px;
}
#info_video .fechaVid .ano {
	margin-top: -25px;
}

/* ---------------------- lateralD en video, libro ------------ */
#info_video #lateralD, #info_libro #lateralD, #contenedorGenerico #lateralD, #contenedor_articulo #lateralD, #lateralArticulo {
	margin-left: 8px;
	height: 100%;
	width: 340px;
	float: right;
	margin-right: 5px;
	clear:right;
}
	#lateralArticulo {
		border-bottom: 15px double #37382E;
		padding-bottom:10px;
		padding-top:10px;
	}
/* ------------ compartir --------------------- */
.compartir {
	margin:8px auto;
	background-color: #37382E;
	padding: 6px;
	font-weight:700;
	color: #DAD4C5;
/*	max-width: 80%;
*/	border-radius: 8px;
	line-height:150%;
	display: inline-block;
	width:260px;
	max-height:50px;
}
#contenidodoc div.compartir {
	width:300px;
	margin: 0px 134px;
	float:right;
	max-width:225px;
	overflow: hidden;
}

/*  ------------------  cabezaInfoVid, cabezaInfoLibro  ----------------------- */
#info_video #cabezaInfoVid, #info_libro #cabezaInfoLibro, #contenedorGenerico #cabezaContacto, #contenedorGenerico #cabezaLink, #cabezaMusica, #cabezaArticulo {
	clear: both;
	border-top-width: 20px;
	border-top-style: solid;
	border-bottom-style: double;
	border-bottom-width: 15px;
	border-top-color: #37382E;
	border-bottom-color: #37382E;
	width: 100%;
	height: 100%;
	min-height: 100px;
	overflow-x: hidden;
	overflow-y: hidden;
}
	#contenedorGenerico #cabezaContacto, #cabezaMusica {
		background-image:url(../imagenes/fondos/1024/contacto_llamada.png);
		background-repeat:no-repeat;
		background-position:right center;
	}
	#cabezaMusica {
		background-image:url(../musica/img/record.png);
	}
	#titulo_articulo, #contenedor_articulo hr, #contenedor_articulo #introduccion #foto, #introduccionGrande #foto {/* aqui escondemos partes del articulo pues debemos aplicarle etiquetas html5 */
		display:none;
		
	}
	#articulos_aleatorios hr {
	display: block;
	clear: both;
	width: 80%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	}
#isbn, #descarga, #papelincrustado, #fuenteAutor {
	width: 33%;
	background-color: #24100C;
	color: #FFC;
	float: left;
	padding: 8px;
	font-family: 'OldNewspaperTypes', Georgia, "Times New Roman", Times, serif;
	text-align: left;
	overflow: hidden;
	margin-bottom: 15px;
	border-radius: 20%;
}
#fuenteAutor {
	width: auto;
	max-width: 240px;
	font-size: 15px;
}
	#fuenteAutor a {
		color:#FFC;
	}
	#fuenteAutor a:hover {
		color:#FFF;
	}
#descarga {
	float:right;
	text-align:right;
}
	#descarga a:hover {
		color: #FFC;
	}
#papelincrustado {
	width:95%;
	float:none;
	min-height: 650px;
	text-align:center;
	padding-top:10px;
	padding-bottom: 10px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:25px;
	margin-top:15px;
	border-radius: 15px;	
}
#info_libro iframe {
	margin: 10px auto;
	width: 580px;
}
#papelincrustado iframe, #papelincrustado p {
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}
#papelincrustado iframe {
	height:700px;
}
/* -----    aqui para los registros y listados   ------------------ */


/* primero los videos */

#contenidop #cabezalistado {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 38px;
	display: inline-block;
	color: #FAE6DC;
	font-family: 'OldNewspaperTypes', Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	clear: both;
}
#contenidop #nombre_pag {
	width: 33%;
	border-radius: 100%;
	height: 95px;
	border: medium outset #97A996;
	background-color: #392D29;
	overflow: hidden;
	transform: rotate(-75deg);
	-webkit-transform: rotate(-75deg); 
	-moz-transform: rotate(-75deg); 
	-o-transform: rotate(-75deg);
	-ms-transform: rotate(-75deg); 
	float: left;
	margin-top: 26px;
	margin-left: -150px;
	margin-bottom: -63px;
}
	#contenidop #nombre_pag h1 {
	margin-top: 25px;
	}
	#contenidop #nombre_pag p {
	font-size: 0.7em;
	margin-bottom: 8px;
	margin-top: 6px;
	}
.juego_reg {
	font-size: 13pt;
	color: #FFF;
	text-decoration: none;
	padding: 15px;
	border: medium solid #392D29;
	width: 350px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	-moz-border-radius: 10px;
	border-radius: 100%;
	display: inline;
	float: right;
}
#selectortema, #sonidoEmbed {
	float: right;
	width: 260px;
	height: 40px;
	margin-left: -280px;
	padding-top: 10px;
	padding-right: 25px;
	border-top-left-radius: 25%;
	border-bottom-left-radius: 25%;
}
	#lateralD #selectortema {
		margin-right:40px;
		margin-left:0px;
	}
	#contenidop #selectortema 	{
		width:214px;
		height:33px;
	}
	#contenedorGenerico #sonidoEmbed {
	border-radius: 25% / 25%;
	margin-bottom:15px;	
	padding-right:10px;
	padding-left:10px;
	margin-left:15px;
	}
#selectortema select {
	margin-left: -60px;
}
.cinema, .libros, .documentos {
	background-image: url(../videos/img/cine.png);
	width: 110px;
	height: 90px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: 8px 0%;
	margin-top: -25px;
	margin-right: -30px;
}
	#lateralD .cinema {
		margin-top:-85px;
		margin-right:10px;
		margin-bottom:10px;
	}
.libros, .documentos {
	background-image: url(../biblioteca/img/libros.png);
	background-position:20px 10px;
	margin-right:-15px;
}
.documentos {
	background-image: url(../imagenes/fondos/gafas.jpg);
	background-position:-2px -2px;
}
.casco {
		background-image: url(../imagenes/fondos/mascara2.png);
		background-position:5px -10px;
		margin-right:-15px;
	}
.redondo {
	border-radius:100%;	
}
.bn {
	background-color: #FFF;
	border: 5px solid #1A181D;
	-webkit-box-shadow: 2px 2px 2px #666666;
	box-shadow: 2px 2px 2px #666666;
}
.botonregistrosIz, .botonregistrosDe, #traductor {
	min-height: 80px;
	width: 76px;
	position: relative;
	border-radius: 50%;
	padding-top: 15px;
	display: inline-block;
}
	/* -------------- para la barra de paginacion ------------ */
.Zebra_Pagination                       {
	clear: both;
	width: 90%;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	border: 5px solid #B73D1E;
	-webkit-box-shadow: 2px 2px 2px #666666;
	box-shadow: 2px 2px 2px #666666;
	border-radius: 12%;
	margin-top: 10px;
	margin-bottom: 10px;
 }
 
 #contenidop .Zebra_Pagination	{
	background-color: #CCCC99;
	border-color: #000000;
	clear: none;
	float: left;
	width: 64%;
	margin-left: -96px;
	margin-top: 5px;
 }
 
.Zebra_Pagination ul                    { position: relative; left: 50%; list-style-type: none; margin: 0; padding: 0; float: left }
.Zebra_Pagination li                    { position: relative; float: left; right: 50% }
#contenidop .Zebra_Pagination li                    { padding-top: 3px; }

/* COMMON ATTRIBUTES FOR ALL THE LINKS
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_Pagination a { padding: 4px; border: 1px solid #AAA; color: #333; text-decoration: none; margin: 2px 2px; display: block; float: left; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px;
	background-color: #FFF;
 }
.Zebra_Pagination a:hover               { background-color: #DEDEDE; color: #222 }

/* "NEXT PAGE" AND "PREVIOUS PAGE" LINKS
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_Pagination a.navigation          { border: 1px solid transparent; overflow: hidden; background-repeat: no-repeat }
#articulocuerpo .Zebra_Pagination a.previous, #contenidop .Zebra_Pagination a.previous, .menosr    { background-image: url('../previus.png'); background-position: center center; width:50px; text-align:right !important; color: #FFFFFF; }
#articulocuerpo .Zebra_Pagination a.next, #contenidop .Zebra_Pagination a.next, .masr                {
	background-image: url('../next.png');
	background-position: center center;
	width: 50px;
	text-align: left;
	color: #FFFFFF;
}
#contenidop .Zebra_Pagination a.previous:hover, #contenidop .Zebra_Pagination a.next:hover {
	color: #DA2410;
}
.Zebra_Pagination a.disabled            { filter: alpha(opacity=10); -khtml-opacity: 0.1; -moz-opacity: 0.1; opacity: 0.1 }
.Zebra_Pagination a.disabled:hover      { background-color: inherit; color: inherit }

/* hack for transparent borders in IE6 */
*html .Zebra_Pagination a.navigation    { border-color: #000001; filter: chroma(color=#000001); }

/* CURRENT PAGE
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_Pagination a.current,
.Zebra_Pagination a.current:hover       {
	border-color: #B73D1E;
	color: #FFF;
	background-color: #FFFF99;
}
#contenidop .Zebra_Pagination a.current,
#contenidop .Zebra_Pagination a.current:hover       {
	background-color: #DA2410;
	border-color: #000;
}

/* THE "..." SEPARATOR
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_Pagination span                  { color: #666; margin-right: 2px; display: block; float: left; padding: 8px 4px }	
	/* fin barra de paginacion */
	

#botoneraDerechaArt {
	width:60px;
	float:right;
	text-align:center;
	font-family: 'OldNewspaperTypes', Georgia, "Times New Roman", Times, serif;
}
#traductor, .pepino {
	width:45px;
	padding-top:8px;
	margin-bottom:8px;
}
/*.addthis_toolbox {
	float:right;
}*/
	.addthis_toolbox a {
		padding: 2px 18px;
		margin-bottom:3px;
		float:right;
	}
#voz, #ArtFecha, #atras {
	font-size: 15px;
    height: 45px;
    line-height: 1.1;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 12px;
    width: 43px;
	margin-bottom: 8px;
}
#atras {
	display:block;
	background-image:url(../imagenes/fondos/1024/prevpeq.png);
	background-repeat:no-repeat;
	background-position:center center;
	height:32px;
	width:32px;
}

	#contenidodoc #atras {
		float: left;
		margin-top: -67px;
		margin-left: 35px;
	}
	/*#atras a {
	}
	#voz a {
		margin-left:6px;	
	} */
#imprimir {
	width: 260px;
	height: 255px;
	background-image: url(../imagenes/fondos/1024/imprimir1.jpg);
	background-repeat: no-repeat;
	position: relative;
	clear: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
}
#navegadorArt {
	clear: left;
}
#articulominus, #articuloplus {
	width: 270px;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	text-align: justify;
	display: block;
	color: #EDEDEC;
	font-family:'OldNewspaperTypes', Georgia, "Times New Roman", Times, serif;
	line-height: 80%;
	word-spacing: -2pt;
	margin-top: 10px;
	margin-bottom: 10px;
}
	#articulominus p, #articuloplus p {
			height: 87px;
			width: 136px;
			font-size:14px;
			overflow:hidden;
	}
	#articuloplus p {
			margin-left: 25px;
			margin-top: 50px;
	}
	#articulominus p {
		margin-top:12px;
		margin-left:112px;
	}
#articulominus {
	background-image:url(../imagenes/fondos/1024/navegadorArticulosminus.png);
}
#articuloplus {
	background-image:url(http://asambleademajaras.com/imagenes/fondos/1024/navegadorArticulosplus.png);
}
#autores_listado {
	width:80%;
	height:55px;
	padding-bottom:10px;
	margin:13px auto;
}
.botonregistrosIz {
	float: left;
	margin-right: -25px;
	top: 300px;
	left:16px;
}
.primerapagina {
	width: 80px;
	height: 76px;
	background-image: url(../imagenes/fondos/first.png);
	background-repeat: no-repeat;
	margin-top: -6px;
}
.botonregistrosDe {
	float: right;
	margin-left: -25px;
	left: -18px;
	top: -450px;
}
.ultimapagina {
	width: 80px;
	height: 76px;
	background-image: url(../imagenes/fondos/last.png);
	background-repeat: no-repeat;
	margin-top: -6px;
}
#juegoRegistros, #juegoRegistrosDoc  {
	width: 820px;
	height: 636px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top:-5px;
}
.registrovideo, .registrobiblio, .registrodocumentacion, article .registrovideo {
	width: 188px;
	height: 128px;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
	overflow: hidden;
	float: left;
	position: relative;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	margin-right: 5px;
	margin-bottom: 3px;
	padding: 5px;
	border: thin solid #333333;
	border-radius: 6px / 6px;
	background-color: #FAFDD9;
}
 .registrodocumentacion {
	background-image:url(../imagenes/fondos/1024/pdfpeqbg2.png);
	background-position:0px 30px; 
	margin-left:35px;
	width: 210px;
 }
 .registrobiblio {
	 width:225px;
	 margin-left:25px;
 }
	.registrovideo .tv, article .registrovideo .tv, .registrobiblio .tv {
		margin-left: auto;
		margin-right: auto;
		float: none;
	}
	.registrovideo .titulov, article .registrovideo .titulov {
	font-size: 14px;
	color: #392D29;
		
	}
	 .registrobiblio a {
		display:block;	
	}
	.registrobiblio a .libro .imgcont, .imgdoc {
		float:right;
		width: 75px;
	}
	.registrobiblio a .libro .titulobiblio, .titulodoc {
		float: left;
		max-height: 145px;
		width: 122px;
		font-size: 14px;
		font-family: 'MuseoSlab-500', Georgia, "Times New Roman", Times, serif;
		color: #330;
		padding:8px;
		background-color:#F0FFE6;
		font-variant:small-caps;
	}
.titulodoc {
		color:#FFC;
		background-color:#033;
		text-align:left;
		padding:5px;
	}
	.registrovideo a .introregistrovideo, .registrobiblio a .introregistrobiblio, .registrodocumentacion a .introregistrodoc, article .registrovideo a {
	background-color: rgba(0,0,0,0.8);
	color: #FFFFFF;
	position: absolute;
	bottom: 0px;
	top: 600px;
	text-align: justify;
	font-size: 11px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	max-height: 140px;
	line-height: 1.4em;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 10px;
	padding-top: 10px;
	margin-left:-5px;
	}
	.registrovideo a .introregistrovideo h2, .registrobiblio a .introregistrobiblio h2, .registrodocumentacion a .introregistrodoc h2, article .registrovideo .introregistrovideo h2 {
	font-size: 16px;
	margin-bottom:5px;
	text-transform:uppercase;
	font-family: 'MuseoSlab-500', Georgia, "Times New Roman", Times, serif;
	line-height:130%;
	}
	.registrovideo a .introregistrovideo p, .registrobiblio a .introregistrobiblio p, .registrodocumentacion a .introregistrodoc p, article .registrovideo .introregistrovideo p {
		font-size:13px;
/*		font-family: 'CommunistRegular', 'MuseoSlab-500', Georgia, "Times New Roman", Times, serif;
*/	}

	.registrovideo a:hover > .introregistrovideo, .registrobiblio a:hover > .introregistrobiblio, .registrodocumentacion a:hover > .introregistrodoc, article .registrovideo a:hover > .introregistrovideo {
		top: 0px;
	}
	
.registrovid {
	width: 215px;
	height: 145px;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
	overflow: hidden;
}
.registrovid a h3 {
	width: 80px;
	float: left;
	color: #D12E2E;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	text-align: right;
	max-height: 120px;
}
	.registrovid .intro {
	overflow: hidden;
	padding: 5px 10px;
	border: double 5px #ffffff;
	width: 215px;
	height: auto;
	max-height: 144px;
	position: absolute;
	color: #CC9;
	text-align: center;
	opacity: 0;
	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	font-family: 'MuseoSlab-500', Georgia, "Times New Roman", Times, serif;
	line-height: 1.2em;
	font-size: 0.8em;
	cursor: default;
	background-color: #392D29;
	/* Firefox v3.6+ */
	background-image: -moz-radial-gradient(50% 50%,circle closest-corner,rgb(64,37,14) 0%,rgb(63,39,19) 19%,rgb(61,40,25) 42%,rgb(59,43,33) 71%,rgb(57,45,41) 100%);
	/* Safari v4.0+ and by Chrome v3.0+ */
	background-image: -webkit-gradient(radial,50% 50%,0,50% 50%,201,color-stop(0, rgb(64,37,14)),color-stop(0.19, rgb(63,39,19)),color-stop(0.42, rgb(61,40,25)),color-stop(0.71, rgb(59,43,33)),color-stop(1, rgb(57,45,41)));
	/* Safari v6.0+ and by Chrome v10.0+ */
	background-image: -webkit-radial-gradient(50% 50%,circle closest-corner, rgb(64,37,14) 0%,rgb(63,39,19) 19%,rgb(61,40,25) 42%,rgb(59,43,33) 71%,rgb(57,45,41) 100%);
	/* IE v10+ */
	background-image: -ms-radial-gradient(50% 50%,circle closest-corner, rgb(64,37,14) 0%,rgb(63,39,19) 19%,rgb(61,40,25) 42%,rgb(59,43,33) 71%,rgb(57,45,41) 100%);
	background-image: radial-gradient(50% 50%,circle closest-corner, rgb(64,37,14) 0%,rgb(63,39,19) 19%,rgb(61,40,25) 42%,rgb(59,43,33) 71%,rgb(57,45,41) 100%);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 5px 5px 18px #000000;
	-webkit-box-shadow: 5px 5px 18px #000000;
	box-shadow: 5px 5px 18px #000000;
	top: -500px;
	left:0px;
	}
	article .registrovid a:hover > .intro {
		top:0;
		left:0;
		opacity:1;
	}
/* fin listado registros videos */

#cuasipie {
	width: 970px;
	margin-top: 34px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

/* ----------------------------------------------------- */
.derecha {
	float:right;
}
.izquierda {
	float:left;
}
.centrado {
	padding: 5px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 98%;
}

	/* ------------------- MUSICA especifico ---------------------- */
	
		#cabezaMusica h1 {
	background-image: url(../imagenes/fondos/1024/gramofono.png);
	width: 580px;
	line-height: 62px;
	}
#music {
	width: 706px;
	border-right-width: thin;
	border-bottom-width: 3px;
	border-left-width: thin;
	border-top-style: dotted;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	/* [disabled]border-top-color: #6B603D; */
	border-right-color: #6B603D;
	border-bottom-color: #6B603D;
	border-left-color: #6B603D;
	overflow: hidden;
	text-align:left;
	padding-bottom:15px;
}
	#music #AccordionListasMusica, #music  #AccordionVideoclips, #music #AccordionListasMusica h4 a, #music #AccordionVideoclips h4 a, #music #AccordionListasMusica p, #music #AccordionVideoclips p {
		color: #FFFFFF;
		text-align:left;
	}
	#music #AccordionListasMusica h4 a:hover, #music #AccordionVideoclips h4 a:hover {
		background-color: transparent;
	}
#lateralDmusic {
	float:right;
	width:250px;
}
	
	#lateralDmusic #suscribe, #lateralDmusic .addthis_native_toolbox {
		margin-top:15px;
		margin-bottom:15px;
	}
	
	
/* ****************** para esconder las divs de tablet **************** */

.paraTablet {
	display:none;
	visibility:hidden;
}

/* **************************************************************************
***************** Para Sección ESPECIALES - Ciclos etc. *********************
***************************************************************************** */
#cabezaArticulo .cicloCine {
	background-image:url(../especiales/img/cine.png);	
}
 #introduccion.cicloCine H2, #contenedor_articulo #introduccion.cicloCine h2 {
	float: left;
	width: 63%;
	margin-top: 15px;
	margin-left: 1%;
	margin-bottom: 15px;
 }
 #introduccion.cicloCine figure {
	width: 33%;
	margin-top: 10px;
	margin-right: 15px;
	margin-left: 0px;
	margin-bottom: 10px;
 }
#directorioCiclo {
	float: left;
	background-color: #EEEAEB;
	background-image: url(../especiales/img/MICRO.png);
	background-position: right bottom;
	/* [disabled]max-width: 675px; */
	margin-right: auto;
	height: 100%;
	border: thin solid #8B2E23;
	overflow: auto;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	text-align: center;
	width: 70%;
}




/* **************************************************** */

/* fuentes */

@font-face {
	font-family: 'OldNewspaperTypes';
	src: url('../estilos/fonts/OldNewspaperTypes/OldNewspaperTypes.ttf') format('truetype');
}

@font-face {
	font-family: 'MuseoSlab-500';
	src: url('../estilos/fonts/MuseoSlab_500/24C83F_0_0.eot');
	src: url('../estilos/fonts/MuseoSlab_500/24C83F_0_0.eot#iefix') format('embedded-opentype'),
		url('../estilos/fonts/MuseoSlab_500/24C83F_0_0.woff') format('woff'),
		url('../estilos/fonts/MuseoSlab_500/24C83F_0_0.ttf') format('truetype');
}

@font-face {
    font-family: 'archivo_narrowregular';
    src: url('../estilos/fonts/archivonarrow/ArchivoNarrow-Regular-webfont.eot');
    src: url('../estilos/fonts/archivonarrow/ArchivoNarrow-Regular-webfont.eot#iefix') format('embedded-opentype'),
         url('../estilos/fonts/archivonarrow/ArchivoNarrow-Regular-webfont.woff') format('woff'),
         url('../estilos/fonts/archivonarrow/ArchivoNarrow-Regular-webfont.ttf') format('truetype'),
         url('../estilos/fonts/archivonarrow/ArchivoNarrow-Regular-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'archivo_narrowitalic';
    src: url('../estilos/fonts/archivonarrow/ArchivoNarrow-Italic-webfont.eot');
    src: url('../estilos/fonts/archivonarrow/ArchivoNarrow-Italic-webfont.eot#iefix') format('embedded-opentype'),
         url('../estilos/fonts/archivonarrow/ArchivoNarrow-Italic-webfont.woff') format('woff'),
         url('../estilos/fonts/archivonarrow/ArchivoNarrow-Italic-webfont.ttf') format('truetype'),
         url('../estilos/fonts/archivonarrow/ArchivoNarrow-Italic-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'archivo_narrowbold';
    src: url('../estilos/fonts/archivonarrow/ArchivoNarrow-Bold-webfont.eot');
    src: url('../estilos/fonts/archivonarrow/ArchivoNarrow-Bold-webfont.eot#iefix') format('embedded-opentype'),
         url('../estilos/fonts/archivonarrow/ArchivoNarrow-Bold-webfont.woff') format('woff'),
         url('../estilos/fonts/archivonarrow/ArchivoNarrow-Bold-webfont.ttf') format('truetype'),
         url('../estilos/fonts/archivonarrow/ArchivoNarrow-Bold-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'archivo_narrowbold_italic';
    src: url('../estilos/fonts/archivonarrow/ArchivoNarrow-BoldItalic-webfont.eot');
    src: url('../estilos/fonts/archivonarrow/ArchivoNarrow-BoldItalic-webfont.eot#iefix') format('embedded-opentype'),
         url('../estilos/fonts/archivonarrow/ArchivoNarrow-BoldItalic-webfont.woff') format('woff'),
         url('../estilos/fonts/archivonarrow/ArchivoNarrow-BoldItalic-webfont.ttf') format('truetype'),
         url('../estilos/fonts/archivonarrow/ArchivoNarrow-BoldItalic-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}