* { margin: 0; padding: 0; }
body { background:#fff; margin:0; padding:0; }
body,input,select,textarea { font-family:Arial, Helvetica, Verdana, sans-serif; }
form { margin:0; padding:0; }
fieldset { border:0pt; }
img { border:none; }
hr { display:none; border: 0; }
.esptop { margin-top: 20px; margin-bottom: 20px; }
pre { display: none; }
ul { list-style-type:none; padding-left:0; margin-left:0; }
a { color:#000; text-decoration:none; }
a:hover { color: #628E6B; text-decoration:none; }
h2 { color:#000; font-size:20px; font-weight:normal; margin-bottom:5px; }
h3 { font-size:16px; color:#628E6B; padding: 10px 0; }
.noborder { border: 0; }
div#formulario.esptxt { margin-top: 50px; margin-bottom: 260px; }
div#formulario3.esp { margin-top: 20px; }
div#rgtw.esp { margin-top: 15px; }
div#slogan { display: none; }
div#wrapper.whiteness { background: #fff; }
div#wrapper.greenness { background: #fff; }
cite { text-decoration: underline; font-style: normal; }

/*--- clearfix ---*/
div#wrapper:after, div#header_usr:after, div#grd_usr:after, div#formulario2 div.separador:after, div#formulario2:after, #gallery_demo_unstyled:after, ul#minifotos:after { content: "."; clear: both; display: block; height: 0; visibility: hidden; }

/*
##############
GRADES
##############
*/

div#container {
	width: 960px;
	position: relative;
	margin: 0 auto;
}

div#header {
	width: 960px;
	height: 100px;
	background: #fff;
}

div#wrapper {
	margin-top: 20px;
	width:920px;
	background: url(../../../static/img/template/boneco_fundo.gif) no-repeat 40px 20px;
	padding: 0 20px;
}

div#footer {
	width: 960px;
	background: #fff;
	text-align:center;		
}

div#lftw {
	width: 500px;
	float:left;	
}

div#rgtw {
	width: 400px;
	float: right;		
}

div#rgtw h2 {	
	padding: 10px 0;	
}

div#rgtw p {
	line-height: 22px;
	margin-bottom: 20px;
}

/*
##############
HEADER
##############
*/

div#logo {
	width: 289px;
	height: 60px;
	display: block;
	float:left;
	padding-top: 20px;
	padding-left: 20px;
}

div#logo img {
	display: block;
	float:left;

}

div#header ul {
	margin-top: 40px;
	float:right;
}

div#header ul li {
	float: left;
	font-size: 11px;
	display: inline;
	padding-right: 5px;
	text-transform: uppercase;
}

div#header ul li a,
div#header ul li a:link,
div#header ul li a:visited {
	display: block;
	float: left;
	height: 24px;
	line-height:24px;
	padding-left:5px;	
	color: #666;
}

div#header ul li a:hover,
div#header ul li a:active {
	background: url(../../../static/img/template/nav_lft.gif) no-repeat top left;
	color:#628E6B;
}

div#header ul li a span,
div#header ul li a:link span,
div#header ul li a:visited span {
	display: block;
	float: left;
	height: 24px;
	line-height:24px;
	padding-right:5px;
	cursor:pointer;	
	color: #666;	
}

div#header ul li a:hover span,
div#header ul li a:active span {
	background: url(../../../static/img/template/nav_rgt.gif) no-repeat top right;
	color:#628E6B;
}

div#header ul li.ativo a,
div#header ul li.ativo a:link,
div#header ul li.ativo a:visited,
div#header ul li.ativo a:hover,
div#header ul li.ativo a:active {
	font-weight: bold;
	color: #000;
	background: url(../../../static/img/template/nav_lft.gif) no-repeat top left;	
}

div#header ul li.ativo a span,
div#header ul li.ativo a:link span,
div#header ul li.ativo a:visited span,
div#header ul li.ativo a:hover span,
div#header ul li.ativo a:active span {	
	font-weight: bold;
	color: #000;
	background: url(../../../static/img/template/nav_rgt.gif) no-repeat top right;		
}

