body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #323232;
	background-image: url(../img/pattern.gif);
	margin: 0px;
}
.td_principal {
	background-attachment: fixed;
	background-color: #FF7F02;
	background-image: url(../img/fondo.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.fondoi {
	background-attachment: fixed;
	background-image: url(../img/fondo_i.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
td {
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	text-align: justify;
}

a:hover {
	text-decoration: underline;
	color: #000000;
	font-weight: bold;
	}

a:link {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

a:visited {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

