/* Default CSS Stylesheet for a new Web Application project */

a:link { color: #eee8aa; font-size: 8pt; text-decoration: none }
a:visited { color: #eee8aa; font-size: 8pt; text-decoration: none}
a:hover { color: #eee8aa; text-decoration: underline }
a
{
	font-weight: bold;
	font-size: 10pt;
	color: lightgoldenrodyellow;
	font-family: Lucida Calligraphy;
}
MenuContainer {Z-INDEX: 110; LEFT: 277px; WIDTH: 400px; POSITION: absolute; TOP: 13px; HEIGHT: 25px}

TextoNormal{
	font-size: 10pt;
	color: lightgoldenrodyellow;
	font-family: Verdana, Tahoma, Arial;
}