@charset "utf-8";

*{
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	background-image: url(../img/fundo_verde.jpg);
	background-attachment:fixed;
}

img{
   border: 0px solid #000;
}

a{
	outline:none;
}


/* CSS Document */

#main{
	width: 860px;
	margin: auto;
	padding: 0px;
	position: relative;

}


#main #topoesq {
	background-image: url(../img/topo-esq.jpg);
	height: 115px;
	width: 10px;
	float: left;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#main #topomeio {
	background-color: #ebebeb;
	background-image: url(../img/topo-meio.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 115px;
	width: 840px;
	position: absolute;
	left: 10px;
	top: 0px;
}

#main #topodir {
	background-image: url(../img/topo-dir.jpg);
	margin: 0px;
	padding: 0px;
	height: 115px;
	width: 10px;
	float: right;
	position: absolute;
	left: 850px;
	top: 0px;
}
#main #topomeio #logo {
	background-image: url(../img/logo.jpg);
	position: absolute;
	left: -1px;
	top: 10px;
	height: 86px;
	width: 256px;
}
#main #topomeio #linha1 {
	background-image: url(../img/linha.jpg);
	height: 98px;
	width: 1px;
	position: absolute;
	left: 270px;
	top: 10px;
}
#main #topomeio #linha2 {
	background-image: url(../img/linha.jpg);
	height: 98px;
	width: 1px;
	position: absolute;
	left: 428px;
	top: 10px;
}
#main #topomeio #linha3 {
	background-image: url(../img/linha.jpg);
	height: 98px;
	width: 1px;
	position: absolute;
	left: 560px;
	top: 10px;
}
#main #topomeio #linha4 {
	background-image: url(../img/linha.jpg);
	height: 98px;
	width: 1px;
	position: absolute;
	left: 680px;
	top: 10px;
}
#main #topomeio #linha5 {
	background-image: url(../img/linha.jpg);
	height: 98px;
	width: 1px;
	position: absolute;
	left: 800px;
	top: 10px;
}
#main #topomeio #linha6 {
	background-image: url(../img/linha.jpg);
	height: 98px;
	width: 1px;
	position: absolute;
	left: 835px;
	top: 10px;
}
/* Linha excluída, com a retirada do item consultas:
#main #topomeio #linha7 {
	background-image: url(../img/linha.jpg);
	height: 98px;
	width: 1px;
	position: absolute;
	left: 835px;
	top: 10px;
}
*/
#main #topomeio #faixa {
	background-color: #009b00;
	height: 32px;
	width: 565px;
	position: absolute;
	left: 270px;
	top: 40px;
}

ul {
    margin: 0px;
	padding: 0px;
	list-style: none;
	width: 560px;
}

ul li{
    float: left;
}



ul a {
    display: block;
	padding: 0px;
	text-decoration:none;
	color:#fefefe;
}
#recebeiframe{
   position:absolute;
   top:115px;
}
#main #topomeio #faixa #m1 {
	height:30px;
	width:157px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-top:8px;
}
#main #topomeio #faixa #m2{
    height:30px;
	width:130px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-top:8px;
}

#main #topomeio #faixa #m3{
    height:30px;
	width:118px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-top:8px;
}

#main #topomeio #faixa #m4{
    height:30px;
	width:125px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-top:8px;

}


#main #topomeio #faixa #m5 {
    position:absolute;
    height:30px;
	width:27px;
	top:11px;
	left:533px;
}
