@charset "utf-8";
/* Menus */
.servicos{
	width:100%;
	height:auto;
}
.servicos .base{
	width:900px;
	height:748px;
	margin:0 auto;
	background-image:url(../imagens/fundo.png);
}
.menus{width:296px; height:748px; float:left;}
.servicos .base .menu{
	width:296px;
	height:148px;
	margin-left:1px;
}
.servicos .base .conteudo{
	width:576px;
	height:728px;
	margin-left:5px;
	background-image:url(../imagens/fundo_conteudo.png);
	float:left;
	overflow-x:none;
	overflow-y:auto;
	padding:10px;
}
.servicos .base .conteudo h1{
	font-family:arial;
	font-size:24px;color:#538da7; 
	height:22px;
}
.servicos .base .conteudo hr{
	height:3px; 
	border:none;
	background-color:#538da7;
}
.servicos .base .conteudo p{
	font-size:16px; 
	color:#52484a; 
	font-family:arial; 
	line-height:30px;
}
.servicos .base .conteudo ul{
	font-size:16px; 
	color:#52484a; 
	font-family:arial; 
	line-height:25px;
	list-style-type:disc;
}