
	/*
		Montagem: 	Danielle Freitas (maxmeio.com)
		Ano: 		2007
	
	*/
	
	
	 *{
	 	margin: 0;
		padding: 0;	
        vertical-align: top;		
	 }
	 html{
	 	background-image: url(../imgs/bg_html.jpg);
	 }
	 body{
		background-image: url(../imgs/bg_body.jpg);
		background-repeat: repeat-x;
		
		font-family:  tahoma,"Trebuchet MS";
		color:#820910;
	 }
	 a img{
	 	border: 0;
	 }
     div#geral{
	 	width: 767px;
		margin: 0 auto;	
	 }
		
	div#principal{
		width: 767px;
		overflow: hidden;
		clear: both;
		margin-left: 8px;
		margin-top: 5px;
	}
	div#dir, div#conteudo{
		float: left;
		overflow: auto;
		
	}
	div#dir{
		width: 197px;
	}
	 div#conteudo{
	 	width: 544px;
		margin-right: 10px;
	 }
	 
	 
	 /*TOPO*/
	 
	 div#topo{
	 	height: 140px;
	 }
	 div#topo h1{
	 	margin-right: 20px;
	 }
	 div#topo h1,div#topo  div.campanha{
	 	float: left;
		padding-top: 30px;
	 }
	 
	 /*FIM TOPO*/
	 /*MENU*/
	 
	 div#menu {
	 	background-image: url(../imgs/menu/bg_menu.gif);
		height: 61px;
		clear: both;
	 }
	 
	 div#menu ol{
	 	background-image: url(../imgs/menu/bg_menu_ol.gif);
		height: 61px;
		text-align:center;
		padding: 0 0 0 35px
	 }
	 div#menu li{
	 	display: inline;
		float: left;
		list-style-type: none;
	 }
	 div#menu li a{
	 	display: block;
		padding:20px 10px 0 10px;
		float: left;
	 }
	 div#menu li a:hover{
	 	background-image: url(../imgs/menu/seta.gif);
		background-repeat: no-repeat;
		background-position: center 7px
	 }
	 
	 /*FIM MENU*/
	
	
	/* RODAPE */
	 
	 div#rodape{
	 	background-image: url(../imgs/bg_rodape.jpg);
		height: 124px;
		clear: both;
		margin-top: 10px;
	 }
	 div#rodape div.cont{
	 	width: 767px;
		margin: 0 auto
	 }
	 div#rodape p{
	 	color:#74D3B7;
		font-size: 11px;
		float: left;
		margin-top: 50px;
	 }
	 div#rodape p.incor{
	 	padding-left: 205px;
		width: 357px;
	 
	 }
	 div#rodape p.incor strong{
	 	color:#8D0C15;
	 }
	 div#rodape p.max{
	 	width: 205px;
		text-align: center
	 }
	 
	 
	 /*FIM RODAPE*/
	 
	 
	 
	 /*LADO DIREITO*/
	 div.box{
	 	font-size: 11px;
		color:#263C50;
		padding: 17px 17px 0 17px ;
		background-repeat: no-repeat;
		width: 163px;
	 }
	 div.box h2{
	 	margin: 10px 0 10px 25px;
	 }
	 div.box p{
	 	line-height: 17px;
		margin-bottom: 5px;
	 }
	 div.box p.but{
	 	text-align: right
	 }
	 div.consultas{
	 	background-image:url(../imgs/bg_consulta.jpg);
		height: 153px; /* 170 */
	 }
	 div.consultas p{
	 	margin-top: 4px;
	 }
	 div.atendimento{
	 	background-image: url(../imgs/bg_atendimento.jpg);
		height: 152px; /* 169*/		
	 }
	 div.informativo{
	 	background-image: url(../imgs/bg_informativo.jpg);
		height: 155px; /* 172*/
	 }
	 div.box p.inp_tx input{
	 	background-color: #E7E9E3;
		border: 2px solid #F9F9F7;
		font-family:tahoma, "trebuchet MS";
		font-size: 10px;
		color:#263C50;
		padding: 3px 7px;
		width: 140px;
	 }
	 div.box p.inp_tx{
	 	text-align: right
	 }
	 div.informativo form{
	 	margin-top: 20px;
	 }
	 div.atendimento  p.inp_tx input{
	 	width:80px;
	 }
	 div.atendimento  p{
	 	margin-left: 64px;
	 }
	 div.atendimento h2{
	 	margin-bottom: 2px
	 }
	 
	 
	 
	 
	 
	 
	 
	 
