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

@import url(//fonts.googleapis.com/css?family=Roboto:400,900italic,900,300,100,700,700italic,400italic,300italic);
/*@import url("../estilos/fonts/OldNewspaperTypes/stylesheet.css");
@import url("../estilos/fonts/UglyQua/stylesheet.css");
@import url("../estilos/fonts/Commu/stylesheet.css");
@import url("../estilos/fonts/Komika-Axis-fontfacekit/stylesheet.css"); */ /* para videos aleatorios y pequeños */
/*@import url("../estilos/fonts/archivonarrow/stylesheet.css");*/ /* para h2 introvideo  */
/*@import url("../estilos/fonts/oswald-fontfacekit/stylesheet.css");
@import url("../estilos/fonts/six-caps-fontfacekit/stylesheet.css");*/ /* para titulos videos */
/*@import url("../estilos/fonts/BebasNeue/stylesheet.css");
@import url("../estilos/fonts/MuseoSlab_500/stylesheet.css");
@import url("../estilos/fonts/League/stylesheet.css");
@import url("../webfonts/League_italic/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;
	}
/*  ------------------    este es lo comun, ahora + especifico   ---------  */

.titulillo2 {/* para las cabeceras que tengan un fondo oscuro */
	font-family: 'Roboto', sans-serif;/*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: 60%;
	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   ---------------------------------------------  */
#unidadMovil {
	width:92%;
	margin-left:4%;
	margin-right:4%;
	height:auto;
	padding:10px;
	overflow:hidden;
		-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;

}
/*.fondo_papel,*/ #unidadMovil {
	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;
	margin-top:15px;
	margin-bottom:15px;
}
	

	
	/* 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;
*/}


	   
.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 ---------------- */
election {
color: white;
background: #37382e; /* Safari */
}
::-moz-selection {
color: white;
background: #37382e; /* Firefox & chrome */
}
/* ----------------------------- 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;
	background-color:rgba(143,27,29,1.00);
}
/* **********************************************   Header   ********************************************** */
.headergeneral {
	width: 100%;
	/*height: 250px;
	background: url(../imagenes/fondos/1024/header_02.jpg) top left, url(../imagenes/fondos/1024/header_03.jpg) top right;
	background-repeat: no-repeat;*/
	/* [disabled]margin-bottom: -18px; */
	margin-left: auto;
	margin-right: auto;
	/* [disabled]margin-top: -13px; */

}
#logo {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	border-color: #37382E;
	border-top-width: 10px;
	border-top-style: solid;
	padding-top:8px;
	margin-bottom:3px;
}
		#logo h1 {
			color:#37382e;
			font-size:2.6rem;
			font-family: 'Roboto', sans-serif;
			/*font-family: "OldNewspaperTypes", "UglyQuaRegular", 'OswaldLight','CommunistItalic', 'BebasNeueRegular', 'League Gothic';*/
			font-weight:900;
		text-align:center;
		line-height:80%;
		word-spacin:1pt;
		letter-spacin: 0.4pt;
		text-transform:uppercase;

		}
		#logo h1 a {
			color:#37382e;
			display:block;
		}
		#logo h1 a span {
			font-size:1.2rem;
			clear:both;
		}

	#imgheader {
		display:none;
}
#cita {
	width: 70%;
	padding: 1.5%;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
	margin-left: auto;
	margin-right: auto;
	border-color: #565848;
	border-width: 2px 0px;
	border-top-style: dashed;
	border-bottom-style: dashed;
}
	#cita p {
	opacity: 1;
	color: #565848;
	font-size: 0.9rem;
	line-height: 1.2em;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	margin-top: 5px;
	margin-bottom: 5px;
	}
	
 .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: 'Roboto', sans-serif;
		font-weight: 100;
		/*font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;*/
		vertical-align: middle;
		line-height: 1.2em;
	} 
	#menucabecera {
	width: 100%;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	/* [disabled]margin-bottom: 10px; */
	text-align: center;
	background-color: #37382e;
	min-height: 44px;
	display: block;
	}

	.headergeneral nav {
	/* [disabled]margin-left: 30px; */
	clear: left;
	bottom: 0px;
	width: 100%;
	}
	.headergeneral nav ul {
	list-style: none;
	overflow:hidden;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	}
	.headergeneral nav ul li {
		display: inline;
		float: left;
		background-color: #37382e;
		padding: 4px;

	}
	.articulosM, .docsM, .biblioM {
	}
	.headergeneral nav ul li a {
		font-family: 'Roboto', sans-serif;
		font-weight:700;
		padding: 6px 2%;
		color: rgba(235,224,214,1.00);
		display: block;
	}
	.headergeneral nav ul li a:hover, .headergeneral nav ul li a.active {
		color: #37382e;
background-color: rgba(246,243,227,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: 100%;
	/*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: 5px auto 5px auto;
	overflow: hidden;
}

	/* 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.4em;
			font-family: 'Roboto', sans-serif;
			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: 'MuseoSlab-500', Georgia, "Times New Roman", Times, serif;
*/	line-height: 1.2em;
	font-size: 0.8em;
	font-family: 'Roboto', sans-serif;
	visibility: 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;
*/			
			font-family: 'Roboto', sans-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;
			font-family: 'Roboto', sans-serif;
			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 {
	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: 24px;
	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: 'DayPosterBlackRegular', Georgia, "Times New Roman", Times, serif;
*/	
			font-family: 'Roboto', sans-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;
	/* [disabled]overflow: hidden; */
	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;
*/	
font-family: 'Roboto', sans-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;
			font-family: 'Roboto', sans-serif;
			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 {
			width: 234px;
			height:221px;
			overflow:hidden;
}

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

		.musica {
			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;
			font-family: 'Roboto', sans-serif;
			letter-spacing: 0.1em;
			padding: 10px 3px 10px 3px;
		}
		.musica img {
			margin-right: auto;
			margin-left: auto;
}
		.musica p {
			float: left;
			width: 110px;
			margin-top: 25px;
			margin-left: 5px;
		}



.grises img {
filter: url('http://asambleademajaras.com/css/tablet.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;
	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_6 {
			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_6 ul {
			list-style-type: none;
		}
		 .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: 5px 10px;
			text-decoration: none;
			background-color: #81AA93;
			background-image:url(../imagenes/fondos/1024/pdfpeqbg.png);
			background-repeat: no-repeat;
			height: 100px;
			width: 150px;
			margin-top: 5px;
			font-family: 'Roboto', sans-serif;
			-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_6 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_6 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%;
/*			font-family: 'HamburgerHeavenRegular', Georgia, "Times New Roman", Times, serif;
*/			font-family: 'Roboto', sans-serif;
			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;
/*			font-family: 'UglyQuaRegular', Georgia, "Times New Roman", Times, serif;
*/	
font-family: 'Roboto', sans-serif;
			height:30px;
			margin-top:2px;
			overflow:hidden;
		}
			#pdf .content_6 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;
}

#recomendar #contenidoRecomendacion #carousel1 {
	height: 110px;
	width: 312px;
	overflow: hidden;
}
#recomendar #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;
}
#recomendar #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-family: 'UglyQuaRegular', Georgia, "Times New Roman", Times, serif;
*/	font-size: 0.7em;
font-family: 'Roboto', sans-serif;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #802826;
	opacity:0.6;
}
#recomendar #contenidoRecomendacion #carousel1 a:hover article {
	opacity:0.9;
}

