@charset "utf-8";
/* CSS Document */

html{
	height:100%;
}

body{
	height:100%;
	margin:0px 0px 0px 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

.linkintro a{
	color:#FFFFFF;
	text-decoration:none;
}

.linkintro a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}

.menu {
	color:#FFFFFF;
	font-size:11px;
}

.menu a{
	cursor:pointer;
	color:#FFFFFF;
	text-decoration:none;
}

.menu a:hover{
	cursor:pointer;
	color:#FFFFFF;
	text-decoration:underline;
}

.menuoff {
	color:#cccccc;
	font-size:11px;
}

.titulo {
	font-size:12px;
	font-weight:bold;
}

a.oficina{
	color:#f6861f;
	text-decoration:none;
	font-weight:bold;
}

a.oficina:hover{
	color:#f6861f;
	text-decoration:underline;
	font-weight:bold;
}

a.expo{
	color:#ea0077;
	text-decoration:none;
	font-weight:bold;
}

a.expo:hover{
	color:#ea0077;
	text-decoration:underline;
	font-weight:bold;
}

a.rave{
	color:#32b9c3;
	text-decoration:none;
	font-weight:bold;
}

a.rave:hover{
	color:#32b9c3;
	text-decoration:underline;
	font-weight:bold;
}

a.vencedor{
	color:#9566ac;
	text-decoration:none;
}

a.vencedor:hover{
	color:#9566ac;
	text-decoration:underline;
}