
#contenidoPrincipal{
	
	height: auto;
	background-color: white;
	font-size: 17px;
	line-height: 26px;
	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;
			padding-bottom: 50px;
			text-decoration: none;
			
		}
		
			#texto{
				margin-top: 20px;
				margin-bottom: 60px;
				
			}
				#texto ul{
					list-style-type: disc;
					margin-left: 60px;
					margin-top: 20px;
					
				}
		
			#contenido a{
				text-decoration: none;

			}
			
			#contenido .cuadroPdf{
				float: left;
				width: 200px;
				height: 245px;
				margin-left: 20px;
				text-align: center;
				margin-bottom: 20px;
			
			}
			
	#sliderPdf{
				
		margin: 0 auto;
		margin-top: 50px;
		
		/*width: 62%;*/
		width: 658px;
		
		min-width: 440px;
		height: 230px;
		
		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: 230px; 
			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);
		}


