@charset "utf-8";
/* CSS Document */

body, TD {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #000000;
	background-image: url(images/fondo_todo.jpg);
	background-repeat: repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

a {
	font-family: Arial;
	font-size: 12px;
	color: #999999;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

.imagen {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
}
.imagen:link {
	text-decoration: none;
}
.imagen:visited {
	text-decoration: none;
}
.imagen:hover {
	text-decoration: none;
}
.imagen:active {
	text-decoration: none;
}

.Title{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	color: #FFFFFF;
	font-weight:bold;
}