body {
	background-color: #D6D6D6;
	text-align: center;
}
a:link {
	color: #808080;
	text-decoration: none;
}
a:visited {
	color: #808080;
	text-decoration: none;
}
a:hover {
	color: #808080;
	text-decoration: underline;
}
a:active {
	color: #808080;
	text-decoration: none;
}
.texto-general {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #7b7b7b;
	text-align: justify;
	margin-right: 20px;
	margin-left: 20px;
}
.texto-foto {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #7b7b7b;
	text-align: justify;
}
.titulo {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #505050;
	text-align: center;
}
.titulo-grafico {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 20px;
	filter: DropShadow(Color=#7b7b7b, OffX=1, OffY=1, Positive=1);
	font-weight: bold;
	color: #505050;
	margin-bottom: 6px;
}
.titulo-centro {
	font-size: 14px;
	font-family: "Myriad Pro";
	color: #505050;
	text-align: left;
	padding-left: 20px;
	background-image: url(images/punto.gif);
	background-repeat: no-repeat;
	background-position: left;
	font-weight: bold;
}
.enum {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #7b7b7b;
	background-image: url(images/punto.gif);
	background-position: left;
	background-repeat: no-repeat;
	text-align: left;
	padding-left: 10px;
}
.enum-naranja {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #f87a00;
	background-image: url(images/punto.gif);
	background-position: left;
	background-repeat: no-repeat;
	text-align: left;
	padding-left: 10px;
}
.texto-pie {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #FFFBF0;
	font-weight: bold;
	padding-right: 10px;
}
.texto-copyright {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #FFFBF0;
	padding-right: 10px;
}
.tabla-izq {
	margin-left: 5px;
}
.tabla-dch{
	margin-right: 5px;
	}
