.texto{
	font-family: tahoma;
	font-size: 11px;
	color: #FFFFFF;
	line-height:18px
}

.tituloNoticias{
	font-family: tahoma;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}

.textoFooter{
	font-family: tahoma;
	font-size: 10px;
	color: #8A8A8A;
}

.linkFooter:link{
	font-family: tahoma;
	font-size: 10px;
	color: #8A8A8A;
	text-decoration:none;
}

.linkFooter:visited{
	font-family: tahoma;
	font-size: 10px;
	color: #8A8A8A;
	text-decoration:none;
}

.linkFooter:hover{
	font-family: tahoma;
	font-size: 10px;
	color: #8A8A8A;
	text-decoration: underline;
}

.textoFooterBlack{
	font-family: tahoma;
	font-size: 10px;
	color: #000000;
}

.linkFooterBlack:link{
	font-family: tahoma;
	font-size: 10px;
	color: #000000;
	text-decoration:none;
}

.linkFooterBlack:visited{
	font-family: tahoma;
	font-size: 10px;
	color: #000000;
	text-decoration:none;
}

.linkFooterBlack:hover{
	font-family: tahoma;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

.linkMenu:link{
	font-family: Trebuchet MS;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;
}

.linkMenu:visited{
	font-family: Trebuchet MS;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;
}

.linkMenu:hover{
	font-family: Trebuchet MS;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;
}

.textoMenu{
	text-align: right;
}