#lala {display:none;}

body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
}

a {text-decoration:none;}
img {border:none;}

.btn-ver-mais {
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	background:#d8d8d8;
	font-size:10px;
	padding:2px;
	color:#000;	
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-weight: bold;
	font-size: 14px;
	/* [disabled]text-transform: uppercase; */
}
h2 { font-family:Arial, Helvetica, sans-serif; font-weight:bold; font-size:15px; text-transform:uppercase; color:#333;}

/* geral */
#geral {
	width: 100%;
	min-width: 990px;
	height: auto;
	overflow: auto;
	overflow: hidden;
	margin: 0 auto;
	background-image: url(images/bg_geral.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

/* bg-topo */
#bg-header {
	width: 1000px;
	padding-bottom: 25px;
	background-image:url(images/bg_topo.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


#geral-content {
	width: 100%;
	min-width: 990px;
	height: auto;
	overflow: auto;
	overflow: hidden;
	margin: 0 auto;
	background-image: url(images/bg_content.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}


/* topo */
#topo {
	width:990px;
	height:125px;
	margin:0 auto;
}

/* logo */
#logo {
	width:150px;
	height:68px;
	float:left;
	margin-top:15px;
	position:relative;
	z-index:999;
}

/* inform-topo */
#inform-topo {
	float:right;
	text-align:right;
	font-size:13px;
	margin-top:35px;
	font-family:Calibri, Arial, Helvetica, sans-serif;
}

#inform-topo a {
	color:#036;
}

#inform-topo a:hover {
	text-decoration:underline;
}

/* menu */
#menu {
	width:990px;
	height:40px;
	margin:0 auto;
	background:#;
	margin-bottom:19px;
}

/* banner */
#banner {
	width:990px;
	height:299px;
	margin:0 auto;
	margin-top:5px;
}

/* corpo */
#corpo, #corpo-interna {
	width:990px;
	max-width:990px;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	margin-top:25px;
	margin-bottom:25px;
	line-height:20px;
	text-align:justify;
}

#line_divisor {
	width:990px;
	margin:0 auto;
	height:1px;
	margin-top:15px;
	margin-bottom:15px;
	background:#CCC;
}

/* corpo */
#corpo-interna {
	margin-top:5px;
}

#corpo-interna a {
	color:#036;
	font-weight:bold;
}

#corpo-interna a:hover {
	text-decoration:underline;
}


/* boxs */
#boxs {
	width:300px;
	height:auto;
	overflow:hidden;
	overflow:auto;
	float:left;
	background:#;
	padding:10px;
	margin:0 5px 0 5px;
}

#boxs img {
	margin-bottom:5px;
}

/* rodape */
#rodape {
	width:990px;
	height:70px;
	margin:0 auto;
	color:#FFF;
}

#rodape a {
	color:#CCC;
}

/* bg-rodape */
#bg-rodape {
	width:100%;
	height:70px;
	margin:0 auto;
	background:url(images/bg-rodape.jpg) repeat;
	border-bottom:3px solid #FFF;
}

/* pe-left */
#pe-left {
	float:left;
	margin-top:20px;
	margin-left:5px;
}

/* pe-right */
#pe-right {
	margin-top:30px;
	float:right;
	margin-right:5px;
}

/* centro-migalha */
#centro-migalha {
	width:990px;
	margin:0 auto;
	text-align:left;
	clear:both;
	margin-top:10px;
}


#centro-migalha a {
	color:#036;
}

#centro-migalha a:hover {
	text-decoration:underline;
}

#fone {
	width:auto;
	height:auto;
	overflow:auto;
	float:left;
}


/**************************************************************/			
			
			/* Pagina de contato */
			
			#formulario {
				width:575px;
				height:auto;
				overflow:auto;
				overflow:hidden;
				float:left;
			}
			
			#endereco {
				width:400px;
				height:auto;
				overflow:auto;
				overflow:hidden;
				float:right;
				background:#;
			}
			
			label {
				margin-left:8px;
				text-align:left;
			}
															
			
			

			
			
			input:focus {outline: none;}
			textarea:focus {outline: none;}
			
			#formulario input {
				width:265px;
				padding:7px 5px;
				border:1px solid #CCC;
				margin:8px 5px;
				font-family:Calibri;
				font-size:15px;
				color:#000;
			}
			
			#formulario select {
				width:265px;
				padding:7px 5px;
				border:1px solid #CCC;
				margin:8px 5px;
				font-family:Calibri;
				font-size:15px;
				color:#000;
			}
			
			#formulario textarea {
				width:550px;
				height:120px;
				padding:5px;
				border:1px solid #CCC;
				margin:8px 5px;
				font-family:Calibri;
				font-size:15px;
				color:#000;
			}
			
			 #btn input {
				width:150px;
				padding:10px;
				background:#FFF;
				border:1px solid #CCC;
				cursor:pointer;
				font-family:Calibri;
				margin:8px 5px;
				font-size:15px;
				color:#dd503e;
			}
			
			/**************************************************************/
			
			/* CSS DE ERROR DO FORMULARIO DE CONTATO */
			.error {
				display: block;
				padding: 5px;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 12px;
				color: #333;
				background-color: #FFC1C1;
				text-align: left;
				margin: 5px;
			}
			.error strong {
				display: block;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 14px;
				color: #000;
				padding-top: 5px;
				padding-bottom: 5px;
				border-bottom-width: 1px;
				border-bottom-style: solid;
				border-bottom-color: #DE9E9E;
				margin-bottom: 5px;
			}
			/* FIM DO CSS DE ERROR DO FORMULARIO DE CONTATO */
