/* =BODY & TEXT
----------------------------------------------- */

body, html {
	margin: 0px;
	padding: 0px;
	color: #35261b;
	background-color: #D3A87D;
	background-image: url(../imagenes/body-background.gif);
	background-repeat: repeat-x;
	background-position: left top;	
}
.Estilo3 {font-size: 12px}
body {
	text-align:center;
}
body,td,th {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
p {
	margin: 0px 0 15px;
	padding: 0;
	line-height: 1.5em;
}

/* =STRUCTURE
