body {
	margin:0px;
	padding:0px;
	font-size:15px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#000;
	height:100%;
}

form {
	margin:0px;
	padding:0px;
}

img {
	border:0px
}

#topo {
	width:901px;
	margin:auto;
	height:48px;
}

	#idiomas {
		width:125px;
		height:41px;
		background:url(../images/fundoIdioma.png) no-repeat;
		float:left;
		text-align:center;
		padding-top:7px;
	}

	#social-media {
		width:83px;
		height:41px;
		background:url(../images/fundoSocialMedia.png) no-repeat;
		float:right;
		text-align:center;
		padding-top:7px;
	}
	
#conteudo-slider {
	width:891px;
	margin:auto;
	min-height:247px;
	text-align:center;
	background:url(../images/fundoSlider.png) no-repeat center;
	padding-top:10px;
	padding-left:10px;
}	
	
/************* EASY SLIDER **************/
#content{
		position:relative;
		margin:auto;
	}

	/* image replacement */
        .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
	
	/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:881px;
		height:217px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-50px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:901px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */

/********** MENU *********/
#menu {
	width:100%;
	text-align:center;
	height:55px;
	background:url(../images/fundoMenu.png) transparent no-repeat center;
	margin:auto;
}

	#menu a {
		text-align:center;
		color:#fff;
		text-decoration:none;
		display: -moz-inline-stack;
		display: inline-block;
		width:145px;
		height:23px;
		padding-top:20px;
		padding-bottom:10px;
		text-transform:uppercase;
		font-size:13pt;
		/*border:1px solid red;*/
	}
	
	#menu a:hover {
		color:#ffffff;
	}
	
	#menu strong {
		display:block;
		text-align:center;
	}
	
/********** CONTEUDO **********/
#conteudo {
	width:901px;
	min-height:100px;
	margin:auto;
	margin-top:15px;
}

	.tit-categoria {
		font-size:20pt;
		color:#3d3c3c;
	}

	#coluna-news {
		width:300px;
		float:left;
		font-size:11px;
	}
	
		.data-news-1 {
			width:48px;
			height:48px;
			background:url(../images/fundoData1.png) no-repeat center;
			font-size:16pt;
			text-align:center;
			color:#FFF;
		}
		
		.data-news-2 {
			width:48px;
			height:48px;
			background:url(../images/fundoData2.png) no-repeat center;
			font-size:16pt;
			text-align:center;
			color:#FFF;
		}
		
			.data-smaller {
				font-size:9px;
			}
			
		#coluna-news a {
			color:#000;
			text-decoration:none;
		}
		
		#coluna-news a:hover {
			color:#333;
		}
	
	#coluna-cont {
		width:591px;
		float:right;
	}
	
		#destaque-gde {
			width:100%;
		}
		
			.foto-destaque-gde {
				width:165px;
				vertical-align:top;
			}
			
		#destaque-peq {
			width:100%;
		}
		
		#coluna-cont a {
			color:#bc0000;
			text-decoration:underline;
		}
		
		#coluna-cont a:hover {
			color:#cd3c1b;	
		}
		
		#clear {
			width:100%;
			clear:both;
		}
		
		.tit-pagina {
			background:url(../images/seta-tit.png) white no-repeat left;
			height:50px;
			font-size:32px;
			padding-left:90px;
			/*padding-top:10px;*/
			color:#84000e;
		}
		
		.titForm {
			font-weight:bold;
		}
		
		.contForm input {
			width:250px;
			border:1px solid #84000e;
			background:#fff;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
		}
		
		.contForm textarea {
			width:250px;
			height:110px;
			font-family:Arial, Helvetica, sans-serif;
			border:1px solid #84000e;
			background:#fff;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
		}
		
		.btn-login {
			width:180px;
			border:1px solid #d5401e;
			background:#84000e;
			color:#FFF;   
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
		}
		
#rodape10 {
	width:100%;
	min-height:223px;
	background:url(../images/fundoRodape1.png) repeat-x #1e1a18;
	text-align:center;
	padding-top:2px;
}

	.tit-categoria2 {
		font-size:20pt;
		color:#d5d5d5;
		border-bottom:1px solid #353332;
		padding-bottom:7px;
	}
	
	.equals {
		width:290px;
		padding:5px;
		text-align:left;
		vertical-align:top;
		font-size:12px;
		color:#e6e6e6;
		font-style:italic;
	}
	
	.equals_dep {
		width:290px;
		padding:5px;
		text-align: justify;
		vertical-align:top;
		font-size:12px;
		color:#e6e6e6;
	}
	
		.equals li {
			list-style-image:url(../images/setinha.png);
			list-style-position: outside;
			padding-bottom: 6px;
			padding-top: 3px;
		}
		
		.equals_dep li {
			list-style-image:url(../images/setinha.png);
			list-style-position:outside;
			padding-bottom:6px;
			padding-top:3px;
		}
		
		.quote {
			background:url(../images/quotes.png) no-repeat top left;
			margin-top:2px;
			padding-left:30px;
		}

#rodape1 {
	width:100%;
	min-height:223px;
	background:url(../images/fundoRodape1.png) repeat-x #1e1a18;
	text-align:center;
	padding-top:2px;
}

	.tit-categoria2 {
		font-size:20pt;
		color:#d5d5d5;
		border-bottom:1px solid #353332;
		padding-bottom:7px;
	}
	
	.equals {
		width:290px;
		padding:5px;
		text-align:left;
		vertical-align:top;
		font-size:12px;
		color:#e6e6e6;
		font-style:italic;
	}
	
	.equals_dep {
		width:290px;
		padding:5px;
		text-align: justify;
		vertical-align:top;
		font-size:12px;
		color:#e6e6e6;
	}
	
		.equals li {
			list-style-image:url(../images/setinha.png);
			list-style-position: outside;
			padding-bottom: 6px;
			padding-top: 3px;
		}
		
		.equals_dep li {
			list-style-image:url(../images/setinha.png);
			list-style-position:outside;
			padding-bottom:6px;
			padding-top:3px;
		}
		
		.quote {
			background:url(../images/quotes.png) no-repeat top left;
			margin-top:2px;
			padding-left:30px;
		}

#rodape2 {
	width:100%;
	height:20px;
	background:url(../images/fundoRodape2.png) repeat-x;
	font-size:11px;
	color:#d6d6d6;
	font-style:italic;
	text-align:center;
	padding-top:16px;
}
#rodape3 {
	width:100%;
	height:20px;
	background:url(../images/fundoRodape2.png) repeat-x;
	font-size:11px;
	color:#d6d6d6;
	font-style:italic;
	text-align:center;
	padding-top:16px;
	position: static;
	bottom:0;
}

