@charset "ISO-8859-4";
/** Antonio Cabello - puraenvidia.com **/

body,td,th {
	font-family: verdana;
}
body {
	background-color: #414244;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../image/fondo.jpg);
	background-repeat: repeat-x;
}
a:link {
	color: #BEAD53;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #BEAD53;
}
a:hover {
	text-decoration: none;
	color: afb2b3;
}
a:active {
	text-decoration: none;
	color: #BEAD53;
}