#recomendar #carousel1 a article header h5 {
	font-family: 'Roboto', sans-serif;
	text-decoration: none;
	background-color: #CCC;
	text-align: center;
	margin-top: 7px;
	margin-right: 10px;
	margin-bottom: 4px;
	margin-left: 10px;
}
#recomendar #contenidoRecomendacion #carousel1 article p {
	display: inline;
	z-index:50;
}

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


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

#recomendar .next {
	background-image: url(../imagenes/fondos/1024/nextpeq.png);
	background-repeat: no-repeat;
	float: right;
}
#recomendar .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;
	}
	#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 {
	/*	height: 148px;
*/	width: 100%;
	clear: both;
	/*	margin-top: -10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
*/	overflow: hidden;
	border-top: 2px dotted #565848;
	border-bottom: 10px solid #37382e;
}

	.pie aside {
		text-align: center;
		vertical-align: middle;
		margin-top: 50px;
		margin-right: auto;
		margin-bottom: 15px;
		margin-left: auto;
		width: 40%;
		float: right;
	}
	.pie p {
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-size: 0.8em;
	color: rgba(150,39,10,1.00);
	margin-top: 5px;
	margin-bottom: 5px;
	}
	#face, .NOtablet {
/*		float: right;
		margin-top: 37px;
		margin-right: 40px;
*/		display: none;
		visibility:hidden;
	}
	.pie #contacto ul li {
		margin-bottom: 3px;
	}
	.pie #contacto a {
		color: rgba(150,39,10,1.00);
		text-decoration: none;
	}
	.pie #contacto a:hover {
		color: #930;
		background-color:#E9DABD;
		text-decoration: none;
	}
	.pie aside ul {
		text-align: center;
		vertical-align: middle;
		list-style-type: none;
		display: inline;
	}
	.pie aside ul li {
		text-align: right;
		vertical-align: middle;
		display: inline;
		margin-left: 5px;
	}

/* ---------------- para DOCS PDF detalle ------------------- */

#headdoc {
	margin-top: 22px;
	background-image: url(../imagenes/fondos/1024/doc_pdfhead.png);
	height: 148px;
	width: 461px;
	float: left;
	background-repeat: no-repeat;

}
#contenidodoc {
	clear: both;
	width: 100%;
	margin: 0px auto 0px auto;
	border-bottom-color: #392D29;
	font-family: 'Roboto', sans-serif;
}
#contenidodoc #doc {
	width: auto;
	padding: 3%;
	overflow: hidden;
	color: #392D29;
	}
