/* CSS Document */
body {
	margin: 0;
	text-align:center;
	background-color: #FFFFFF;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #000000;
	background-image: url(imagens/bgtotal.gif);
}

input {
	font-size: 11px;
	border: 1px dotted #000000;
	vertical-align: middle;
}

select {
	font-size: 11px;
	border: 1px dotted #000000;
	vertical-align: middle;
}

a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	/*font-weight:bolder;*/
}

hr {
    border:1px dotted #cccccc;
}


#geral {
	position:relative;
	margin: auto;
	text-align:left;
	border: 1px dotted #CCCCCC;
	background-color: #FFFFFF;
}

#geral, #cabecalho, #meio, #rodape{
	width:778px;
}

#meio{
background-image:url(imagens/fundo.gif);
background-repeat:repeat-y;
min-height: 600px;
}

#cabecalho {
	height:149px;
}

#logotipo {    
	position:absolute;
    margin:0px;
	left:0px;
	top:0px;
	width:232px;
	height:149px;
	background: url(imagens/logotipo.gif) top left no-repeat;
	text-indent: -5000px;
	overflow: hidden;
}

#medico {
	position:absolute;
	left:232px;
	top:0px;
	width:272px;
	height:100px;
}

#pizza {
	position:absolute;
	left:504px;
	top:0px;
	width:274px;
	height:119px;
}

#menuhome, #menuempresa, #menumaterias, #menufaleconosco {
	position:absolute;
	top:97px;
	height:17px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight:bold;
	color: #ff0000;
	text-align:center;
	padding-top: 5px;
}

#menuhome {
	left:232px;
	width:87px;
	background: url(imagens/menuhome.gif) top left no-repeat #FFFFFF;
}

#menuempresa {
	left:319px;
	width:97px;
	background: url(imagens/menumaterias.gif) top left no-repeat #FFFFFF;
}

#menumaterias {
	left:407px;
	width:88px;
	background: url(imagens/menumaterias.gif) top left no-repeat #FFFFFF;
}

#menufaleconosco {
	left:495px;
	width:97px;
	background: url(imagens/menufaleconosco.gif) top left no-repeat #FFFFFF;
	
}

#titulo {
	position:absolute;
	left:232px;
	top:119px;
	width:291px;
	height:30px;
}

#busca {
	position:absolute;
    margin:0px;
	left:232px;
	top:119px;
	width:546px;
	height:30px;
	background: url(imagens/busca.gif) top left no-repeat;
}

#busca label {
	color:#FFCC00;
	font-weight:bold;
}

#conteudo {
	width:512px;/*520px*/
	font-size: 11px;
	/*background-color:#999999;*/
	float:left;
}

#conteudo h2{
    margin: 0px;
	margin-top: 20px;
    margin-left:20px;
	margin-bottom: 10px;
    color:#FF0000;
	font-size: 18px;
}

#conteudo p{
    margin-top: 0px;
	margin-left: 20px;
}

#categorias {
	width:138px; /*138px*/
	height:279px;
	float:left;
	background: url(imagens/categorias.gif) top left no-repeat;
}

#categorias h3 {
 	text-indent: -5000px;
	overflow: hidden;	
}

#itens_categorias {
    margin-top:50px;
	margin-left:6px;
	margin-bottom:10px;
	/*width:110px;*/
	height:400px;	
    overflow: auto;
}

#links {
	margin-left:8px;
	margin-bottom:5px;
	width:110px;
	height:40px;
	background: url(imagens/linksuteis.gif) top left no-repeat;
}

#itens_links {
    margin-top:10px;
	margin-left:13px;
	margin-bottom:10px;
	width:110px;
}

#clientes {
    margin-top:20px;
	margin-left:20px;
	padding-top:10px;
	padding-bottom:10px;
	width:450px;
    border-top:2px dotted #CCCCCC;
	border-bottom:2px dotted #CCCCCC;
}

#logosclientes {
	margin-right:10px;
	width:100px;
	height:100px;
}

#cupons {
    margin-top:20px;
	margin-left:20px;
	padding:20px;
	width:400px;
    border-color:#FF0000;
	background-color:#FFFFFF;
    border-style:dotted;
    border-width:1px;
	text-align:left;
}

#rodape {
	height:20px;
	background-color:#FFD733;
	text-align:center;
}

.subcategorias {
	margin-left:10px;
	list-style-type:square;
}

#publicidade {
	width:120px;
	height:279px;
	/*background-color:#cccccc;*/
	float:right;
}

#contato{
margin-left:20px;
}

.destacar{
	color: #FF0000;
}

.semborda{
border:none;
}

.semmargem{
margin:0;
}

.margem_esquerda{
margin-left:5px;
}

.margem_direita{
margin-right:8px;
}

.esquerda{
	float: left;
}
.centro{
	text-align: center;
}
.direita{
	text-align: right;
}
.posicionadireita{
	float: right;
}

.negrito{
font-weight:bold;
}

#chamadasmaterias {
	margin-right:10px;
	width:50px;
}

#materias {
	margin-right:10px;
	width:160px;
}

.ultimas_materias {
    margin-top:20px;
	margin-left:20px;
	/*padding-top:10px;
	padding-bottom:10px;*/
	width:450px;
    /*border-top:2px dotted #CCCCCC;
	border-bottom:2px dotted #CCCCCC;*/
}

