@charset "utf-8";

/* Atalhos */

.noborder{ border:0; }
.mb10{ margin-bottom:10px; }

/* Estrutura */

body {
	background-color: #FFFFFF;
	background-image: url("/estaticos/img/layout/bg_madeira.jpg");
	background-repeat:repeat-x;
	background-attachment: fixed;
	background-position: center center;
	
	margin:0;
	padding:0;

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333;
}

h1, h2 {
	margin:0;
}

p {
	font-size:10px;
	margin:0px;
}

#div_geral{
	width:980px;
	height: 520px;
	top: 50%;
	left: 50%;
	margin-top: -255px;
	margin-left: -490px;
	position: absolute;
	border:0;
	display:block;
	clear:both;
}

#div_header{
	width:980px;
	height:90px;
	border:1px solid #CCC;
	background-color:#FFF;
	margin:0 0 10px 0;
	float:left;
	clear:both;
}

#div_logo{
	width:200px;
	height:90px;
	margin:0 0 0 30px;
	float:left;
	overflow:hidden;
}

#div_menu{
	width:655px;
	height:90px;
	margin:0 20px 0 0;
	float:right;
	overflow:hidden;
}

#div_menu ul{
	list-style:none;
	margin:15px;
}

#div_menu ul li{
	display: inline;
}

#div_menu ul li a {	
	text-decoration:none;
	font-weight:normal;
	float:left;
	margin:0;
	padding:25px 15px;
	border-left:1px solid #CCC;
}

#div_menu ul li a:hover {
    border-bottom:3px solid #CCC;
}

#div_menu ul li a:active {
    border-bottom:3px solid #666;
}

#div_conteudo{
	width:980px;
	height: 400px;
	border:1px solid #CCC;
	background-color:#FFF;
	background-image: url("/estaticos/img/layout/bg_conteudo.jpg");
	background-repeat:no-repeat;
	background-position:center center;
	margin:0 0 5px 0;
	float:left;
	clear:both;
}

#div_conteudo_coluna{
	width:660px;
	height:360px;
	margin:20px;
	float:left;
	overflow:auto;
}

#div_credito{
	width:980px;
	height:15px;
	text-align:center;
	color:#E9E9E9;
	margin:0;
	float:left;
	display:block;
	clear:both;

}

.box_1col{
	width:170px;
	height:170px;
	overflow:hidden;
	margin:10px;
	padding:10px;
	background-color:#E9E9E9;
	border:1px solid #CCC;
	float:left;
}

.box_2col{
	width:276px;
	height:205px;
	overflow:hidden;
	margin:10px;
	padding:10px;
	background-color:#E9E9E9;
	border:1px solid #CCC;
	float:left;
}

.box_3col{
	width:595px;
	height:105px;
	overflow:hidden;
	margin:10px;
	padding:10px;
	background-color:#E9E9E9;
	border:1px solid #CCC;
	float:left;
}

.box_3col_overflow{
	width:595px;
	overflow:hidden;
	margin:10px;
	padding:10px;
	background-color:#E9E9E9;
	border:1px solid #CCC;
	float:left;
}

.img_box_wp{
	width:170px;
	height:70px;
	float:left;
	display:block;
	clear:both;
	margin:0 0 10px 0;
}

.img_box_wm{
	width:170px;
	height:105px;
	float:left;
	display:block;
	clear:left;
	margin:0 10px 0 0;
}

.img_box_unidades{
	width:130px;
	height:75px;
	float:left;
	display:block;
	clear:left;
	margin:0 10px 0 0;
}

.img_box_t{
	width:70px;
	height:70px;
	float:left;
	display:block;
	clear:left;
	margin:0 10px 0 0;
}

.img_box_m{
	width:250px;
	float:left;
	display:block;
	clear:both;
	margin:0 10px 0 0;
	overflow:hidden;
}

.titulo_box{
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	color:#666666;
	margin:0 0 5px 0;
}

.titulo_outras{
	text-decoration:none;
	font-weight:bold;
	font-size:10px;
	color:#666666;
}

a:link, a:visited, a:active {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333;
	text-decoration:none;
	font-weight:normal;
}

a:hover {
	text-decoration:underline;
}

hr {
	width:100%;
	color:#CCC;
}


/* --- Formulários --- */
input.txtPadrao {
	width:210px;
	height:13px;
	background-color:#FFF;
	border:solid 1px #CCC;
	font:10px Verdana, Arial, Helvetica, sans-serif;
}

textarea.txtMultPadrao {
	width:267px;
	height:72px;
	background-color:#FFF;
	border:solid 1px #CCC;
	font:10px Verdana, Arial, Helvetica, sans-serif;
}

select.selectPadrao {
	width:273px;
	height:18px;
	background-color:#FFF;
	border:solid 1px #CCC;
	font:10px Verdana, Arial, Helvetica, sans-serif;
}

.pNotificaOK {
	width:190px;
	height:16px;
	float:left;
	background: url(/estaticos/img/icons/accept.png) no-repeat top left;
	padding-left: 20px;
	color#009900;
	text-align:left;
	font-weight:bold;
	margin:5px 0 0 0;
}

.pNotificaErro {
	width:190px;
	height:16px;
	float:left;
	background: url(/estaticos/img/icons/cancel.png) no-repeat top left;
	padding-left: 20px;
	color:#FF0000;
	text-align:left;
	font-weight:bold;
	margin:5px 0 0 0;
}

/* --- /Formulários --- */