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

#fundo_paginas{
	background:url(../images/bg_paginas.jpg) repeat-x;
	background-color:#f7f5f6;
	height:1020px;
}

a.pagina{
	font-size:12px;
	color:#036;
	text-decoration:none;
	border:1px solid #CCC;
	padding:3px;
	background:#EFEFEF;
	text-align:center;

}

a.pagina:hover{
	font-size:12px;
	text-decoration:none;
	border:1px solid #CCC;
	padding:3px;
	background:#999;
	color:#FC0;
	text-align:center;
}

#paginas{
	width:800px;
	height:958px;
	margin:auto;
	}
	
#lateral{
	width:175px;
	height:938px;
	float:left;
	margin-right:10px;
	}

#conteudo{
	width:610px;
	height:938px;
	float:left;
	margin-top:20px;

	}

#banner{
	width:610px;
	height:300px;
	border-bottom:2px dashed #069;
	margin-bottom:10px;
	padding-bottom:10px;
	}

#produtos{
	width:185px;
	height:290px;
	text-decoration:none;
	float:left;
	padding-left:10px;
	padding-bottom:10px;
	}
	
#produtos a.prod{
	display:block;
	width:185px;
	height:290px;
	border:2px solid #d5e0e4;
	text-decoration:none;
	float:left;
	
	}
#produtos a.prod:hover{
	display:block;
	width:185px;
	height:290px;
	border:2px solid #9ecedf;
	background:#eaf0f2;
	text-decoration:underline;
	float:left;
	}
#produtos a.prod:visited {
	display:block;
	width:185px;
	height:290px;
	border:2px solid #d5e0e4;
	text-decoration:none;
	float:left;
	
	}

/*******************************
MENU
*******************************/
#menu{
	width:175px;
	height:400px;
	background:#d5e0e4;	
}

#menu a.menn{
	display:block;
	width:160px;
	height:20px;
	margin-bottom:5px;
	padding-top:10px;
	padding-bottom:5px;
	padding-left:15px;
	background:#eef3f4;
	font-family:"Verdana", Arial, Helvetica, sans-serif;
	font-size:15px;
	text-decoration:none;
	color:#034b95;

}

#menu a.menn:hover{
	display:block;
	width:160px;
	height:20px;
	margin-bottom:5px;
	padding-top:10px;
	padding-bottom:5px;
	padding-left:15px;
	background:#034b95;
	color:#FFF;
	}

#menu a.menn:visited{
	display:block;
	
	
	}

#parceiros{
	width:175px;
	height:420px;
	background:#d5e0e4;
	}

#parc{
	width:150px;
	height:80px;
	margin-left:12px;
	margin-top:15px;
	background:#eef3f4;
	}