/*
##############
BANNER HOME
##############
*/

div#banner {
	width:960px;
	display:block;
	height: 380px;
}

div#banner img {
	display:block;
}

div#bannera .pics img {
	display:none;
}

/*
##############
CADASTRO
##############
*/

div#formulario2 {
	width: 880px;
	margin: 30px 0 0 0;
	padding: 20px;	
	background: #F3FDF7;
	border:1px solid #eee;
}

div#formulario2 fieldset { margin-top: 20px; }


div#formulario2 div.separador {
	width: 880px;
	margin: 0 0 15px 0;
	padding: 0;
	float: left;
	display:block;	
}

div#formulario2 div.campo {
	float: left;
	display:block;
	margin-right: 30px;
}

div#formulario2 div.campo2 {
	float: left;
	display:block;
	margin-right: 30px;
	padding: 0 10px;
	background: #FFFFCC;
	border: 1px solid #FFFF66;
}

div#formulario2 div.campo2 label {
	padding-right: 15px;
}

div#formulario2 div.campo input {
	background: #fff;
	font-size: 16px;
	font-weight: normal;
	padding: 3px;
	border:1px solid #7F9DB9;
}

div#formulario2 div.campo select {
	background: #fff;
	font-size: 16px;
	font-weight: normal;
	padding: 3px;
	border:1px solid #7F9DB9;
}

div#formulario2 div.campo textarea {
	background: #fff;
	font-size: 16px;
	font-weight: normal;
	padding: 3px;
	width:400px;
	border:1px solid #7F9DB9;
}

div#formulario2 div.campo textarea.txagrande {
	background: #fff;
	font-size: 16px;
	font-weight: normal;
	padding: 3px;
	width:800px;
	border:1px solid #7F9DB9;
}

div#formulario2 div.campo input.medio {
	width: 200px;
}

div#formulario2 div.campo input.medio2 {
	width: 100px;
}

div#formulario2 div.campo input.grande {
	width: 350px;
}

div#formulario2 div.campo input.peq {
	width: 22px;
}

div#formulario2 div.campo input.peq2 {
	width: 44px;
}

div#formulario2 div.campo input.noborder {
	border: 0;
	background:#F3FDF7;	
}

div#formulario2 button { font-weight: bold; color: #555; cursor: pointer; width: auto; overflow: visible; padding: 4px 10px 3px 7px; /* IE6 */ }
div#formulario2 button[type] { padding: 4px 8px 4px 5px; /* Firefox */ line-height: 17px; /* Safari */ }
*:first-child+html div#formulario2 button[type] { padding: 4px 10px 3px 7px; /* IE7 */ }
div#formulario2 button:focus::-moz-focus-inner { border-color: transparent!important; }

/*
##############
CONTATO
##############
*/

div.telefones {
	padding-top: 180px;
	padding-left: 230px;	
}

div#formulario {
	background:#F3FDF7;
	padding:20px;
	float:right;
	border:1px solid #eee;
}

div#formulario form {
	margin:0 auto;
	position:relative;
}

div#formulario fieldset { margin-top: 20px; }

div#formulario p {
	display:block;
	margin-bottom:10px;
}

div#formulario label {
	cursor:pointer;
	font-weight: bold;
	padding-bottom: 5px;
}

div#formulario form input {
	background: #fff;
	width:337px;
	font-size: 16px;
	font-weight: normal;
	padding: 3px;
	border:1px solid #7F9DB9;
}

div#formulario div.campo { margin-bottom: 15px; }

div#formulario form input.medio {
	width: 150px;
}

div#formulario select {
	background: #fff;
	font-size: 16px;
	font-weight: normal;
	padding: 3px;
	border:1px solid #7F9DB9;
}

div#formulario form textarea {
	background: #fff;
	width:337px;
	height:100px;
	font-size: 16px;
	font-weight: normal;
	padding: 3px;
	border:1px solid #7F9DB9;
}

/*
##############
lOGIN
##############
*/