#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: auto;
		margin-right: auto;
		margin-left: auto;
		border-bottom-width: medium;
		border-bottom-style: groove;
		border-bottom-color: #5D5940;
		padding-bottom: 1%;
		margin-bottom:1.2%;
		font-size: 1.6rem;
		font-weight: 900;
	}
	.textodoc {
		height: auto;
		width: auto;
		margin-bottom:2%;
		clear:both;
		line-height: 1.3rem;
	}
	.textodoc h2 {
		text-align:left;
	}
	#doc p, #contenidodoc #embed p {
		text-align: left;
		margin-bottom: 10px;
		margin-top: 5px;
		color: #333;
		font-size: 0.9rem;
		line-height: 1.3rem;
		margin-right: 25px;
		font-family: 'Roboto', sans-serif;
	}
#contenidodoc #embed {
	margin:5px auto;
	padding:2%;
	min-height:60%;
	
}
	#contenidodoc #embed iframe, #doc iframe {
/*		max-width:96%;
		min-width:70%;
		margin:2% auto;
		display:block;
*/	}
#contenidodoc .centrar {
	margin-left: 125px;
	margin-top: 5px;
}
.listadoH {
	overflow: hidden;
	margin: 2% auto;
	padding: 12px;
	background-color: #dad4c5;
	border-radius: 12px;
}
	.listadoH header.encabezado {
		background-color:#FFFFFF;
		margin-bottom:0px;
		padding-top:5px;
	}
#lista_docs {
	margin:0 auto 2% auto;
	background-color:#FFFFFF;
	padding: 1%;
	max-height:320px;
	overflow:hidden;
	color:#CC9933;
}
	.otro_doc {
	width: 180px;
	height: 120px;
	margin-right: 0.05%;
	margin-bottom: 0.05%;
	border-style: dashed;
	border-width: thin;
	overflow:hidden;
	padding:0.4rem;
	float:left;
	}
		.otro_doc p {
			padding: 2px;
			text-align:center;
			-moz-hyphens: auto;
			-ms-hyphens: auto;
			-webkit-hyphens: auto;
			-o-hyphens: auto;
			hyphens: auto;
			word-wrap: break-word;
			font-size:0.8rem;
			margin: 3px auto;
			font-style:italic;
			font-weight:500;
		}
		.otro_doc figure {		
			margin-left:auto;
			margin-right:auto;
			overflow:hidden;
			
		}
		.otro_doc figure img {
			max-height:75px;
}

#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: 'Roboto', sans-serif;
	font-weight: 700;
	color: #E9DEC3;
	font-size: 0.9em;
	width: 30%;
	margin-top: 20px;
	margin-left: 20px;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	text-align: left;
	/*	letter-spacing: 0.1em;
*/	line-height: 1.2em;
	text-decoration: none;
}

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

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

#video header h1 {
	font-size: 1.3em;
	font-family: 'Roboto', sans-serif;
	line-height: 1.4em;
	font-weight:800;
	color: #5D0606;
	text-shadow: 1px 1px 3px #888; /* Chrome, Firefox 3.5+, IE 10+, Opera 9+, Safari 1+ */
	opacity: 0.9;
}
/* ------------------------------- TVXL la tele donde se incrustan los videos -------------------- */
#tvXL {
	width: 100%;
	height: auto;
/*	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: 'Roboto', sans-serif;
}
/* ------------- donde se incrustan los videos ------------ */
	#tvXL .content_6 {
	vertical-align: middle;
	padding-top: 1em;
	font-size: 15px;
	line-height: 19px;
	word-spacing: 5pt;
	}
	#tvXL h2, #tvXL p, #tvXL iframe {
		margin: 5px auto;
	}

	#tvXL #embed, #tvXL #dm_jukebox_iframe {
		min-height: 474px;
	}
		#tvXL .content_6 a, #tvXL .content_6 a p {
			color:#C33;
			background-color:#FFF;
		}
		#tvXL .content_6  a:hover, #tvXL .content_6  a:hover p {
			color:#FFF;
			background-color:#C33;
		}
