
body {
	background: #ad7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #777;
}

table {
	border: 0;
	border-collapse: collapse; /* con esto te ahorras los cellpading=0; y cellpaccing=0; */
}

td {
	padding: 0;
}

img {
	border:0;
}

a {
	font-size: 11px;
	text-decoration: none;
	color: #445522;
	font-weight:bold;
}

a:active {
	text-decoration: none;
	color: #445522;
}

a:link {
	text-decoration: none;
	color: #445522;
}

a:visited {
	text-decoration: none;
	color: #445522;
}

a:hover {
	text-decoration: underline;
	color: #668833;
}

.titulo {
	font-size: 11px;
	color: #445522;
	font-weight: bold;
}

.pie {
	font-size: 10px;
	text-decoration: none;
	color: #445522;
	font-weight:bold;
}

.textoFormularios {
	background-color: #FFFFFF;
	border: #555 1px solid;
	width: 80%;
	margin: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	resize: none;
}
