

header #logotipo{
	background-image: none;

}

#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: 40px;
		text-align: center;
		
		font-size: 2em;
		font-family:"Edwardian Script ITC";
	
	}
	
	
	#contenido{width: 100%; padding-bottom: 80px; text-align: center;}
	
	#contenido p:first-child{
		margin-top: 60px;
	
	}	
	
	#contenido p{
		margin-top: 20px;
		text-align: justify;
	}
	
	#contenido .cursiva{
		font-style: italic;

	}
	
	.imagenes{
		width: 60%;
		height: 400px;
		margin-top: 30px;
		margin-bottom: 30px;
		border: 14px solid #BDBDBD;
		-webkit-box-shadow: 0px 5px 20px 5px #777;
            -moz-box-shadow: 0px 5px 20px 5px #777;
            box-shadow: 0px 5px 20px 5px #777;
	}

