.fondoGris {
	background-color: #CCCCCC;
	background-image: url(images/fondoG.jpg);
	background-repeat: repeat-x;
	border: 1px solid #FFFFFF;
}
.fondoCentro {
	border: 4px solid #660000;
	background-color: #d8d8d8;
	background-image: url(images/fondoCentro.jpg);
	background-repeat: repeat-x;
}
.lineablanca {
	border: 1px solid #FFFFFF;
}
.textGen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	text-align: justify;
}
.textGris {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	text-align: justify;
}
.masInfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #990000;
	text-decoration: none;
	padding-top: 10px;
}
a:hover.masInfo {
	text-decoration: underline;
}
.pie {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.ligas {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #660000;
	text-decoration: underline;
	list-style-type: circle;
}
a:hover.ligas {
	color: #FF6600;
}
