
#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;
			text-align: center;
			padding-top: 60px;
			padding-bottom: 20px;
			font-size: 19px;
			line-height: 24px;
			
		}

		#contenido #tituloHimno{
			font-size: 26px;
			margin-bottom: 30px;
			font-weight: bold;
		
		}

		#contenido #himnoPdf{
			text-align: left; 
			margin-left: 60px;
			margin-top: 50px;
			width: 150px;
			height: 50px;

		}
			#himnoPdf img{
				width: 50px;
				height: 50px;
				
			}
			#himnoPdf a{
				color: #646B72;
				text-decoration: none;
				
			}

				#himnoPdf a:hover{
					color: rgb(1,152,255);
					
				}
			
				#himnoPdf:hover img{
					opacity: 0.6;
				}

			#himnoPdf span{
				margin-top: 15px;
				float: right;
			}

