/* CSS Document */
html{
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #EFEFEF;
	height: 100%;
}
#conteudo{
	height: 100%;
}
#principal{
	position: relative;
/*	display: table;*/
	background-color: #FFFFFF;
	width: 770px;
	margin:0 auto;
	padding: 0px;
	text-align: left;
	min-height: 100%;
	height: auto;
	border: 1px solid #999999;
}
* html #principal{
	height: 100%;
}
#menutopo{
	border: none;
	margin: 0;
	font-size: 10px;
	background-color:#EFEFEF;
}
#menutopo li{
	list-style: none;
	margin: 0;
	display: inline;
}
#menutopo li a{
	height: 1px;
	padding: 2px 2px;
	margin: 0;
	color: #000;	
	font-size: 10px;
	text-decoration: none;
}
#menutopo input{
	font-size: 10px;
}

#menu img{
	position: relative;
	left: -10px;
	margin-top: 0px;
	padding: 0px;
	z-index: -1;
}
#banner {
	color: #CCCCCC;
}
#separadormenu{
	margin-left: 261px;
}
#separadortopo{
	padding-top: 2px;
}
#logo{
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 60px;
}

#noticia{
	background:url(../imgs/degrade_noticia.jpg);
	width: 259px;
	height: 250px;
	margin: 0;
	padding: 0px;
	position: absolute;
	z-index: 0;
}
#titulonoticia{
	background:url(../imgs/degrade_titulo.jpg);
	margin-top: 8px;
	padding: 0px;
	height: 18px;
}
#titulonoticia h1{
	margin-top: 3px;
	color:#FFFFFF;
	font-size: 12px;
	text-indent: 20px;
	font-style: normal;	
}

#propaganda{
	background:url(../imgs/degrade_banner.jpg);
	width: 509px;
	height: 250px;
}
#propaganda img{
	margin: 3px;
}

#noticiadestaque{
	margin: 4px;
	*margin-top: -10px;
	margin-bottom: 20px;
	padding-bottom: 8px;
	position: relative;	
}
#noticiadestaque h2{
	font-size: 10px;
	font-weight: bold;
	margin: 0;
}
#noticiadestaque span{
	text-align:justify;
	font-size: 10px;
	line-height: 140%;
}
#noticiadestaque a{
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
#noticiadestaque a:hover{
	text-decoration: underline;
}
#foto{
	position: relative;
	top: -10px;
}

#programa{
	background:url(../imgs/degrade_programa.jpg);
	width: 259px;
	height: 234px;
	margin: 0; 
	padding: 0px;
	position: absolute;
}
#logoprograma{
	text-align: center;
}
#sepadorcolunameio{
	margin-left: 253px;
}
#colunameio{
	width: 251px;
	position: absolute;
}
#colmeiocima{
	background:url(../imgs/degrade_mini_banner.jpg);
}
#colunaminibanner{
	height: 234px;
}
#colunadireita{
	width: 251px;
	height: 113px;
}
#minibanner{
	height: 113px;
	width: 251px;
	background:url(../imgs/degrade_mini_banner.jpg);
}
#texto {
	margin-top: 30px;
	text-align: justify;
	margin-left: 10px;
	margin-right: 10px; 
}
#texto p{
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
#texto h1{
	text-align: right;
	font-size: 24px;
	font-weight: bold;
	color: #E67819;
}
#rodape{
	position: absolute;
	bottom: 0;
}

label{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.Input{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #EB8B12;
}
.Botao{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#EC8E12;
	color: #FFFFFF;
	border: 1px solid #EFEFEF;
}
