@charset "iso-8859-1";
/* CSS Document */

/* RESET CSS */

body, div, span, h1, h2, h3, h4, h5, h6, p,
a, font, img, ul, li{
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-size: 100%;
	font-family: inherit;
	font-variant:inherit;
	text-decoration:none;

}

/* GERAL */

body{
	background:#222;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
	padding-bottom:3px;
}

#container{
	width:780px;
	background:#EEE;
	margin:0 auto;
	border:5px solid #eaeaea;
}

h1{
	font-size:16px;
	font-weight:bold;
}

/* TOPO */

#topo{
	height:348px;
	background:url(imagens/bg_topo.jpg) no-repeat #EEE center;
	position:relative;
}

#logos{
	width:203px;
	float:left;
	position:absolute;
	left:325px;
	top:150px;
}

#logos img{
	padding:5px;
}

#cadastre{
	width:186px;
	height:96px;
	position:absolute;
	left:560px;
	top:240px;
}

/* MENU */

#menu{
	width:186px;
	float:left;
	margin-top:5px;
	border:1px solid #CCC;
	position:relative;
}

#menu h1{
	background-color:#333;
	padding:15px;
	color:#FFF;
}

#menu ul li{
	list-style:none;
	background-color:#999;
	padding:15px;
	border-bottom:1px solid #CCC;
}

#menu a{
	color:#FFF;
	font-weight:bold;
}

/* CONTEUDO PRINCIPAL */

#conteudo{
	margin:0 auto;
}

#principal{
	width:355px;
	float:left;
	margin:5px;
	padding:5px 15px;
}

#principal h1{
	font-size:20px;
	font-weight:bold;
	text-align:left;
	color:#000;
	background-color:#eee;
}

#direita {
	width:190px;
	float:left;
	position:relative;
}

.bloco{
	width:184px;
	background-color:#999;
	margin-left:4px;
	color:#FFF;
	position:relative;
	padding-bottom:5px;
	float:left;
}

#teste {
	padding-left:30px;
	clear:both;
}

#direita h1, #footer h1{
	width:190px;
	height:29px;
	background:url(imagens/bloco.gif) no-repeat #eee;
	padding:23px 0px 0px;
	float:left;
	text-align:center;
	margin-top:5px;
	color:#FFF;
}

#direita h2, #footer h2{
	position:relative;
	text-align:center;
	font-weight:bold;
	padding-bottom:5px;
}

#direita form{
	padding:2px;
	clear:both;
}

.bloco #login, .bloco #senha{
	width:120px;
	border:1px solid #ccc;
}

.bloco label{
	font-weight:bold;
}

.bloco #enviar{
	width:69px;
	height:24px;
	border:none;
	background:url(imagens/enviar.jpg) #999;
	color:#FFF;
	font-weight:bold;
	margin-top:5px;
	float:left;
}

.bloco .cadastrar{
	padding:10px 0 0 5px;
	float:left;
	color:#FF0000;
	font-weight:normal;
}

.bloco .cadastrar a{
	color:#333;
	font-weight:normal;
}

.bloco .lembrarsenha a{
	font-weight:bold;
	color:red;

}

.bloco .lembrarsenha p{
	width:130px;
	text-align:center;
	line-height:2;
	clear:both;
	line-height:1;
	padding-top:5px;
}

.bloco #table{
	padding-bottom:10px;
	position:relative;
}
.bloco .tabela{
	width:180px;
	border:none;
	margin:0 auto;
}

.bloco .tabela th{
	width:70%;
}

.bloco .tabela td{
	width:30%;
	text-align:right;
}

.bloco .tabela .impar{
	background:#666;
}

.bloco img{
	margin-left:6px;
}

#principal2{
	width:780px;
	padding-top:5px;
	clear:both;
}

#blocoprincipal{
	background:#CCC;
	height:210px;
}

#blocoprincipal .texto{
	width:470px;
	padding:30px;
	float:left;
	font-size:16px;
}

#blocoprincipal .texto h1{
	padding:5px 5px 5px 0px;
	font-size:32px;
	text-align:left;
	line-height:1;
}

#blocoprincipal img{
	padding:35px;
}

#principal2 .texto2{
	padding:10px;
	width:545px;
	height:30px;
	float:left;
	text-align:right;
}

/* RODAPE */
#footer{
	width:100%;
	clear:both;
	padding-top:50px;
}

#enquete{
	width:190px;
	clear:both;
}

#enquete #radio{
	width:190px;
	clear:left;
}

#enquete #enviar{
	margin-left:15px;
}

#rodape{
	width:100%;
	text-align:right;
	border-top:2px solid #999;
	clear:both;
}

#rodape p{
	padding-right:20px;
	color:#333;
}

/* CANTOS AREEDONDADOS  */


.cantos .round-border-topleft, .cantos3 .round-border-topleft{
	width:10px;
	height:10px;
	position:absolute;
	z-index:100;
	background:url(imagens/bg_corner_topleft.gif) no-repeat;
	margin-top:-1px;
	margin-left:-1px;
	clear:both;
}
.cantos .round-border-topright, .cantos3 .round-border-topright{
	width:10px;
	height:10px;
	position:absolute;
	z-index:100;
	background:url(imagens/bg_corner_topright.gif) no-repeat;
	margin-top:-1px;
	margin-left:177px;
	clear:both;
}

.cantos .round-border-bottomleft, .cantos2 .round-border-bottomleft, .cantos3 .round-border-bottomleft{
	width:10px;
	height:10px;
	position:absolute;
	z-index:100;
	background:url(imagens/bg_corner_bottomleft.gif) no-repeat;
	margin-top:-9px;
	margin-left:-1px;
	clear:both;
}
.cantos .round-border-bottomright, .cantos2 .round-border-bottomright, .cantos3 .round-border-bottomright{
	width:10px;
	height:10px;
	position:absolute;
	z-index:100;
	background:url(imagens/bg_corner_bottomright.gif) no-repeat;
	margin-top:-9px;
	margin-left:177px;
	clear:both;
}

.cantos2 .round-border-bottomleft{
	margin-top:-5px;
	margin-left:0px;
}

.cantos2 .round-border-bottomright{
	margin-top:-5px;
	margin-left:174px;	
}

.cantos3 .round-border-topleft{
	margin-top:0px;
	margin-left:0px;
}

.cantos3 .round-border-topright{
	margin-top:0px;
	margin-left:770px;
}

.cantos3 .round-border-bottomleft{
	margin-top:-115px;
	margin-left:0px;
}

.cantos3 .round-border-bottomright{
	margin-top:-115px;
	margin-left:770px;
	clear:left;
}