body,td,th {
	font-family: Arial;
	font-size: 12px;
	color: #999999;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #0099FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0099FF;
}
a:hover {
	text-decoration: none;
	color: #00CCFF;
}
a:active {
	text-decoration: none;
	color: #0099FF;
}
.bloque{
	background-image:url(imagenes/bloque.jpg);
	background-repeat:no-repeat;
}
.titulo{
	padding-top:7px;
	padding-left:20px;
	height:27px;
	font-family:Verdana;
	color:#FFFFFF;
	font-size:9px;
	font-weight:bold;
	text-transform:uppercase;
}
.bloque_contenido{
	padding-left:5px;
	padding-bottom:5px;
}

.tabla{
	background-image:url(imagenes/tabla.jpg);
	background-repeat:no-repeat;
}
.tabla_contenido{
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
}
.texto_superior{
	font-family:Arial;
	font-size:12px;
	color:#0099CC;
}
.texto_pie{
	font-family:Arial;
	color:#FFFFFF;
	font-size:12px;
}