#tvXL iframe, #tvXL embed, #tvXL object, #contenidodoc #embed iframe, #doc iframe, #info_libro iframe, #info_libro .VideoContainer, #info_libro object, #info_libro .VideoContainer object, #info_libro #player {
	width: 90%;
	max-width:540px;
	margin: 10px auto;
}
	#tvXL .listadotemas {
	color: #FFF;
	width: 134px;
	max-height: 365px;
	padding-bottom: 10px;
	padding-left: 27px;
	font-size: 12px;
	text-decoration: none;
	position: absolute;
	bottom: 25px;
	display: none;
	}
	
	#tvXL .listadotemas li a {
	border-top: 1px solid #b89065;
	background: #bd9642;
	background: -webkit-gradient(linear, left top, left bottom, from(#544312), to(#bd9642));
	background: -webkit-linear-gradient(top, #544312, #bd9642);
	background: -moz-linear-gradient(top, #544312, #bd9642);
	background: -ms-linear-gradient(top, #544312, #bd9642);
	background: -o-linear-gradient(top, #544312, #bd9642);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
	-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
	box-shadow: rgba(0,0,0,1) 0 1px 0;
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
	color: white;
	font-size: 10px;
	text-decoration: none;
	vertical-align: middle;
	display: inline-block;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	float: left;
	margin-bottom: 2px;
	margin-left: 5px;
	font-family: 'Roboto', sans-serif;
}
	#tvXL .listadotemas li a:hover {
	 border-top-color: #66450c;
	   background: #66450c;
	   color: #d1c1d1;
	}
	#tvXL .listadotemas li a:active {
	   border-top-color: #636769;
	   background: #636769;
	   }
/* --------- fin listado temas en tvXL-------- */
/* ---------- TVLateralDerecho en tvXL ----------*/	   
#tvXL #TVlateralD {
	margin-right: auto;
	margin-left:auto;
	clear:both;
}
	#TVlateralD .info {
			visibility:hidden;
			display:none;
}
	#TVlateralD #masmenosVid {
		color: #490B06;
/*		clear: both;
*/		width: 100px;
		font-weight: bold;
		margin-left:auto;
		margin-right:auto;
	}
		#TVlateralD #masmenosVid a.menosVid {
			float: left;
			color: #FFF;
			background-color: #862A23;
			height: 32px;
			width: 32px;
			border-radius: 10px 10px 10px 10px;
			-moz-border-radius: 10px 10px 10px 10px;
			-webkit-border-radius: 10px 10px 10px 10px;
			border: 1px outset #FFFFFF;
			padding:5px;
		}

		 #TVlateralD #masmenosVid a.masVid {
			float: right;
			color: #FFF;
			background-color: #862A23;
			height: 32px;
			width: 32px;
			border-radius: 10px 10px 10px 10px;
			-moz-border-radius: 10px 10px 10px 10px;
			-webkit-border-radius: 10px 10px 10px 10px;
			border: 1px outset #FFFFFF;
			padding:5px;
		}

	#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;
	background-image: url(../imagenes/fondos/error.png);
	background-color:#c1c1c1;
	margin-left: auto;
	margin-right: auto;
	margin-top:-50px;
	float:right;
}
/* 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: 100%;
	word-spacing: 1.5pt;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
	font-family: 'Roboto', sans-serif;
}
		#contenedorGenerico #titulo_articulo h1, #articulocuerpo h3, #music h3 {
			background-color: rgba(55,56,46,0.88);
			color: #F6F6F6;
			font-size: 1.2rem;
			line-height: 100%;
			margin-top: 8px;
			padding-bottom: 10px;
			padding-left: 20px;
			padding-top: 10px;
			text-align: left;
			width: 80%;
			font-family: 'Roboto', sans-serif;
			font-style:italic;
	}
		#contenedorGenerico .img_caja, #lateralArticulo .img_caja, #contenedor_articulo .fotoc {
	float: left;
	background-color:#FFC;
	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 {
	
	}
	#info_video h1, #info_libro h1, #contenedorGenerico #cabezaContacto h1, #contenedorGenerico #cabezaLink h1, #cabezaMusica h1, #cabezaArticulo h1 {
	font-size: 1.6rem;
	font-weight: 900;
	font-family: 'Roboto', sans-serif;
	word-spacing: 0.4rem;
	background-image: url(../imagenes/fondos/1024/video_retro.png);
	border-bottom-color: #37382E;
	line-height: 1.2em;
	text-shadow: 1px 1px 4px #B5B796;/*sombra de texto */
	color: #37382E;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	text-align: left;
	background-repeat: no-repeat;
	background-position: right center;
	padding-left: 0px;
	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;
		font-family: 'Roboto', sans-serif;
		font-size: 1.8rem;

	}
	#cabezaArticulo h1 {
		background-image:url(../imagenes/fondos/1024/escribiendo2manos.png);
		background-size: 55px auto;
		width:100%;
	}
	#contenedorGenerico #cabezaLink h1 {
		background-image: url(../imagenes/fondos/1024/pulpo.png);
		background-size: 55px auto;
	}
	#contenedorGenerico #cabezaContacto h1 {
		background-image:url(../imagenes/fondos/1024/phone.png);
		background-size: 58px auto;
	}
	#cabezaInfoLibro header {
		min-width:300px;
		max-width:77%;
		float:left;
	}
		
		#info_libro h1 {
			background-image: url(../imagenes/fondos/1024/libros100.png);
			background-size: 55px auto;
			word-spacing: 0.3rem;
			line-height: 1.2em;
			font-family: 'Roboto', sans-serif;
		}
	/* ------------ contactoGenerico ------------- */	
