@charset "UTF-8";
/* CSS Document */



#container {
	width: 750px;
	margin: 0 auto;
	border: 0;
	text-align: left;
	background-color:#fff
}


#top {
	width:750px;
	height:70px;
	background-image:url(../images/top1.png);
	background-position: top left;
	background-repeat:no-repeat;
	text-align:left;
	padding:0px;
}

#top table td {
	vertical-align:middle;
} 

#top table input {
	line-height:20px;
	vertical-align:text-top
} 

#anima {
	width:750px;
	height:290px;
}


#flash {
	width:570px;
	height:290px;
	float:left;
	background-image:url(../images/top2.png);
	background-position:top left;
	background-repeat:no-repeat
}

#pld {
	width:180px;
	height:290px;
	background-image:url(../images/bg_pld.gif);
	background-repeat:no-repeat;
	margin-left:570px;
	border-top:1px solid #fff
	
}


#pld table{
	margin:100px 0 0 20px;
	
	
}

#pld th{
	border-bottom:1px solid #333;
	text-transform:uppercase;
	font-size:10px;
	vertical-align:middle
	
	
}

#pld td{
	border-bottom:1px solid #333;
	vertical-align:middle
	
	
}




#noticias {
	padding:10px;
	background-image:url(../images/bg_destaque02.gif); 
	background-repeat:no-repeat;
	height:130px;
}

#noticias ul {
	list-style:none;
	
}

#noticias li {
	padding-bottom:12px;
	
}

#noticias li a{
	font-size:12px;
	
}

#rodape {
	background-image:url(../images/bg_rodape.gif);
	background-repeat:repeat-x;
	width:750px;
	height:35px;
}

#rodape p{
	padding: 10px;
}

