﻿body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000000;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background:url(../images/header.jpg) repeat-x;
	background-color:#F4F4F4;
}

p {
	text-align:justify;
}

form {
	padding: 0;
	margin: 0;
}

select {
	background:#F8F8F8;
	border: 1px solid #CCC;
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
	border-radius: 8px; /*css3 round corners*/
	-moz-border-radius: 8px; /*css3 round corners*/
	-webkit-border-radius: 8px; /*css3 round corners*/
}

select:focus {
	outline: none;
}

input {
	background:#F8F8F8;
	border: 1px solid #CCC;
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
	border-radius: 8px; /*css3 round corners*/
	-moz-border-radius: 8px; /*css3 round corners*/
	-webkit-border-radius: 8px; /*css3 round corners*/
}

input:focus {
	outline: none;
}

textarea {
	background:#F8F8F8;
	border: 1px solid #CCC;
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
	border-radius: 8px; /*css3 round corners*/
	-moz-border-radius: 8px; /*css3 round corners*/
	-webkit-border-radius: 8px; /*css3 round corners*/
}

textarea:focus {
	outline: none;
}

.submit {
	background:#333;
	color:#FFF;
	border:0;
	font-size:18px;
	font-weight:bold;
	padding:7px;
	font-family:Arial, Helvetica, sans-serif;
	border-radius: 8px; /*css3 round corners*/
	-moz-border-radius: 8px; /*css3 round corners*/
	-webkit-border-radius: 8px; /*css3 round corners*/
}

legend {
	color:#09F;
	font-size:25px;	
}

label {
	display: block;
	margin-top: 10px;
}

label.error {
	float: none;
	color: red;
	margin: 0 .5em 0 0;
	vertical-align: top;
	font-size: 11px
}

.obrigatorio {
	color:#FF0000;
}

h1 {
	color:#663333;
	font-size:22px;
	font-weight:bold;
	text-align:left;
	margin: 0 0 5px 0;	
}

h2 {
	color:#333;
	font-size:17px;
	font-weight:bold;
	text-align:left;
	margin: 15px 0 5px 0;	
}

h3 {
	color:#333;
	font-size:12px;
	font-weight:normal;
	margin: 5px 0 5px 0;	
}

.box {
	padding:10px;
	border:1px solid #CCC;
	border-radius: 8px; /*css3 round corners*/
	-moz-border-radius: 8px; /*css3 round corners*/
	-webkit-border-radius: 8px; /*css3 round corners*/
}

a {
	text-decoration:none;
	color:#E56F65;
}

a:hover {
	text-decoration:underline;
	color:#E56F65;
}

img {
	border:0;
}

.img_class {
	border-radius: 8px; /*css3 round corners*/
	-moz-border-radius: 8px; /*css3 round corners*/
	-webkit-border-radius: 8px; /*css3 round corners*/
}

.img_shadow {
	padding:5px;
	border-radius: 8px; /*css3 round corners*/
	-moz-border-radius: 8px; /*css3 round corners*/
	-webkit-border-radius: 8px; /*css3 round corners*/
	-moz-box-shadow: 4px 4px 3px #CCC;
	-webkit-box-shadow: 4px 4px 3px #CCC;
	box-shadow: 4px 4px 3px #CCC;
}

.wraper {
	width:975px;
	margin:auto;
	text-align:center;
}

#top {
	clear:both;
	color:#CCCCCC;
	font-size:11px;
	font-weight:bold;
	text-align:right;
	height:35px;
	padding-right:50px;
}

#header {
	clear:both;
}

#header_left {
	float:left;
	text-align:left;
	width:337px;
}

#header_right {
	float:right;
	text-align:left;
	width:638px;
}

#menu {
	clear:both;
}

.content {
	background: url(../images/content_fnd.jpg);
	text-align:left;
}

#content_left {
	float:left;
	width:680px;
	text-align:left;
}

#content_right {
	float:right;
	width:220px;
	text-align:left;
}

#content_left1 {
	float:left;
	width:325px;
}

#content_left2 {
	float:right;
	width:335px;
}

.box_conteudo {
	padding:15px 25px 25px 25px;
	text-align:left;
}

.box_slide {
	clear:both;
	width:925px; 
}

.box_slide_shadow {
	clear:both;
	width:925px; 
	height:32px;
	background: url(../images/shadow.jpg) no-repeat;
}

.box_titulo {
	clear:both;
	background: url(../images/titulos_fnd.jpg) repeat-x;
	widh:100%;
	font-size:17px;
	font-weight:bold;
	padding-left:10px;
	height:37px;
}

.box_autorizadas {
	background:#F2F2F2;
	text-align:center;
	padding:15px;
}

#footer {
	clear:both;
	background: url(../images/footer.jpg) repeat-x;
	width:100%;
	height:169px;
	font-size:11px;
	color:#FFFFFF;
	text-align:left;
}