body {
	background-color: F4EFB8;
	padding: 0px;
	margin: 0px;
}
table{
	border-collapse: collapse;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
table.contenedora {
	height: 100%;
	width: 100%;
}
td.centradora {
	padding-top: 10px;
}
table.pie {
	margin-top: 5px;
	background-color: F7F3CA;
	width: 760px;
}
* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
a {
	color: 017F40;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}
