body {
	margin: 0;
	text-align: center;
	color: #000000;
	font: 12px Arial, Helvetica, sans-serif;
	background: #ebebeb;
}
p, td, li {	
	color: #000000;
	font: 12px Arial, Helvetica, sans-serif;
}
.contenedor {
	background: url(../images/fondo_contenedor.jpg) top center repeat-y;
	width: 776px;
	position: relative;
	margin: 0 auto;
	text-align: left;
		
}
.celda_menu {
	width: 167px;
	background: #a5a5c2 url(../images/fondo_menu.gif) top right repeat-y;
	vertical-align: top;
}
.celda_contenidos {
	vertical-align: top;
	background: #f4fcfe url(../images/contenidos_fondo.jpg) no-repeat bottom left;
	width: 589px;
	padding: 15px;
	text-align: justify;
}
.pie_tabla {
	background: #48591c;
	text-align: center;
	color: #FFFFFF;
	font: 12px Arial, Helvetica, sans-serif;	
}
.pie {
	background: #ebebeb;
	text-align: center;
	color: #FFFFFF;
	font: 12px Arial, Helvetica, sans-serif;	
}
.pie a {
	color: #48591c;
	text-decoration: none;
}
.pie a:hover {
	text-decoration: underline;
}
.pie p {
	margin: 5px;
}
