
#contenidoPrincipal{
	
	height: auto;
	background-color: white;
	font-size: 17px;
	line-height: 27px;
	font-family: 'Open Sans', arial, sans-serif;
	color: #646B72;
	text-align: justify;
	
}
	#contenidoPrincipal #tituloPrincipal{
		width: 100%;
		height: 120px;
		font-size: 32px;
		box-shadow: 0px 10px 20px #aaa;
		background: #CEE3F6;
		
	}
	
	
	#contenidoPrincipal #tituloPrincipal p{
	
		padding-top: 50px;
		text-align: center;
	
		font-size: 2em;
		font-family:"Edwardian Script ITC";
	
	
	}	
	
		#contenido{
			height: auto;
			padding-top: 60px;
			text-decoration: none;
			padding: 60px;
			padding-bottom: 30px;
			padding-top: 60px;
			
		}
			
			#tituloContenido{
				text-align: center;
				font-size: 26px;
				margin-bottom: 40px;
					
			}
			
			#contenido p.destacado{
				font-size: 21px;
				font-weight: bold;
				margin-top: 20px;
				margin-bottom: 20px;
				
			}
		
		
			#contenido a{
				text-decoration: none;

			}
			
			
			
			#sliderPdf{
				
				margin: 0 auto;
				margin-top: 50px;
				
				/*width: 62%;*/
				width: 658px;
				
				min-width: 440px;
				height: 250px;
				
				overflow: hidden;

				position: relative; 
				padding: 10px 50px 10px; 
				
				box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
				background-color: #CEE3F6;
				
				border-radius: 10px/90px;
				box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), inset -2px 0 3px 2px rgba(255, 255, 255, 0.6), 
						inset 2px 0 3px 2px rgba(255, 255, 255, 0.6), inset -10px 0 10px 1px rgba(155, 155, 155, 0.1), 
						inset 10px 0 10px 1px rgba(155, 155, 155, 0.1);
	
				
			}
				
				
				#sliderPdf .viewport { 
					width: 100%;
					height: 250px; 
					overflow: hidden; 
					position: relative; 
					background-color: #fff;
					
				}
					
				
				#sliderPdf .buttons {
				    background: rgb(1,152,255);
				    border-radius: 35px;
				    display: block;
				    position: absolute;
				    top: 45%;
				    left: 0;
				    width: 35px;
				    height: 35px;
				    color: #fff;
				    font-weight: bold;
				    text-align: center;
				    line-height: 35px;
				    text-decoration: none;
				    font-size: 22px;
					z-index: 2;
				}
				
				#sliderPdf .next {
				    right: 0;
				    left: auto;
				    top: 45%;
				}
				#sliderPdf .buttons:hover {
				    color: rgb(1,152,255);
				    background: #fff;
				    cursor: pointer;
				}
				
				#sliderPdf .disable { visibility: hidden; }
				
				#sliderPdf .overview { 
					list-style: none; 
					position: absolute;
					padding: 0; 
					margin: 0; 
					left: 0; 
					top: 0; 
					width: 100%;

				}
				
				
				#sliderPdf .overview li { 
					float: left; 
					margin: 0 20px 0 0; 
					padding: 5px;
					width: 190px;
					height: 180px; 
					/*border: 1px solid #dcdcdc; */
					border: 2px solid rgb(1,152,255);
					 
				}
		
				#sliderPdf .viewport ul li img{
					width: 100%;
					height: 180px;
	
				}
		
				#sliderPdf .viewport ul li img:hover{
					opacity: 0.6;
				}
		
				#sliderPdf .viewport ul li p{
					color: black;
					text-decoration: none;
					text-align: center;
					margin-top: 5px;
					font-size: 16px;
				}
				#sliderPdf .viewport ul li p:hover{
					color: rgb(1,152,255);
				}
		
