body {
	color: #000;
	font: 12px Arial, Sans-Serif;
	text-align: center;
	margin: 0;
}
.contenedor {
	position: relative;
	margin: 0 auto;
	width:770px;
	text-align: justify;
}

a {
	color: #f00;
}
h1 {
	color: #6f0101;
	font: italic 24px Arial, Sans-Serif;
	margin: 0 0 20px 0;
}
h2 {
	color: #6f0101;
	font: italic 18px Arial, Sans-Serif;
	margin: 20px 0;
}
.contenidos {
	color: #000;
	font: 12px Arial, Sans-Serif;
	line-height: 18px;
	padding: 0px 20px 0px 15px;
	v-align: top;
}
.contenidosLoop {
	background: #fff url(../images/fondoContenidos.jpg) right top repeat-y;	
}
.contenidosImg {	
	background: url(../images/fondoContenidosInf.jpg) right bottom no-repeat;	
}
.zonaMenu {
	background: #fff url(../images/zonaMenu.jpg) right top repeat-y;
}