#contactoGenerico {

}
	#contactoGenerico h1 {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	background-color: #A47873;
	color: #F6F6F6;
	letter-spacing: 1.7pt;
	font-size: 1.4rem;
	margin-bottom: 10px;
	line-height: 40px;
	font-family: 'Roboto', sans-serif;
	font-weight:700;
	}
#info_video .bordesTextoVideo, #info_libro .bordesTextoLibro, #articulocuerpo {
	overflow: hidden;
	padding:2% 1%;
}

#info_video .h2video, #info_libro .h2libro, #cabezaLink .textoD, #contenedor_articulo #introduccion, #introduccionGrande {
	text-align: center;
	height: 100%;
	overflow: hidden;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
}

	#contenedor_articulo #introduccion .mas-informacion, #contenedor_articulo #introduccionGrande .menos-informacion {
		 background-color: #37382e;
		border-radius: 6px;
		margin: 10px auto;
		padding: 8px;
		width: 33%;
	}
		#contenedor_articulo #introduccion .mas-informacion a, #contenedor_articulo #introduccionGrande .menos-informacion a {
			color: #f9fbe3;
			text-decoration:none;
			width:100%;
			display:block;
		}
	#cabezaLink .textoD {
	}
.h2video h2, .h2libro h2, #cabezaLink .textoD p, #contenedor_articulo #introduccion h2, #contenedor_articulo #introduccion p, #introduccionGrande h2, #introduccionGrande p {
	color: #37382E;
	border: 3px dotted #F4F7CA;
	background-color: #F9FBE3;
	text-align: justify;
	line-height: 1.3rem;	
	margin-bottom: 10px;
	word-spacing:0.03rem;
}
	.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;
	}
   /* ----- 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 {
	max-width: 120px;
	width:15%;
	max-height: 150px;
	height:auto;
	opacity: 1;
	border-radius: 50% 50% 50% 50%;
	margin-top: 5px;
	margin-right:2%;
	overflow:hidden;
}
	#info_libro #libroImg img {
		max-width:75px;
		width:auto;
		position:relative;
		padding-top:15%;
	}
#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_articulo #articulocuerpo p, #music p {
	height: auto;
	font-size: 1.1rem;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:14px;
	color: #37382E;
	font-family: 'Roboto', sans-serif;
	line-height:120%;
	font-weight:500;
}
	#contenedor_articulo #articulocuerpo a, #contenedor_articulo #articulocuerpo, , #music p a {
		text-align:left;
		font-family: 'Roboto', sans-serif;
	}
	#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;	
	}
		#contenedor_articulo #introduccion .mas-informacion:hover, #contenedor_articulo #introduccionGrande .menos-informacion:hover {
			background-color:#37382e;
			box-shadow: 5px 5px 3px 0px rgba(0,0,0,0.5);
			
		}
				#contenedor_articulo #introduccion .mas-informacion a:hover, #contenedor_articulo #introduccionGrande .menos-informacion a:hover {
					background-color:#37382e;
				}

	#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: 'Roboto', sans-serif;
		font-style: 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';
		font-family: 'Roboto', sans-serif;
		font-weight:700;
	}
	#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
 {
	color: #B73D1E;
	text-decoration: underline;
	}
			.Zebra_Pagination a {
			text-decoration:none;
		}

	#contenedor_articulo #articulocuerpo hr {
		display:none;
	}
#info_libro #textolibro {
	text-align:center;
}
	#info_libro #textolibro p, #contenedorGenerico #articulocuerpo p, #music p {
		text-align:left;
		font-size:1rem;
		margin:2%;
		line-height:1.1rem;
	}
	#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: 15px;
		margin-left: 36px; /*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;
	}
/* -------- 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-size: .9em;
	font-family: 'Roboto', sans-serif;
	color: #64655E;
	background-color: #B9AF9F;
	letter-spacing: 0.1em;
	text-align: left;
	padding-bottom: 5px;
	padding-left: 3em;
	font-style: italic;
	opacity: 1;
	padding-top: 5px;
}
	#fuenteEnlaces a {
	color: #3B3B36;
	}
	#fuenteEnlaces a:hover {
		color: #FBFAF7;
		background-color: #64655E;
	}
	#fuenteEnlaces ul {
		opacity: 0.7;
		background-color: #DAD4C5;
		text-align: left;
		padding:15px;
	}
	#fuenteEnlaces ul li {
		padding-left: 15px;
		padding-top: 3px;
		padding-right: 10px;
		text-decoration: none;
		font-size: 0.9em;
		opacity: 1;
		margin-bottom:10px;
	}
	/* ----- 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;*/
		display:none;
		visibility:hidden;
	}
	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;
		font-family: 'Roboto', sans-serif;
	}
	.articuloautor {
		max-width:40%;
		width:100%;
		height: 220px;
		float:left;
		padding:0.7rem;
		margin:1%;
	}
	#articulos_aleatorios a h3, .articuloautor h4 {
		font-size:1.2rem;
		font-family: 'Roboto', sans-serif;
		padding-bottom:4px;
		border-bottom:dotted medium;
		line-height:1.25rem;
		letter-spacing:0.01rem;
		font-weight:700;
		overflow:hidden;
		max-height:55px;	
}
	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 {
		float:left;
		margin:12px;
		max-width:176px;
		font-size:15px;
		line-height:1.4em;
		text-align:justify;
		font-family: 'Roboto', sans-serif;
	}
	#contenedor_articulo #articulocuerpo .articuloautor p {
	font-size: 0.85rem;
	width: 45%;
	word-spacing: 0.01rem;
	text-align:justify;
	letter-spacing:0.01rem;
	}
	.articuloautor .imgArtAle {
		border-radius:80%;
		overflow:hidden;
		float:right;
		background-color:#000;
		margin: 7% 5%;
	}	
	.articulo_aleatorio .imgcon {
		float:right;
		margin: 8px;
	}
	.articulo_aleatorio .autorAle, .articuloautor .autorAle {
		clear: both;
		font-size:0.8rem;
		font-family: 'Roboto', sans-serif;
		text-align:right;
		font-weight:600;
		letter-spacing:0.01rem;
	}
	#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: 11px;
		line-height: 1.2em;
		margin-bottom: 5px;
		display: block;
	}
	#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: 11px;
		font-family: 'Roboto', sans-serif;
