/* FOLHA DE ESTILOS GERAL DO SITE: AQUI DEVERÃO ENTRAR OS ESTILOS GENÉRICOS PARA O SITE*/
/* Definições dos elementos do site */
body{
	text-align: center;
	margin:0px;
	padding:0px;
	background: url("/images/bg.jpg") #72716f ;
}

div, td, select, input, textarea{
	font-family: Tahoma, Verdana, arial, heveltica;
	font-size:12px;
	color: #262626;
}

b, a{
	color: #262626;
	outline:none;
}

img{
	border:0px;
}

*{
	margin:0px;
	padding:0px;
}

h1{
	font-size:15px;
	margin: 0px 0px 12px 0px;
	color: #58595b;
}
h2{
	font-size:12px;
	margin: 0px 0px 12px 0px;
}
/* Fim das definições dos elementos do site */

/* Definições da estrutura do site */
#controlaConteudo{
	width:950px;
	position:relative;
	margin:auto;
	text-align:left;
}

#topo{
	margin-bottom: 10px;
	border-bottom: 1px solid #878787;
}

#logo{
	margin: 10px 0px 0px 130px;
}

#menuTopo{
	margin-left:50px;
}

#menuTopo a{
	float: left;
	padding: 2px 40px 3px 40px;
	border-right: 1px solid #878787;
	text-decoration: none;
	color: #262626;
	font-weight: bold;
}

#menuTopo a:hover, .menuMarcado{
	background: #c6c6c6;
}

#conteudo{
	padding: 5px;
	display:none;
}

#rodape{
	margin:25px 0px 20px 0px;
	text-align: center;
	clear:both;
}

/* Fim das definições da estrutura do site */

/* Definições do contedo */
.floatLeft{
	float:left;
}

.floatLeftImg{
	float:left;
	margin-right:10px;
}

.floatRight{
	float:right;
}

.floatRightImg{
	float:right;
	margin-left:10px;
}

.center{
	text-align:center;
}

.clear{
	clear:both;
}

.block{
	display:block;
}
.none{
	display:none;
}

.label{
	float:left;
	text-align: right;
	padding:4px 5px 2px 0px;
	width:197px;
	font-weight:bold;
}

.input{
	margin:2px 5px 2px 0px;
	width: 250px;
}
/*Fim das definições do conteudo*/

