
/* Links > Enlaces */

.weblinks {
    font-size: 9pt;
	text-decoration: none;
        color: #222222;
}

.weblinks a {
    font-size: 9pt bold;
	text-decoration: none;
	color: #E1600F;
}

.weblinks a:hover {
    font-size: 9pt bold;
	text-decoration: none;
    color: #F9B002;
}

.weblinks span {
    font-size: 9pt;
	text-decoration: none;
    color: #222222;
}

.weblinks a span {
    font-size: 9pt;
	text-decoration: none;
	color: #666666;
}

.weblinks a:hover span {
    font-size: 9pt;
	text-decoration: none;
    color: #4B5054;
}

/******* efecto on off *******/
#efectoonoff a:visited img, #efectoonoff a img{filter: alpha(opacity=60);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
 -moz-opacity: 0.60; opacity:0.60;
}
#efectoonoff a:hover img { filter: alpha(opacity=100);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
 -moz-opacity: 1.00; opacity:1;
}

img.brd {
border: 2px solid #FD028A;
margin-top: 5px;
}