body {
}
.celdaconfondo1 {
	background-image: url(images/backgroundrepite.jpg);
	background-repeat:  repeat-x;
	background-position: right top;
}
.celdaconfondo2 {
	background-image: url(images/backgroundrepite.jpg);
	background-repeat:  repeat-x;
	background-position: left top;
}
.arialgris10px {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.arialgris9px {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}
.arialgris11px {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #990000;
}
a:active {
	text-decoration: none;
}

