@charset "utf-8";
body {
	background-color: #000000;
	margin:0;
	padding:0;
	font-size:12px;
	font-family:Tahoma, Verdana, Arial;
	color: #999999;
}

.titulo {
	font-size:18px;
	font-family: Arial, Tahoma, Verdana;
	color: #fd5002;
}

a:active {
	color: #593217;
	text-decoration: underline;
}

a:visited {
	color: #593217;
	text-decoration: underline;
}

a:link {
	color: #593217;
	text-decoration: underline;
	
}

a:hover {
	color: #666666;
	text-decoration: none;
}

.nav {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 14px;
	color: #fde802;
	text-decoration: none;
	font-style:italic;
}

a.nav:link, a.nav:visited {
	color: #fde802;
	text-decoration: none;
}

a.nav:hover {
	color: #FFFFFF;
	text-decoration: line-through;

}

/* INTRO */

.info {
	font-size:11px;
	font-family: Tahoma, Verdana, Arial;
	color: #FFFFFF;
}
.image {
	border:#FFFFFF 1px solid;
	cursor:pointer;
}

