.titulo {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.botones {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;

}
.botones A:link {
	text-decoration: none;
	font-weight:bolder;
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 12px;

}
.botones A:visited {
	text-decoration: none;
	font-weight:bolder;
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;

}
.botones A:Hover {
	color: #CCCCCC;
	font-weight:bolder;
	text-decoration: underline;
	font-family: Tahoma;
	font-size: 12px;

}
.texto {

	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.descarga {

	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	text-align: center;
}
.descarga A:link {
	text-decoration: none;
	font-weight:bolder;
	color: #999999;
	font-family: Tahoma;
	font-size: 12px;

}
.descarga A:visited {
	text-decoration: none;
	font-weight:bolder;
	font-family: Tahoma;
	font-size: 12px;
	color: #999999;

}
.descarga A:Hover {
	color: #FFFFFF;
	font-weight:bolder;
	text-decoration: underline;
	font-family: Tahoma;
	font-size: 12px;

}