@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial;
	font-size: 14px;
	color: #000000;
	font-weight: normal;
	background-repeat: repeat;
	background-image: url(../imgs/fondo.jpg);
}

body {
	margin-top: 1px;
	font-family: Arial;
	color: #000000;
	background-color: #FFFFFF;
	margin-right: 0px;
	margin-left: 0px;
}


h1 {
	font-family: Arial;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}

h2 {
	font-family: Arial;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

h3 {
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}

a {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #666666;
}
a:active {
	color: #000000;
}