body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #666666;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
.tablaInicio {
	background-image: url(images/fondo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.lineaVert {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #3F3C5B;
	border-right-color: #3F3C5B;
	border-bottom-color: #3F3C5B;
	border-left-color: #3F3C5B;
}
.lineaHoriz {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #3F3C5B;
	border-right-color: #3F3C5B;
	border-bottom-color: #3F3C5B;
	border-left-color: #3F3C5B;
}
a {
	color: #CACBD9;
}
a:hover {

	color: #F4F4F7;
}