/*		font-family: KomikaAxisRegular, 'BebasNeueRegular', Georgia, "Times New Roman", Times, 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.3em;
		vertical-align: middle;
		display: table-cell;
		letter-spacing: 0.2em;
		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: 'Roboto', sans-serif;
}
	#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: 15px;
		margin-top: 15px;
		padding: 5px;
		font-family: 'Roboto', sans-serif;
	}
	#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 #CC3333;
	margin-botton: 15px;
	}
	.tituloUltLibro {
	width: 170px;
	float: left;
	margin-right: -5px;
	line-height: 130%;
	font-size: 17px;
	padding-top:15px;
	}
	#ultimosLibros .libroUlt figure.imgUltLibro img {
		float:right;
		margin-left:-5px;
		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: 18px;
	margin-left: auto;
	margin-right: auto;
	margin-top:12px;
	width: 85%;
	font-family: 'Roboto', sans-serif;
/*	font-family:'CommunistItalic', Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
*/	}
.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:none;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	width: 96%;
	margin: 3% auto;
	padding: 2%;
	background-color: #DAD4C5;
	height: 100%;
	overflow: hidden;
}
	.comentarios #linkcomentface {
		display:none;
		visibility:hidden;
}
		
.comentarios #disqus_thread {
	padding: 5%;
	width: 88%;
	margin:2% auto;
	border: 4px dotted #6B603D;
	background-color: #FFF;
	overflow:hidden;
}
.comentarios #disqus_thread #layout {
	overflow: scroll;
}
.comentarios #fb-root, .comentarios .fb-comments {
	/*display:none;
	visibility:hidden;
	width:90%;*/
	float:left;
}
/* --------------- fin de Comentarios ------------ */
		/* -----------fecha video maquetacion-------------- */
.fechaVid .mes {
	/*font-family: 'League Gothic Condensed', "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 44px;*/
	opacity: 1;
	letter-spacing: .2em;
}
.fechaVid .ano {
	/*font-family: 'UglyQuaRegular', "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 44px;
	margin-top: -38px;
	color:#A9482C;*/
	opacity: 1;
	font-size:2em;
}
#info_video .fechaVid, #TVlateralD .fechaVid {
	width: 74px;
	height: 60px;
	float: left;
	border-radius: 50px;
	background-color: #37382e;/* DAD4C5 */
	border: medium dotted #DAD4C5; /* A9482C */
	overflow-x: hidden;
	color:#DAD4C5;
}
#info_video .fechaVid .mes, #TVlateralD .fechaVid .mes {
	margin-top: 0.2em;
	font-size:1.3em;
	font-family: 'Roboto', sans-serif;
}
#info_video .fechaVid .ano, #TVlateralD .fechaVid .ano {
	margin-top: -18px;
}

/* ---------------------- lateralD en video, libro ------------ */
#info_video #lateralD, #info_libro #lateralD, #contenedorGenerico #lateralD, #contenedor_articulo #lateralD, #lateralArticulo {
	display:none;
	visibility:hidden;
}
	#lateralArticulo {
		border-bottom: 15px double #37382E;
		padding-bottom:10px;
		padding-top:10px;
	}
/* ------------ compartir --------------------- */
.compartir {
	margin:8px auto;
	background-color: #37382E;
	padding: 5px;
	font-weight:700;
	color: #DAD4C5;
	max-width: 80%;
	border-radius: 8px;
	line-height:150%;
	min-width: 200px;
	width: 70%;
}

