@charset "utf-8";

*{
	outline: none;
}

body{
	margin:0px;
	border:0px;
	padding:0px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#333;
	background-color:#F6F7F7;		
}

 div#right-icons{
  position:absolute;
  top:85px;
  right:5px;
  width:<length>;
  height:100%;
 }
 @media screen{
  body>div#right-icons{
   position:fixed;
  }
 }
 * html body{
  overflow:hidden;
 } 
 * html div#content{
  height:100%;
  overflow:auto;
 }





img{ border:0px; }

ul li{ list-style:none; }

#linhatopo{
    background-position: top;
    background-repeat: repeat-x;
}

#topo{
	width:100%;
	height:135px;
	background-color:#F2F3F3;
}

#topoConteudo{
    width: 100%;
    height: 135px;
    background-color:#F2F3F3;
    margin: 0 auto;
}

.table_topo{
	width:100%;
	height:135px;
}

#corpo{
	width:100%;
	height:341px;
	background-image:url(../imagens/bg_corpo.png);
	background-position:top;
	background-repeat:repeat-x;
	padding-top: 5px;
}
.table_menu{
	width:930px;
	height:40px;
}
#banner{
	width:930px;
	height:300px;
}
#conteudo{	
	width:930px;
	border:0px;
	margin-top:5px;	
}

#rodape{
	background-color: #31628F;
	width: 100%;
	height: 50px;
	color: #fff;
	padding-top: 10px;
	margin-top: 5px;
}

#rodape span{
	font-size:11px;
	display:block;
	padding: 6px 0 0 10px;
	line-height:10px;
}

.block{
	width:302px;
	height:132px;
	background-image:url(../imagens/block.png);
	background-repeat:no-repeat;	
}

.block_in{ 
	width:302px;
	padding:2px 8px; 
}

.block_in span{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	text-align:justify;
	padding-right:3px;
	display:block;
	color:#333;
}

.leiamais{
	font-weight:bold;
	color:#3376A4;
	text-decoration:none;
}

.horario{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	color:#333;
}

#meio{ padding:0px 5px; }

#meio h2{
	font-size:26px;
	color:#054F7A;
	font-weight:normal;
}

#meio p{
	line-height:20px;
	font-size:14px;
	text-align:justify;
}

#meio ul li{
	list-style:none;
	font-size:14px;
	line-height:24px;	
}

#meio .subtitulo{
	font-size:18px;
	color:#333;
}

.formulario{
	font-size:16px;
	color:#333;
}

.textbox{
	font-size:16px;
	border:solid 1px #333;
	border-radius:3px;
	width: 350px;
}

.button{
	height:30px;
	font-size:13px;
	border:solid 1px #333;
	background-color:#FFF;
}

/*-------------------MENU--------------------*/

#logo{
    float: left;
    position: relative;
    top: 15px;
    left: 10px;
}

#atendimento{
    float: right;
    position: relative;
    top: 65px;
    right: 403px;
}

#menu{

}

#menu_item{
    float: left;
	padding-right: 55px;
}

a:link {
    text-decoration: none;	
	color: #0063B4;
}

a:visited {
    text-decoration: none;
	color: #0063B4;
}

a:hover {
    text-decoration: none;
	color: #0063B4;	
}

a:active {
    text-decoration: none;
	color: #0063B4;	
}

#facebook{
	position: absolute;
	left: 966px;   
	top: 85px;
}

/*--------------------------------------------*/

#frame_home{
	height: 55px;
	padding-top: 5px;
	position: relative;
	left: -124px;
}

#whatsapp{
	position: absolute;
	top: 2px;
	right: 7px;
}