/* CSS CicloAventuras */

.menu a:link		{
text-decoration: none; color: #FFFFFF;
}
.menu a:active	{
text-decoration: none; color: #ffff99;
}
.menu a:visited{
text-decoration: none; color: #FFFFFF;
}
.menu a:hover		{
color: #ffff99; text-decoration: underline;
}

.menu {

	font-family: "Tahoma";
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.data {
	font-family: "Tahoma";
	font-size: 11px;
	font-weight: none;
	color: #FFFFFF;
}
.copyright {
	font-family: "Tahoma";
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: none;
}

.corpo a:link		{
text-decoration: underline; color: #465765;
}
.corpo a:active	{
text-decoration: underline; color: #465765;
}
.corpo a:visited{
text-decoration: underline; color: #465765;
}
.corpo a:hover		{
color: #545438; text-decoration: underline; font-weight: bold;
}

.corpo {

	font-family: "Tahoma";
	font-size: 13px;
	color: #465765;
}
.titulo {
	font-family: "Tahoma";
	font-size: 13px;
	color: #545438;
	font-weight: bold;
	text-decoration: none;
}
.box {
	font-family: "Tahoma";
	font-size: 13px;
	color: #465765;
	height: auto;
	width: auto;
}
