/* CSS Document */
/*links*/
.linkNegro A:visited {
	font-weight: normal; color: #000000; text-decoration: none
}
.linkNegro A:active {
	font-weight: normal; color: #000000; text-decoration: none
}
.linkNegro A:hover{
	font-weight: normal; color: #000000; text-decoration: underline; 
}

.linkBlanco A{
	font-weight: bold; color: #ffffff; text-decoration: none
}
.linkBlanco A:visited {
	font-weight: bold; color: #ffffff; text-decoration: none
}
.linkBlanco A:active {
	font-weight: bold; color: #ffffff; text-decoration: none
}
.linkBlanco A:hover{
	font-weight: bold; color: #ffffff; text-decoration: underline; 
}