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

}
#contenidoPrincipal{
	
	height: auto;
	
	background-color: white;
	font-size: 17px;
	line-height: 26px;
	font-family: 'Open Sans', arial, sans-serif;
	color: #646B72;
	text-align: center;
	
}
	#contenidoPrincipal #tituloPrincipal{
		width: 100%;
		height: 120px;
		font-size: 32px;
		box-shadow: 0px 10px 20px #aaa;
		background: #CEE3F6;
		
	}
	
	#itemContainer .titulo a{

		text-decoration: none;

	}
	#itemContainer .noticias{
		border-top: 2px solid grey;
		
	}
	
	#contenidoPrincipal #tituloPrincipal p{

		padding-top: 50px;
		text-align: center;
		
		font-size: 2em;
		font-family:"Edwardian Script ITC";
		
	
	}	
	

	/************************** PAGINACION****************/
	
	.holder {
		margin: 50px 0;
		text-align: center;
	}

	.holder a {
		font-size: 1em;
		cursor: pointer;
		margin: 0 5px;
		color: #333;
	}

	.holder a:hover {
		background-color: #222;
		color: #fff;
	}

	.holder a.jp-previous { margin-right: 15px; }
	.holder a.jp-next { margin-left: 15px; }

	.holder a.jp-current, a.jp-current:hover {
		color: blue;
		font-weight: bold;
	}

	.holder a.jp-disabled, a.jp-disabled:hover {
		color: #bbb;
	}

	.holder a.jp-current, a.jp-current:hover,
	.holder a.jp-disabled, a.jp-disabled:hover {
		cursor: default;
		background: none;
	}

	.holder span { margin: 0 5px; }
			
	
