

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: auto;
		font-size: 32px;
		box-shadow: 0px 10px 20px #aaa;
		background: #CEE3F6;
		
	}
	
	#contenidoPrincipal #tituloPrincipal p{
	
		padding-top: 20px;
		padding-bottom: 20px;
		text-align: center;
		line-height: 70px;
		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 .subtitulo{
		font-weight: bold;
		font-size: 18px;
	}
	
	#contenido .cursiva{font-style:italic;}
	
	#contenidoMenu{
		margin-top: 20px;
		text-align: justify;
		padding-left: 25px;
		list-style-type:decimal;
	}
	
