/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color : #EACEA8;
/*background: #fff;*/
	color: #333;
	}

#contenedor {
	background: none;
	width: 592px;
	margin: 0 auto;
	}

#header {
/*	background: #EACEA8 url(img/header.gif) no-repeat;*/
	background: #EACEA8;
	text-align:center;
	width: 100%;
	margin-bottom: 20px;
	}
	
#header img{
	border:none;
	}

#footer {
/*	background: #EACEA8 url(img/footer.gif) no-repeat;*/
	background: #EACEA8;
	text-align:center;
	width: 100%;
	padding-top: 30px;
	height:79px;
	}
	
#contenido{
text-align:center;
}

table{margin: 0 auto;}
captio{text-align:center}
table td{border-bottom: 1px solid #ccc;}

.red{color: red; font-weight:bold;}
.green{color:green; font-weight:bold;}