/*  ------------------  cabezaInfoVid, cabezaInfoLibro  ----------------------- */
#info_libro #cabezaInfoLibro, #contenedorGenerico #cabezaContacto, #contenedorGenerico #cabezaLink, #cabezaMusica, #cabezaArticulo {
	clear: both;
	border-bottom-style: double;
	border-bottom-width: 15px;
	border-bottom-color: #37382E;
	width: 100%;
	height: 100%;
	min-height: 100px;
	overflow-x: hidden;
	overflow-y: hidden;
}
#info_video #cabezaInfoVid {
	display: none;
	visibility:hidden;
}
	#contenedorGenerico #cabezaContacto {
		
	}
	#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 {
	min-width: 33%;
	width:auto;
	background-color: #24100C;
	color: #FFC;
	float: left;
	padding: 8px;
	text-align: left;
	overflow: hidden;
	margin-bottom: 15px;
	border-radius: 20%;
	font-family: 'Roboto', sans-serif;
}
#fuenteAutor {
	width: auto;
	max-width: 25%;
	font-size: 1.1rem;
}
	#fuenteAutor a {
		color:#FFC;
	}
	#fuenteAutor a:hover {
		color:#FFF;
	}
#descarga {
	float:right;
	text-align:center;
}
	#descarga a:hover {
		color: #FFC;
	}
#papelincrustado {
	width:95%;
	float:none;
	min-height: 650px;
	text-align:center;
	padding: 2%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:3%;
	margin-top:3%;
	border-top-right-radius: 20%;	
}
/*#info_libro iframe, #info_libro .VideoContainer, #info_libro object, #info_libro .VideoContainer object, #info_libro #player {
	margin:3%;
	width: 90%;
	max-width:540px;
	width:auto;
	clear:both;
}*/
#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 {
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
	color: #FAE6DC;
	font-size: 1.2rem;
	font-wight: 700;
	font-family: 'Roboto', sans-serif;
	width:100%;
}
#contenidop #nombre_pag {
	overflow: hidden;
	float: left;
	background-color: #37382e;
	max-width:25%;
	padding: 12px;
	margin: 5px;
}
	#contenidop #nombre_pag h1 {
	font-weight:700;
	font-size:1.2rem;
	}
	#contenidop #nombre_pag p {
	font-size: 0.7em;
	}
.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;
	font-family: 'Roboto', sans-serif;
}
#selectortema, #sonidoEmbed {
	width: 260px;
	height: 40px;
/*	margin-left: -280px;
	padding-top: 10px;
	padding-right: 25px;
	border-top-left-radius: 25%;
	border-bottom-left-radius: 25%;	
	float: right;
*/}
	#lateralD #selectortema {
		margin-right:40px;
		margin-left:0px;
	}
	#contenidop #selectortema 	{
		width:auto;
		padding:5px;
		border-radius:6px;
/*		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: 70px;
	height: 70px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: 8px 0%;
}
	#lateralD .cinema {
		margin-top:-85px;
		margin-right:10px;
		margin-bottom:10px;
	}
.libros, .documentos {
	background-image: url(../biblioteca/img/libros.png);
	background-position:10px 10px;
	background-size: 55px auto;
}
.documentos {
	background-image: url(../imagenes/fondos/gafas.jpg);
}
.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 rgba(102,102,102,0.70);
	box-shadow: 2px 2px 2px rgba(102,102,102,0.70);
}
.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                       {
	font-family: 'Roboto', sans-serif;
	overflow: hidden;
	margin: 8px auto;
	border: 2px solid #B73D1E;
	-webkit-box-shadow: 2px 2px 2px rgba(102,102,102,0.70);
	box-shadow: 2px 2px 2px rgba(102,102,102,0.70);
	border-radius: 8px;
	font-size: 1.1rem;
	min-width: 50%;
	max-width: 74%;
	background-color: #CCCC99;
	padding:0.5%;
 }
 
 #contenidop .Zebra_Pagination	{
	border-color: #000000;
	clear: none;
 }
 
.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: 2px; 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    { 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                {
	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: 'Roboto', sans-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 {
	font-size: 15px;
    height: 45px;
    line-height: 1.1;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 10px;
    width: 43px;
	margin-bottom: 8px;
}
#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;
	line-height: 125%;
	word-spacing: -2pt;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: 'Roboto', sans-serif;
}
	#articulominus p, #articuloplus p {
			height: 87px;
			width: 136px;
			font-size:16px;
			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: 100%;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.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;
}
 .registrobiblio, .registrodocumentacion {
	 background-image: none;
	 width:30%;
	 margin-top:8px;
	 margin-left:0.5%;
 }
	.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: 30%;
		margin-left:3%;
		padding-right:3%;
	}
	.registrobiblio a .libro .titulobiblio, .titulodoc {
	float: left;
	max-width: 60%;
	font-family: 'Roboto', sans-serif;
	color: #FAFDD9;
	padding: 1%;
	background-color: #37382e;
	}
.titulodoc {
		color:#FFC;
		background-color:#033;
	}
	.registrovideo a .introregistrovideo, .registrobiblio a .introregistrobiblio, .registrodocumentacion a .introregistrodoc, article .registrovideo a {
	background-color: rgba(219,54,0,0.84);
	color: #FFFFFF;
	position: absolute;
	bottom: 0px;
	top: 108px;
	text-align: center;
	-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 {
	margin-bottom:5px;
	text-transform:uppercase;
	font-family: 'Roboto', sans-serif;
	line-height:110%;
	font-weight: 700;
	}
	.registrovideo a .introregistrovideo p, .registrobiblio a .introregistrobiblio p, .registrodocumentacion a .introregistrodoc p, article .registrovideo .introregistrovideo p {
		font-weight: 200;
		font-family: 'Roboto', sans-serif;
		line-height:1rem;
	}

	.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;
	text-align: right;
	max-height: 120px;
	font-family: 'Roboto', sans-serif;
}
	.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;
	line-height: 1.2em;
	font-size: 0.8em;
	font-family: 'Roboto', sans-serif;
	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 {
	display:none;
	visibility:hidden;
}

/* ----------------------------------------------------- */
.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: 100%;
	background-size: 65px auto;
	}
