body{
	font: 12px Lucida Sans Unicode, Arial, Helvetica, sans-serif;
	color: #666;
	margin: 18px 0 0 0;
	padding: 0;
	text-align: center;
	background-color: #e6f0f7;
	
}

form, div, h1, h2, h3, h4, span, p, fieldset, input, td, table{
	position: relative;
	padding: 0;
	margin: 0;
}

ul, li{ position: relative; }

img{ border: 0 }

#conteinerGlobal{
	text-align: left;
	margin: 0 auto;
	width: 756px;
	height: auto;
	/*padding: 4px 10px 4px 10px;*/
	background-color: #fff;
	background-image: url('../img/bgSite.gif');
	background-repeat: repeat-y;	
}

#conteinerPadding{
	margin: 10px;	
	margin-right: 16px;	
	width: auto;
}

#conteinerTopo{	
	background-image: url('../img/linhaTop.gif');
	background-repeat: no-repeat;
	background-position: top left;	
	background-color: #fbebd9;
	height: 240px;
	color: #000;
}

#conteinerConteudo{
	margin-top: 1px;
	background-image: url('../img/bgConteudo.jpg');
	background-repeat: repeat-x;
	background-position: top;
	padding: 20px;
	color: #666;
}

#conteinerConteudo h2{
	font-weight: bold;
	font-size: 24px;
	color: #aa0006;
	margin-bottom: 10px;
}

#conteinerConteudo h3{
	font-weight: bold;
	font-size: 18px;
	color: #aa0006;
}

.conteinerTexto ul li{ color: #000; }

.conteinerTexto p{
    margin: 10px;
    color: #000;
    
}

.bgTop{
	position: absolute;
	top: -8px;
	left: 0;
}

.bgBottom{
	position: absolute;
	bottom: -10px;
	left: 0;
}

ul{
	list-style-type: none;
        list-style-image: url('../img/bullet.gif');
}

ul.linha{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.linha li{
	display: inline;	
}

a{
	color: #000;
	text-decoration: underline;
}

#menuPrincipal{
	padding-top: 14px;
	padding-left: 10px;
}

#menuPrincipal a{
	font-size: 14px;
	font-weight: bold;
}

#menuPrincipal .selected{
	position: relative;
	top: -4px
}

.imgFisio{
	position: absolute;
	right: 17px;
	bottom: 0;
}

div.linhaVermelha{
	margin-top: 1px;
	height: 1px;
	background-color: #9a0d04;
}

#infTitulo{
	position: absolute;
	left: 45px;
	top: 85px
}

#infTitulo h1{
	font-size: 16px;
	font-weight: normal;
	margin: 10px 0 0 0;
	padding: 0;
}

div.h{
	padding-bottom: 2px;
	border-bottom: 1px solid #666;
}

div.linhaCinza{
	height: 3px;
	background-color: #ccc;
}

img.float{
	float: left;
	margin-right: 5px;
}

.subtitulo{
	font-weight: normal;
	font-size: 16px
}

.destaquePrincipal{
	padding: 20px;
	border: 1px solid #dadada;
	background-color: #fff;
}

.destaquePrincipal div{
	background-color: #f8f8f8;
	border: 1px solid #d4d4d4;
	padding: 8px
}

#conteinerRodape{
	background-color: #c24f1a;
	color: #fff;
	height: 90px
}

p.rodape{	
	text-align: right;
	position: absolute;
	top: 5px;
	right: 75px;
	line-height: 25px
}

.tl{
	position: absolute;
	left: 0;
	top: 0;	
}

.tr{
	position: absolute;
	right: 0;
	top: 0;	
}

.bl{
	position: absolute;
	left: 0;
	bottom: 0;	
}

.br{
	position: absolute;
	right: 0;
	bottom: 0;	
}

table.especialidades{
    width: 100%;
}

table.especialidades tr td{
    /*width: 33.33%;*/
    border: 1px solid #dadada;
    text-align: center;
    padding: 10px;
    font-size: 14px
}

fieldset{
    margin: 10px;
    color: #000;    
    /*padding: 5px;	*/
    border: 0;
}

fieldset div{
	margin-top: 10px;
}

.erro {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FF0000;
background-color: #FFFF99;
text-align: left;
font-weight: bold;
border: 1px solid #000000;
margin-bottom: 10px;
}

.mensagem {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #009900;
background-color: #f4fff4;
text-align: left;
font-weight: bold;
border: 1px solid #000000;
margin-bottom: 10px;
}