/*--------------------------------------------- COLUMNA IZQ -----------------------------------------------------------------*/
		
		#revista_pdf img {
			width: 143px;
			height: 230px;
			margin-bottom: 14px;
			}
		
		
			#revista_pdf ul li {	
				margin: 0;
				display: inline-block;
			}
			
			#revista_pdf ul li:after {
				content: "."; 
					display: block; 
					height: 0; 
					clear: both; 
					visibility: hidden;
			}
			
			#revista_pdf ul li p.trigger {
				margin: 0;
				height: 16px;
				overflow: hidden;
				}
			
			#revista_pdf ul li p {
				padding: 3px 0 0 8px;
				background:#c6c6c6;
				height: 16px;
				color: #fff;
				width: 135px;
				margin: 0 0 0 0;
				}
			
			#revista_pdf ul li ul li p {
				background: none;
				padding-left: 8px;
				width: 135px;
				height: auto;
				font-size: 10px;
				}
				
				#revista_pdf ul li ul li p a {
					color: #a8a8a8;
					}
				
			#revista_pdf ul li ul li p span {
					color: #d2d2d2;
					width: 24px;
					float: left;
					}
			
			#revista_pdf ul li ul li p a .titulo_pag {
					width: 102px;
					float: right;
					padding-right: 8px;
					color: #A8A8A8;
					margin-bottom: 4px;
					}
			
			#revista_pdf ul li ul  {
				background: #f1f1f1;
				padding:3px 0 6px 0;
				}
				
			#revista_pdf ul li p.seccion {
				background: url(../images/img_estructura/background1_rev.gif) 0 0 no-repeat;
				width: 135px;
				height: 21px;
				color: #fff;
				font-weight: bold;
				padding: 6px 0 0 8px;
				margin: 0 0 0 0;
			}
			
			#revista_pdf ul li p.seccion a {
				color: #fff;
				text-decoration: none;
				}
				
				#revista_pdf ul li p.seccion a:hover {
					text-decoration: none;
					}			
				
				p.seccion {
					background: url(../images/img_estructura/background1_rev.gif) 0 0 no-repeat;
					width: 135px;
					height: 21px;
					color: #fff;
					font-weight: bold;
					padding: 6px 0 0 8px;
					margin: 0 0 0 0;
					}
					
/*--------------------------------------------- FIN COLUMNA IZQ -----------------------------------------------------------------*/
/*------- prototype show hide----------*/
.trigger {
  background: #eef;
  cursor: pointer;
}		
.trigger:hover {
  cursor: pointer;
  background: #dde;
}		
.expanded {
  background: #fff;
  cursor: pointer;
}
.expanded:hover {
  background: #eef;
  cursor: pointer;
}
/*.trigger img {
  padding: 0 8px;
}*/