/* CSS Document */

html {
	text-align:center;
}

body{

	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	background: #eeeeee;

}

#pagina{

	width: 800px;
	margin: 0 auto;
	background: #eeeeee url(sombra.gif) repeat-y center center;
	text-align: center;
	height: auto;
	
}

#geral{

	margin: 0 auto;
	width: 780px;
	height: auto;
	border-bottom:1px solid #BEBEBE;
	
}

#topo{

	width: auto;
	text-align: left; 
	height: 113px;
	background: #ffffff url(topoBkg.gif) repeat-x center center;
	vertical-align: top;

}

#logo{
	
	width: 188px; height: 42px;
	position: relative; top: 20px; left: 25px;
	
}

#menu{

	width: 750px; height: 25px;
	position: relative; top: 27px; left: 12px;

}

#meio{

	width: auto;
	height: 90px;
	vertical-align: top;
	text-align: left;
	background: #CC0000 url(meio.gif) repeat-x center center;

}

#newsletter{

	color: #FFFFFF;
	font-size:11px;
	width: 228px;
	position: absolute;
	padding: 10px;
	padding-left: 25px;

}

#titulo{

	position: absolute;
	width: 750px;
	padding-top: 60px;
	text-align: right;

}

h2{

	color: #B6102C;
	font-size: 14px;

}

h3{

	color: #333333;
	font-size: 14px;

}

input{

	border: solid 1px #999999;
	width: 250px;
	height: 20px;

}

textarea{

	border: solid 1px #999999;
	width: 250px;
	height: 100px;	

}

#corpo{

	color: #333333;
	width: auto;
	height: auto;
	background: #ffffff;
	text-align:left;

}

#extranet{

	border-top:1px solid #BEBEBE;
	width: auto;
	height: 33px;
	background: #eeeeee;
	text-align:left;
	vertical-align: top;

}

#extranet img{

	position: relative; top: -2px; left: 5px;
	

}

#extranet object{

	position: relative; top: 4px; left: 10px;

}


#meiobaixo{

	border-top:1px solid #BEBEBE;
	width: auto;
	height: 70px;
	background: url(diagonal.gif) repeat;

}

#rodape{

	border-top:1px solid #BEBEBE;
	width: auto;
	height: auto;
	background: #eeeeee;
	text-align:left;	

}

address {
	
	color: #333333;
	
	position: relative; left: 400px;
	
	padding-top: 15px;
	padding-bottom: 15px;
	
	width: 350px;
	text-align: left;
	font-style: normal;
	font-size: 11px;
	font-weight: bold;

}

#menuTxt{

	padding: 15px;
	font-size: 12px;

}

#menuTxt a{

	color: #333333;
	text-decoration: none;

}

#noviHome{
	background-position:bottom;
	background-image: url(bkgNoticias.gif);
	background-repeat: repeat-x;

}


#assina{

	color: #999999;
	font-size: 10px;
	padding: 5px;

}

#assina a{

	color: #999999;
	text-decoration: none;

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