@charset "utf-8";
/* CSS Document */
body {
	font:100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#000000;
	background:url(imagens/fundo.jpg) repeat-x;
}

a:link, a:visited {	
	color:#4E778E;
	text-decoration:none;
}
a:hover {
	color:#CCCC00;
	text-decoration:none;
}

.linkInvisivel:link, .linkInvisivel:visited, .linkInvisivel:hover {
    text-decoration:none;
    color:#000000;
}

img {
	border:0;
}	

#topo {
	margin:0;
	height:184px;	
	text-align:center /* remover */
}
#container {
	width: 1000px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	/*position:relative;*/
}
#mainContent {   
	padding: 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#FFFFFF;
	/*
	padding-bottom:60px;
	padding-top:30px;
	*/
	text-align:justify;
	clear:both;
	
	/* --- MODIFICACAO --- */
	width: 740px;
	margin: 3px 100px 0 100px;
}

/* ----------- MENU ------------- */
.lavaLampNoImage {
	text-align:center;     
    position: relative;
    height: 31px;
    width: 700px;
    background-color: white;
    margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
    overflow: hidden;
    margin-top:0px;
    background:white;
    margin-bottom:0px;
}
.lavaLampNoImage li {
    float: left;
    list-style: none;	
}
.lavaLampNoImage li.back {
    /*border: 1px solid #000;*/
    background-color:#FFCC00; /* cor fundo selecionado */
    width: 9px;
    height: 31px;
    z-index: 8;
    position: absolute;
    margin-top:0px;
}
.lavaLampNoImage li a {
    font: bold 14px arial;
    text-decoration: none;
    color: #000000;
    outline: none;
    text-align: center;
    top: 7px;
    letter-spacing: 0;
    z-index: 10;
    display: block;
    float: left;
    height: 30px;
    position: relative;
    overflow: hidden;
    margin: auto 10px;
}
.lavaLampNoImage li a:hover, .lavaLampNoImage li a:active, .lavaLampNoImage li a:visited {
    border: none;
}
.linkMenu:link,.linkMenu:hover,.linkMenu:visited{
	color:#000000;
	text-decoration:none;
}

/* ----------- LINKS UTEIS ----------*/

#linkutil {
	/*margin-bottom:40px;*/
	padding-bottom:20px;
	border-bottom:#CCCCCC dotted 2px;
}
#linkutil #logo{
	width:250px;
	float:left;
	text-align:right;
}
#linkutil #info{
	width:470px;
	text-align:left;
	float:right;
}
.nome{
	font-size:16px;
	font-weight:bold;
}
.legenda{
	font-size:12px;
	font-weight:bold;
	text-align:left;
}
.link:link, .link:visited {
	color:#4E778E;
	text-decoration:none;
}
.link:hover {
	color:#CCCC00;
	text-decoration:none;
}

/* ----------- OBRAS E SERVICOS ----------*/

.icone_selecionado{
	border-bottom:#FFD900 solid 3px;
}

/* ----------- FALE CONOSCO ----------- */

input, textarea {
	background-color:#D5DEE9;
	border:0;
	width:300px;
	margin-bottom:10px;
}

.bt_enviar{
	background-color:#FFE654;
	border:0;
	width:60px;
	height:20px;
	font-size:10px;
}

/* ----------- RODAPÉ ------------- */

#rodape {
	background-color: #304D58;
	color:#FFFFFF;
	text-align:center;
	padding-top:2px;
	padding-bottom:2px;
	width:800px;
	margin: 0 100px 0 100px;
	clear:both;
	/*
	position: absolute; 
	bottom: 0; 
	*/
}