div#formulario3 { background:#F3FDF7; border:1px solid #eee; padding:20px; padding-top: 0; }

div#formulario3 form { width: 320px; margin: 0 auto; position: relative; }

div#formulario3 fieldset { border: 0; margin-top: 15px; }

div#formulario3 label { display: block; font-size: 16px; font-weight: bold; margin-bottom: 10px; }

div#formulario3 label input { background: #fff; width: 180px; font-size: 16px; font-weight: normal; padding: 3px; border:1px solid #7F9DB9; }

div#formulario3 label span { width: 100px; float: left; height: 27px; line-height: 27px; }

div#formulario3 span.comum a { font-size: 12px; color: #0066FF; margin-left: 10px; }

div#formulario3 button, div#rgtw button { font-weight: bold; color: #555; cursor: pointer; width: auto; overflow: visible; padding: 4px 10px 3px 7px; /* IE6 */ }
div#formulario3 button[type], div#rgtw button[type]	{ padding: 4px 8px 4px 5px; /* Firefox */ line-height: 17px; /* Safari */ }
*:first-child+html div#formulario3 button[type], *:first-child+html div#rgtw button[type] { padding: 4px 10px 3px 7px; /* IE7 */ }
div#formulario3 button:focus::-moz-focus-inner { border-color: transparent!important; }

