.fondoMenu {
	background-image: url(imgs/fondoMenu.gif);
	background-repeat: no-repeat;
}
.fondoContenido {
	background-image: url(imgs/fondocontenido.jpg);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: normal;
}
.fondoContenido a{
	background-image: url(imgs/fondocontenido.jpg);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
.fondoFirma {
	background-image: url(imgs/fondoFirma.jpg);
	background-repeat: no-repeat;
	background-color: #666666;
}
.fondoPie {
	background-image: url(imgs/fondopie.jpg);
	background-repeat: repeat-x;
}
