BODY {
	background-color: #F3F3F3;
	background-image: url(images/fondo_degrade.jpg);
	background-repeat: repeat-x;
}

A:link {
	COLOR: #000066;
	TEXT-DECORATION: underline;
}

A:visited {
	COLOR: #000066;
	TEXT-DECORATION: none;
}

A:active {
	COLOR: #c71719;
	TEXT-DECORATION: none;
}

A:hover {
	COLOR: #000000;
	TEXT-DECORATION: none;

}

.mini {
	font-size: 10px;
	COLOR: #474747;
	font-family : verdana,tahoma,arial,helvetica,sans-serif;
}


td#menu {
	height: 43px;
	background: #FFF url("images/menu-bg.jpg") top left repeat-x;
	font-size: 13px;
	font-family: verdana,tahoma,arial,helvetica,sans-serif;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

td#menu a {
	height: 43px;
	color: #777;
	text-decoration: none;
	display: block;
	line-height: 300%;
	padding: 0px 0px 0;
}

td#menu a:hover {
	color: #333;
}

td#menu a.current {
	color: #FFF;
	background: #FFF url("images/current-bg.jpg") top left repeat-x;
	padding: 0px 0px 0;
}
