@charset "UTF-8";
/* CSS Document */

/* 
Author: Lorando Labbe
Date: 24-set-2011
*/

body {
	background-image: url(imagens/fundo.jpg);
	background-color: #1b1b1c;
	color: #ffcc00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:auto;
}

a:link		{ color: #FF0; text-decoration: none; }
a:visited	{ color: #FF0; text-decoration: none; }
a:active	{ color: #FF0; text-decoration: none; }
a:hover         { color: #FF0000; text-decoration: none; }

div.centraliza{
	text-align:center;
}

div.centraliza div, div.center p, div.center table, div.center form, div.center img {
    text-align: left; margin-left: auto; margin-right: auto;
}

div.transparente{
	background-color:#FFFFFF;	
	opacity:0.3;
	filter:alpha(opacity=30);
}

div.centro{
	background-color:#000000;
	height:550px;
}

div.foto{
	padding-top:10px;
	padding-bottom:10px
}

img.logo{
	opacity:1;
	filter:alpha(opacity=100);
}

.menu {
	background: #b6b2b2;
	width: 100%;
	border: 1;
	border-color: #b6b2b2;
	border-width: thin;
	border-style: solid;
	border-spacing: 0;
}

