/* CSS Document */
body {
	background-image: url(images/fondo.gif);
	background-repeat:repeat-x;
}
.style1 {
	font-size: 11px;
	font-family: Tahoma;
	color: #333333;
}
.styleT {
	font-size: 11px;
	font-family: Tahoma;
	color: #6C163F;
}
.styleB {
	font-size: 11px;
	font-family: Tahoma;
	color: #FFFFFF;
}
.styleB1 {
	font-size: 11px;
	font-family: Arial;
	color: #FFFFFF;
}
.styleIE {
	font-size: 11px;
	font-family: Arial;
	color: #999999;
}
a:link {
	color: 6C163F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: 6C163F;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #666666;
}
