@import url('menu_lateral.css');
@import url('detHome.css');
@import url('detEmpresa.css');
@import url('detAreaAtuacao.css');
@import url('lisService.css');
@import url('lisEquipe.css');
@import url('lisLink.css');
@import url('lisProfissionalSaude.css');
@import url('lisDica.css');
@import url('lisReceita.css');
@import url('lisEvento.css');
@import url('cadFaleconosco.css');
@import url('Produtos.css');
@import url('detcurso.css');

* { 
	margin: 0; 
	padding: 0; 
	border: 0; 
	outline: 0; 
	line-height: normal; 
}
html { 
	height: 100%;
	overflow-x: hidden;
}
body { 
	height: 100%; 
	width: 100%; 
	font-family: 'Verdana' !important; 
	font-size: 12px; 
	background: #514f91 url('../img/bg_geral.jpg') top left fixed repeat-x; 
	color: #000; 
}
/* classes */
p { margin: 10px 0; }
strong, b { font-weight: bold; }
i, em { font-style: italic; }
u { text-decoration: underline; }
button, a, a:visited { text-decoration: underline; cursor: pointer; }
a:hover { text-decoration: none; }
a:focus { outline: none; }
.vcSome { display: none; }
div#ajax { position: relative; margin: 0 auto; white-space:nowrap; width:200px; height:32px; overflow:auto;font-weight: bold; color: #4d4e90; }
div#ajax img { background: url('../img/ajaxloader.gif');margin-top: 60px; width: 32px; height: 32px; padding:0; margin:0; }
/*classes - fim*/

/*estrutura*/
div.geral { width: 778px; position: relative; margin: 0 auto; background: #fff; }
div.meio { position:relative; display:table; width:100%; background: url('../img/bg_menu_lateral.gif') repeat-y;}
.ie6 div.meio { height:1px; }
div.rodape { margin-top: 20px; background: #ccc; color: #fff; text-align: center; padding: 5px; }
div.rodape a, div.rodape a:visited { color: #fff; }
/*estrutura - fim*/

/*topo*/
div.topo { height: 180px; }
/*topo - fim*/

/**/
div#conteudo { position:relative; float:left; width: 620px; margin: 5px 0 0 5px; }
.ie6 div#conteudo { height:1px; }
/**/