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

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

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

#footer {
	background: #fff url(img/footer.gif) no-repeat;
	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{font: verdana; color: #666666 ; font-weight:bold;}
.green{font: verdana; color: #0066CC ; font-weight:bold;}
