@charset "utf-8";
/* CSS Document */


*{
	margin: 0;
	padding: 0;
}


body {
	background-image: url(../images/bg_body.jpg);
	background-repeat:no-repeat;
	background-color:white;
}




/* HEADER --------------------------------------------*/
#header{
	background-color:white;
	height:188px;
}


h1 span {
	width: 1px;
	height: 1px;
	overflow: hidden;
	position: absolute;
}


#z-index-mask{
	background-image:url(../images/menu/zindex-mask.gif);
	width:94px; height: 300px;
	position:absolute;
	left:0px;
	top:187px;
	z-index:auto;
}





/* MENU PRINCIPAL--------------------------------------------*/






/* CONTEÚDO --------------------------------------------*/

#container{
	width:980px;
}


#conteudoA{
	text-align:left;
	float:left;
	padding:0;
	/* -------- Box Model Tantek Celik -------- */	
	width:510px;
	margin: 0 0 0 30px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:480px;
}


#conteudoA p{
	text-align:justify;
	font-family:tahoma, arial;
	font-size:0.70em;
	line-height: 1.7em;	
	width:446px;
	color:#616161;
}


#materiacompleta a{
	font-family:tahoma,arial;
	color:#718ba2;
	font-size:10px;
	font-weight: bold;
}


h2 {
	background-image:url(../images/index/titulo-destaques.gif);
	height:21px;
	background-repeat: no-repeat;
	margin-top:35px;
}

h2 span {
	width: 1px;
	height: 1px;
	overflow: hidden;
	position: absolute;
}


h3 {
	font-family:tahoma,arial;
	font-size:14px;
	color:#718ba2;
	font-weight: bold;
	margin-top:20px;
	margin-bottom:8px;
}

h3 span {
	width: 1px;
	height: 1px;
	overflow: hidden;
	position: absolute;
}




#outrasmaterias img, p.titulo_outrasmaterias{
	display:inline;	
}

#outrasmaterias1{
	text-align:left;
	margin-bottom:10px;
}

#outrasmaterias2{
	text-align:left;
	margin-bottom:50px;
}

.titulo_outrasmaterias a{
	color:#718ba2;
	font-size:11px;
	font-weight: bold;	
}
.txt_outrasmaterias{
	margin-left:15px;
	font-family:tahoma,arial;
	font-size:10px;
	color:#616161;		
}




#conteudoB{
	float:left;
	width:240px;
}




#pontilhado{
	background-image:url(../images/pontilhado.gif);
	background-repeat:no-repeat;
	width:446px;
	height:3px;
	margin:25px 0 10px 0;
}



/* CLEARFIX --------------------------------------------*/
.clearfix {
	display:inline-block;
}