#music {
	width: 100%;
	border-bottom-width: 3px;
	border-bottom-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 {
	display:none;
	visibility:hidden;
}
	
	#lateralDmusic #suscribe, #lateralDmusic .addthis_native_toolbox {
		margin-top:15px;
		margin-bottom:15px;
	}

/* **************************************************************************
***************** 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;
 }


/* **************************************************** */
/* **************************************************** */
/* ******************** <791 ************************** */
/* **************************************************** */
/* **************************************************** */

@media (max-width: 791px) {
	
	/* paginacion zebra */ 
#contenidop .Zebra_Pagination, #cabezalistado .Zebra_Pagination {
/*    clear: both;
*/}	

.Zebra_Pagination {
    max-width: 100%;
	float:none;
}

/* **************************************************** */
/* **************************************************** */
/* ******************** Biblioteca <791 *************** */
/* **************************************************** */
/* **************************************************** */
.registrobiblio, .registrodocumentacion {
	 width:42%;
	 margin-top:8px;
	 margin-left:1%;
	 min-width:192px;
 }
	.registrobiblio a .libro .titulobiblio, .titulodoc {
		max-width: 63%;
		padding: 2%;
	}
	.registrobiblio a .libro .imgcont, .imgdoc {
    float: right;
    margin-left: 2%;
    padding-right: 2%;
    width: 25%;
}

/* listado artículos */
.articuloautor {
	height:152px;
}
	#articulos_aleatorios a h3, .articuloautor h4 {
		
	}
#contenedor_articulo #articulocuerpo .articuloautor p {
    font-size: 0.8rem;
    margin: 1%;
    min-width: 96%;
	padding:2%;
	clear:both;
}
.articuloautor .imgArtAle {
		display:none;
		visibility:hidden;
}

.dosColumnas {
		-webkit-column-width: 200px;
		-moz-column-width: 200px;
		column-width: 200px;
		-webkit-column-gap: 40px;
		-moz-column-gap: 40px;
		column-gap: 40px;
}
	
	
	
}
/* **************************************************** */
/* **************************************************** */
/* ******************** <481 ************************** */
/* **************************************************** */
/* **************************************************** */
@media (max-width: 481px) {
	
#contenidop #nombre_pag, #cabezalistado #nombre_pag {
    max-width: 60%;
	margin-left:auto;
	margin-right:auto;
	float:none;
}	
/* **************************************************** */
/* **************************************************** */
/* ******************** Biblioteca <481 *************** */
/* **************************************************** */
/* **************************************************** */
.registrobiblio, .registrodocumentacion {
	 width:80%;
	 margin-top:4px;
	 font-size:0.8rem;
	 margin-left:auto;
	 margin-right:auto;
 }	
	.registrobiblio a .libro .titulobiblio, .titulodoc {
		max-width: 94%;
		padding: 3%;
		float:none;
		min-height:95px;
		font-size:1.1rem;
	}

	.registrobiblio a .libro .imgcont, .imgdoc, .articuloautor .imgArtAle {
		display:none;
		visibility:hidden;
}


/* ******************************************** */
/* ************* detalle Biblioteca *********** */
/* ******************************************** */
#cabezaInfoLibro header {
    max-width:100%;
	float:none;
}
#info_libro #libroImg {
	display:none;
	visibility:hidden;
}
	#info_libro #libroImg img {
		display:none;
		visibility:hidden;
	}


	/* paginacion zebra */ 
	#contenidop .Zebra_Pagination, #cabezalistado .Zebra_Pagination {
		max-width: 80%;
		clear: none;
}	


	/* listado articulos */
.articuloautor {
	max-width: 80%;	
}
	.articuloautor h4 {
		font-size:1rem;
	}


	
	
	
	
}