@import "global.css";
#conteudo{
	margin:0px 15px 0 0;
	width:520px;
	float:right;
	text-align: justify;
}
#conteudo strong{
	color:#4154b2;	
}
/*DIV'S DA HOME*/
#mapa{
	margin:10px 0 20px 0;
	padding:0 0 10px 0;
	width:510px;
	height:130px;
	border-bottom:1px solid #dedede;
	background:url(../../../arquivos/image/mapa.jpg) left no-repeat;
}
#mapa p{
	padding:0 20px 0 0;	
}
#mapa strong{
	color:#325297;
}
#videos{
	margin:0 0 0 20px;
	padding:5px;
	width:205px;
	height:331px;
	float:right;
	text-align:right;
	background:#f0f5fd;
}
#videos img{
	margin:5px 0;	
}
#videos p{
	padding:0 7px;
	text-align:left;
}
#catalogo{
	margin:0 0 25px 0;
	width:235px;
	float:left;
	text-align:right;
	background:url(../../../arquivos/image/caderninho.png) 20px 50px no-repeat;
}
#catalogo p{
	margin:20px 0;
	width:130px;
	display:block;
	float:right;
	text-align:left;
}
#catalogo img{
	margin:0 10px;
	clear:both;
}
#news{
	width:235px;
	height:110px;
	float:left;
}
#news img{
	margin:0 0 10px 0;	
}
#news fieldset{
	padding:20px 0 0 15px;
	height:61px;
	border:none;
	display:block;
	background:#f0f5fd url(../../../arquivos/image/news.jpg) right no-repeat;
}
/****************/