div.error { margin:0 0 3px 0; padding:0; font-size: 12px; line-height: 22px; padding-left: 30px; color:#000; background:#FFFFE5 url(../../../static/img/admin/icon_alert.gif) no-repeat 5px 3px; border:1px solid #FFCC66; text-align: left; }

div.formstart { margin:0 0 2px 0; padding:0; font-size: 13px; line-height: 22px; padding-left: 25px; color:#000; background: #E5F2FF url(../../../static/img/admin/icon_alert.gif) no-repeat 5px 3px; border:1px solid #99CCFF; }

div.success { margin:0 0 5px 0; padding:0; font-size: 13px; line-height: 22px; padding-left: 25px; color:#000; background:#EDF9D9 url(../../../static/img/admin/icon_accept.gif) no-repeat 5px 4px; border:1px solid #8FC15E; }

/*
##############
FOOTER
##############
*/

div#footer p {
	color: #666;
	margin-top: 15px;
	padding: 10px 0;
	font-size: 11px;
}

/* GALLERIA*/

.caption{color:#000;position:absolute;top:200px;left:3px;width:200px;font-size:22px;}
* html .caption {left:-200px;} /* MSIE bug */
.demo{position:relative;margin-top:30px;}
.gallery_demo{width:200px;float:left;}
.gallery_demo li{width:55px;height:70px;border:3px double #eee;margin: 0 2px 2px 0;background:#eee;}
.gallery_demo li.hover{border-color:#bbb;}
.gallery_demo li.active{border-style:solid;border-color:#222;}
.gallery_demo li div{left:240px}
.gallery_demo li div .caption{font:italic 0.7em/1.4 georgia,serif;}
.galleria_container{margin:0 auto 5px auto;height:438px;width:700px;float:right;}
.navimagens{display:block;padding-top:5px;font-size:11px;margin-left:20px;}
* html .navimagens {left:-200px;} /* MSIE bug */
.navimagens a, .navimagens a:link, .navimagens a:visited {background:#000;color:#fff;padding:5px 10px;display:block;float:left;margin-right:5px;font-size:13px;}
.navimagens a:hover, .navimagens a:active {background:#37553D;}
.info{text-align:left;margin:30px 0;border-top:1px dotted #221;padding-top:30px;clear:both;}
.info p{margin-top:1.6em;}
.navimagens{position:absolute;top:410px;left:0;}
.regulamento { background: #f9f9f9; border: 1px solid #eee; overflow: auto; height: 200px; margin-top: 20px; padding: 15px; }
.regulamento p { padding-bottom: 10px; font-size: 12px; }

/* USR */
div#users { width: 920px; }
div#users p.usr_title { font-size: 22px; width: 908px; height: 48px; line-height: 48px; padding-left: 10px; text-transform: uppercase; }
ul#navlogin { width: 160px; float: left; margin-top: 3px; padding: 10px; }
ul#navlogin li { display: inline; float: left; }
ul#navlogin li a, ul#navlogin li a:link, ul#navlogin li a:visited { width: 130px; height: 25px; display: block; float: left; background: #F3FDF7; border: 1px solid #eee; font-size: 12px; line-height: 25px; margin-bottom: 3px; font-weight: bold; padding-left: 30px; }

ul#navlogin li.icon1 a, ul#navlogin li.icon1 a:link, ul#navlogin li.icon1 a:visited, ul#navlogin li.icon1 a:hover, ul#navlogin li.icon1 a:active { background: #F3FDF7 url(../../../static/img/admin/icon_email.gif) no-repeat 8px 5px; }

ul#navlogin li.icon1 a span, ul#navlogin li.icon1 a:link span, ul#navlogin li.icon1 a:visited span { color: #0066CC; font-weight: normal; }

ul#navlogin li#ativo.icon1 a, ul#navlogin li#ativo.icon1 a:link, ul#navlogin li#ativo.icon1 a:visited, ul#navlogin li#ativo.icon1 a:hover, ul#navlogin li#ativo.icon1 a:active { background: #FFFFCC url(../../../static/img/admin/icon_email.gif) no-repeat 8px 5px; }


ul#navlogin li.icon2 a, ul#navlogin li.icon2 a:link, ul#navlogin li.icon2 a:visited, ul#navlogin li.icon2 a:hover, ul#navlogin li.icon2 a:active { background: #F3FDF7 url(../../../static/img/admin/articles_menu.gif) no-repeat 8px 5px; }

ul#navlogin li#ativo.icon2 a, ul#navlogin li#ativo.icon2 a:link, ul#navlogin li#ativo.icon2 a:visited, ul#navlogin li#ativo.icon2 a:hover, ul#navlogin li#ativo.icon2 a:active { background: #FFFFCC url(../../../static/img/admin/articles_menu.gif) no-repeat 8px 5px; }

ul#navlogin li.icon3 a, ul#navlogin li.icon3 a:link, ul#navlogin li.icon3 a:visited, ul#navlogin li.icon3 a:hover, ul#navlogin li.icon3 a:active { background: #F3FDF7 url(../../../static/img/admin/icon_user.gif) no-repeat 8px 5px; }

ul#navlogin li#ativo.icon3 a, ul#navlogin li#ativo.icon3 a:link, ul#navlogin li#ativo.icon3 a:visited, ul#navlogin li#ativo.icon3 a:hover, ul#navlogin li#ativo.icon3 a:active { background: #FFFFCC url(../../../static/img/admin/icon_user.gif) no-repeat 8px 5px; }

ul#navlogin li.icon4 a, ul#navlogin li.icon4 a:link, ul#navlogin li.icon4 a:visited, ul#navlogin li.icon4 a:hover, ul#navlogin li.icon4 a:active { background: #F3FDF7 url(../../../static/img/admin/picture.gif) no-repeat 8px 5px; }

ul#navlogin li#ativo.icon4 a, ul#navlogin li#ativo.icon4 a:link, ul#navlogin li#ativo.icon4 a:visited, ul#navlogin li#ativo.icon4 a:hover, ul#navlogin li#ativo.icon4 a:active { background: #FFFFCC url(../../../static/img/admin/picture.gif) no-repeat 8px 5px; }

ul#navlogin li.icon5 a, ul#navlogin li.icon5 a:link, ul#navlogin li.icon5 a:visited, ul#navlogin li.icon5 a:hover, ul#navlogin li.icon5 a:active { background: #F3FDF7 url(../../../static/img/admin/icon_settings.gif) no-repeat 8px 5px; }

ul#navlogin li#ativo.icon5 a, ul#navlogin li#ativo.icon5 a:link, ul#navlogin li#ativo.icon5 a:visited, ul#navlogin li#ativo.icon5 a:hover, ul#navlogin li#ativo.icon5 a:active { background: #FFFFCC url(../../../static/img/admin/icon_settings.gif) no-repeat 8px 5px; }

ul#navlogin li.icon6 a, ul#navlogin li.icon6 a:link, ul#navlogin li.icon6 a:visited, ul#navlogin li.icon6 a:hover, ul#navlogin li.icon6 a:active { background: #F3FDF7 url(../../../static/img/admin/action_stop.gif) no-repeat 8px 5px; }

div#gradeuser { float: right; margin-top: 3px; width: 730px; }
div#gradeuser h3 { font-size: 16px; color: #0066cc; }

div#gradeuser table { width: 100%; text-align: left; font-size: 11px; margin-top: 10px; text-transform: uppercase; }
div#gradeuser table th { width: 200px; border: 1px solid #eee; padding: 3px 5px; margin: 0; }
div#gradeuser table td { border: 1px solid #eee; padding: 3px 5px; margin: 0; }

div#gradeuser table tbody tr td, div#gradeuser table tbody tr th { background-color: #f9f9f9; }
div#gradeuser table tbody tr.odd td, div#gradeuser table tbody tr.odd th { background-color: #fff; }

div#btnedit { float: right; font-size: 11px; margin: 0pt 0pt 10px 0pt; padding: 0pt; width: 100%; text-align: right; }

div#btnedit a, div#btnedit a:link, div#btnedit a:visited, div#btnedit a:hover, div#btnedit a:active { color: #0066cc; font-weight: bold; text-transform: uppercase; text-decoration: underline; background: url(../../../static/img/admin/arrow_right.gif) no-repeat left center; padding-left: 15px; }

div#btnback { float: right; font-size: 11px; margin: 0pt 0pt 10px 0pt; padding: 0pt; width: 100%; text-align: right; }

div#btnback a, div#btnback a:link, div#btnback a:visited, div#btnback a:hover, div#btnback a:active { color: #0066cc; font-weight: bold; text-transform: uppercase; text-decoration: underline; }

#gradeuser form, #gradeuser form table { width: 100%; }
#gradeuser form input, #gradeuser form select, #gradeuser form textarea { font-size: 11px; }

#gradeuser form input { width: 300px; }
#gradeuser form input.peq { width: 25px; }
#gradeuser form input.peq2 { width: 30px; }
#gradeuser form input.medio { width: 150px; }
#gradeuser form textarea { width: 300px; height: 60px; }
#gradeuser form input.noborder { width: 25px; }

#gradeuser form button { font-weight: bold; color: #555; cursor: pointer; width: auto; overflow: visible; padding: 2px 10px 1px 7px; /* IE6 */ }
#gradeuser form button[type] { padding: 2px 8px 2px 5px; /* Firefox */ line-height: 17px; /* Safari */ }
*:first-child+html #gradeuser form button[type] { padding: 2px 10px 3px 7px; /* IE7 */ }
#gradeuser form button:focus::-moz-focus-inner { border-color: transparent!important; }

ul#minifotos { width: 100%; }
ul#minifotos li { display: inline; float: left; }
ul#minifotos li a { display: block; float: left; margin-right: 10px; }
ul#minifotos li a img { display: block; }

/* servicos */

div#navservicos { width: 920px; margin-top: 30px; }
div#navservicos ul { width: 201px; float: left; }
div#navservicos ul li { margin-bottom: 3px; float: left; }
div#navservicos ul li a, div#navservicos ul li a:link, div#navservicos ul li a:visited { display: block; float: left; width: 186px; height: 40px; background: url(../../../static/img/template/bkg_btn.jpg) no-repeat top left; padding-left: 15px; line-height: 40px; font-weight: bold;  } /* width: 201px; height: 40px; */
div#navservicos ul li a:hover { background-position: 0 -44px; }
div#navservicos ul li a:active { background-position: 0 -88px; }
div#rgtservicos { width: 680px; float: right; }

div#qservicos1 { display: none; }
div#qservicos2 { display: none; }
div#qservicos3 { display: none; }
div#qservicos4 { display: none; }
div#qservicos5 { display: none; }
