@charset "UTF-8";
/* Pages-backgrounds

Indica los backgrounds-image y color de las diferentes páginas

Todavía desconozco por qué no venía en la instalación

*/

#background {	
  position: relative;
  top: 146px;
}

/* probando diferentes fondos */

#page {
  position: relative;
  top: -146px;
  margin-bottom: -146px;
}

/* wrapper para el fondo solo en #main */ 

#fondo {
	/* background-image: url('../images/bg.png');
	background-repeat: repeat-y;
	background-position: center; */
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	position: absolute;
	top: 0px;
	height: 100%;
	z-index:-100;
	left: -1px;
	width: 980px;
}

.page-noticias #content {
	background-image: url('../images/noticias.jpg');
	background-position: center top;
	background-repeat:no-repeat;
	padding-top:140px;
}

.page-noticias h1.title {
	margin: 0;
	position: absolute;
	left: 20px;
	top: 45px;
	background: rgba(0, 0, 0, .7);
	color: white;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .8);
}