@import "../sidebar.css";
@import '../bottom-submenu.css';
@import '../pagination_bar.css';

#content #content-main {
	background: #fff url(../../img/bg_novidades.jpg) no-repeat left top;
	position: relative;
	}
	#content #content-main #novidades {
		min-height: 251px;
		_height: 251px;
		padding: 25px 22px 0 20px;
		}
		#content #content-main #novidades h1 {
			background: url(../../img/tit_novidades.gif) no-repeat;
			text-indent: -9999em;
			width: 135px;
			height: 26px;
			margin-bottom: 15px;
			}
		
		#content #content-main #novidades .foto-main {
			width: 153px;
			height: 153px;
			position: relative;
			float: left;
			overflow: hidden;
			margin-right: 20px;
			}
			#content #content-main #novidades .foto-main .moldura {
				background: url(../../img/moldura_foto_novidades.gif) no-repeat;
				width: 153px;
				height: 153px;
				position: absolute;
				top: 0;
				left: 0;
				z-index: 50;
				}
			
			#content #content-main #novidades .foto-main .foto {
				position: relative;
				z-index: 40;
				}	
				
		#content #content-main .texto h3 {
			font-size: 11px;
			color: #0089e1;
			}
		
		#content #content-main .texto h2 {
			font-size: 14px;
			}
			#content #content-main .texto h2 a, #content #content-main .texto p a {
				color: #3d3d3d;
				}
				#content #content-main .texto h2 a:hover, #content #content-main .texto p a:hover {
					color: #5d5d5d;
					text-decoration: none;
					}
			
			
	#content #content-main #noticias{
		width: 573px;
		padding: 20px;
		}
		#content #content-main #noticias h2{
			background: url('../../img/noticias/ultimas_noticias_postadas.gif') no-repeat;
			text-indent: -9999em;
			}
		#content #content-main #noticias ul li{
			list-style: none;
			border-bottom: 1px solid #333;
			padding: 10px 0
			}
			#content #content-main #noticias ul li h3 a{
				font: bold 11px "Tahoma", Verdana, Arial, Helvetica, sans-serif;
				color: #3D3D3D;				
				}
				#content #content-main #noticias ul li p a{
					font: normal 11px "Tahoma", Verdana, Arial, Helvetica, sans-serif;				
					color: #3D3D3D;				
					}
			
				
						
/* Pagiantion CSS */					
#pagination-bar{					
	margin-bottom: 50px;
	background: transparent url('../../img/noticias/pagination-noticia.gif') no-repeat scroll 0 0;
	width: 500px;
	}						