BODY
{
	background-color: 333333;
}

.fondomain
{
	background-position: bottom;
	background-repeat: no-repeat;
}

.fondo
{
	background-position: top;
	background-repeat: repeat;
}

.borderleft
{
	border-left: 1px solid #262626;
}

.borderright
{
	border-right: 1px solid #262626;
}

.bordertop
{
	border-top: 1px solid #262626;
}

.borderbottom
{
	border-bottom: 1px solid #262626;
}

.link a:link {
	text-decoration: none;
	color: White;
}

.link a:visited {
	text-decoration: none;
	color: White;
}

.link a:active {
	text-decoration: none;
	color: Silver;
}

.link a.hover {
	text-decoration: none;
	color: Silver;
}

.textLink {
	font: 10px/18px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: White;
}

.text
{
	
}

.titulo {
	font: 600 11px/18px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: White;
}