@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background:url(../images/bg.gif) repeat-x top center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; color:#666;
}
/* -----------------------------------------------topo */
#topo {
	width: 1260px;
	height: 202px;
	margin: 0 auto;	
}
/* -------------------------------------------- Topo Menu */
#topo_menu {
	width: 100%;
	height: 40px;
	background: url(../images/menufundo.jpg) repeat-x top center;
}

#topo_menu_centro {
	width:930px;
	margin:0 auto;
	height:40px;
	
}

#conteudo {
	margin:15px auto;
	width:930px;
	position:relative;

}

#conteudo_admin {
	margin:15px auto;
	width:930px;
	position:relative;
	font-size:14px;

}

#painel {
	position:relative;
	table-layout:auto;
	
}

#rodape {
	width: 100%;
	height: 71px;
	background:url(../images/bg1.gif) repeat-x bottom center;
	color:#FFF;
	font-size:12px;
	position:relative;
	left: 0px;
	right: 0px;
	bottom: 0px;

}

#data {
	font-size:10px;
	color:#6C6;
}

.data {
	font-size:10px;
	color:#6C6;
}

.texto_galeria {
	font-size:12px;
}


a:link {color: #666666;text-decoration: none;}
a:visited {text-decoration: none;color: #666666;}
a:hover {text-decoration: underline;color: #999999;}
a:active {text-decoration: none;color: #999999;}

.aviso {
	font-size:16px;
	color:#F00;
	font-weight:bold;
	text-align:center;
}

#feature_title{
width:				170px;
height:				170px;
position:fixed;
display:block;

text-indent:	-9999px;
z-index:			1000;
top:				0;
left:				0;
background: 			url('../images/canto.png') no-repeat top left;
}

#newsletter{
width:				300px;
height:				200px;
position:fixed;
display:block;
top:				50%;
width:100%;
background:url(../images/news.png) top center no-repeat;
text-align:center;
font-size:20px;
color:#F60;
z-index:99;

}













/* ------------------------------------------------ Centro */

/* Centro */
#centro {
	margin:15px auto;
	width:1000px;
	position:relative;
}
.centro {
	font-size:13px; 
	color:#666666;
	font-weight:bold;
}

.centro2 {
	font-size:13px; 
	color:#FFFFFF;
	font-weight:bold;
	background:#666;
}

#data {
	font-size:9px;
	color:#6C6;
}

.data {
	font-size:9px;
	color:#6C6;
}

#divisor {
	background:url(../images/2px.gif) repeat-x center;
	margin:5px 10px 5px 10px;
}

.unidades {
	font-size:13px;
	color:#FFF;
}
.unidades a:link {color: #FFFFFF;text-decoration: none;}
.unidades a:visited {text-decoration: none;color: #FFFFFF;}
.unidades a:hover {text-decoration: none;color: #FFFFFF;}
.unidades a:active {text-decoration: none;color: #FFFFFF;}
/* ------------------------------------------------ Rodape */


/* ------------------------------------------------ Formulario */
input.txt {border:1px solid #669900; color: #669933; padding:1px 0 1px 4px; font-size:12px; font-weight: normal; margin:1px 0 2px 0; width:150px;}

input.btn {color:#050; font: bold 70%; background-color:#fff; border:1px solid; border-color: #696 #363 #363 #696; margin-top:7px;}

.titulo { margin-top:7px; font-size:16px; color:#669900; font-weight:bold;}
.titulo p {font-size:12px; text-align:justify; margin-right:10px; color:#666; line-height:17px;}
.titulo a:link {color: #669900;text-decoration: none;}
.titulo a:visited {text-decoration: none;color: #669900;}
.titulo a:hover {text-decoration: underline;color: #669900;}
.titulo a:active {text-decoration: none;color: #669900;}





/* --------------------------------MENU-------------------------------------- */

.container {
	font-family: Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:10px;
	width: 930px; 
	margin: 0 auto;
	height:40px;
	}
	
ul#topnav {
	margin: 0; 
	padding: 0;
	float: left;
	width: 930px;
	height:40px;
	list-style: none;
	position: relative;
	font-size: 1.2em;
		z-index:99;
}
ul#topnav li {
	float: left;
	margin: 0; 
	padding: 0;
	height:40px;
	border-right: 1px solid #9BD90C;
}
ul#topnav li a {
	padding: 10px 15px;
	display: block;
	color:#333333;
	text-decoration: none;
}
ul#topnav li:hover { background: url(../images/topnav_active.gif) repeat-x; }
ul#topnav li span {
	float: left;
	padding: 13px 0;
	position: absolute;
	left: 0; 
	top:40px;
	display: none;
	width: 930px;
	background: url(../images/top2.jpg) top center;  /* MUDA O HOVER VERDE */
	color: #333333;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
ul#topnav li:hover span { display: block; }
ul#topnav li span a { display: inline; }
ul#topnav li span a:hover {text-decoration: underline;}

/* --------------------------------MENU-------------------------------------- */
