
header #logotipo{
	background-image: url("../imagenes/galeria/otras/atardecer.jpg");

}

#mapaNavegacion #der{
	margin-top: 20px;

}
	
#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";
		line-height: 22px;
	
	}
	
#contenido{
	height: auto;		
	padding-bottom: 10px;
	padding-top: 60px;
	text-align: justify;
	line-height: 26px;
	
}

 #contenido .visualPdf{
	 float: left;
	 width: 47%;
	 height: 600px;
	 margin-left: 2%;
	 margin-bottom: 2%;
 }
 
	#contenido iframe{
		width: 100%;
		height: 100%;
		 
	}


