/* CSS Document */
* html img,
* html .png{
	position:relative;
	behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
	this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
	this.src = "transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
	this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
	this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
	);
}

* {
	margin: 0;
	padding: 0;
}

a {
	color: #FFFFFF;
	font-size: 19px;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

/*classes*/
.botao {
	display: inline-block;
	*float: left;
	vertical-align: top;
	background: url(../img/botao_bg.gif);
	width:82px;
	height:25px;
	color:#FFFFFF;
	font-family:"tahoma";
	font-size:11px;
	border:none;
	text-align:center;
	padding-bottom:5px;
	*padding-bottom:2px;
	cursor: pointer;
	margin-right: 3px;
}

.botao_cima {
	display: inline-block;
	*float: left;
	vertical-align: top;
	background: url(../img/botao_bg_ceta_cima.png);
	width:82px;
	height:25px;
	color:#FFFFFF;
	font-family:"tahoma";
	font-size:11px;
	border:none;
	text-align:center;
	padding-bottom:5px;
	*padding-bottom:2px;
	cursor: pointer;
}

.botaoinformativo {
	display:block;
	background: url(../img/botaoinformativo.gif) no-repeat;
	width:65px;
	height:25px;
	color:#FFFFFF;
	font-family:"tahoma";
	font-size:11px;
	border:none;
	text-align:center;
}

.lacuna_informativo {
	display: block;
	width: 235px;
	height: 17px;
	background: none;
	border: none;
	color: #ed7e14;
	font-size: 11px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	*margin-bottom: 10px;
}

.botao_newslatters {
	display: inline-block;
	*float: left;
	vertical-align: top;
	background: url(../img/bg_botao_newslatters.gif) left top no-repeat;
	width: 65px;
	height: 25px;
	border: none;
	color: #ffffff;
	font-size: 11px;
	padding-bottom: 5px;
	*padding-bottom: 2px;
	margin-left: 0px;
	*margin-left: 10px;
	cursor: pointer;
}

.botao_contato {
	display: inline-block;
	*float: left;
	vertical-align: top;
	background: url(../img/botao_saiba_mais.png) left top no-repeat;
	width: 82px;
	height: 25px;
	border: none;
	color: #ffffff;
	font-size: 11px;
	padding-bottom: 5px;
	*padding-bottom: 2px;
	margin-left: 0px;
	*margin-left: 10px;
	cursor: pointer;
}

.lacuna {
	vertical-align: top;
	width: 245px;
	height: 25px;
	border: none;
	background: none;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

.lacuna_msg {
	width: 247px;
	height: 118px;
	border: none;
	background: none;
	overflow: auto;
	padding: 5px;
}

.contorno {
	border: solid 1px #f18d24; 
}

/*stilo usado em varias paginas*/
#titulo {
	display:block;
	width:100%;
	height:25px;
	border-bottom:bbbbbb 2px solid;
}

#titulo1 {
	display:block;
	height:40px;
	width:100%;
	font-family:"tahoma";
	color:#ff7b00;
	font-size:29px;
	border-bottom:1px solid #bbbbbb;
}

#subtitulo {
	display:block;
	height:40px;
	width:100%;
	font-family:"tahoma";
	color:#ff7b00;
	font-size:24px;
	padding-top:5px;
}

#subtitulo1 {
	display:block;
	min-height::40px;
	width:100%;
	font-family:"tahoma";
	color: #000000;
	font-size:14px;
	padding-top:5px;
	text-align:justify;
}

#subtitulo2 {
	display:block;
	min-height::40px;
	width:100%;
	font-family:"tahoma";
	color: #000000;
	font-size:14px;
	padding-top:20px;
	text-align:justify;
}

#coluna {
	display: block;
	width: 100%;
	min-height: 1px;
	margin-bottom: 10px;
}

body {
	font-family: "arial";
	color: #000000;
	font-size: 12px;
}

#bg {
	display:block;
	min-height:800px;
	_height:800px;
	width:100%;
	background:url(../img/bg.png) repeat-x left top;
}

#bg #bg_bottom {
	display:block;
	min-height:800px;
	_height:800px;
	width:100%;
	background: url(../img/bg_rodape.gif) repeat-x center bottom;
}

/*estrutura*/
#bg_bottom #estrutura {
	display: block;
	width: 1000px;
	min-height: 500px;
	margin: 0 auto;
}

/*topo*/
#estrutura #topo {
	display: block;
	width: 100%;
	height: 255px;
}

#topo #menu {
	display:block;
	height:255px;
	width:1000px;
}

#menu #logo {
	display:inline-block;
	*float:left;
	vertical-align:top;
	width:241px;
	height:241px;
	margin-left:100px;	
	margin-top:25px;
}

#topo #menus {
	display:inline-block;
	*float:left;
	vertical-align:top;
	height:30px;
	width:718px;	
	margin-top:-31px;
	margin-left:305px;
}

#topo #menus a {
	float:left;
	font-family:"tahoma";
	font-size:16px;
	height:25px;
	margin-right:25px;	
	font-weight:bold;	
}

#topo #menus a:hover {
	float:left;
	font-family:"tahoma";
	font-size:16px;
	height:25px;
	margin-right:25px;	
	border-bottom:solid 2px #ff7c00;
	font-weight:bold;	
}

/*anime*/
#estrutura #anime {
	display: block;
	width: 100%;
	height: 299px;
	margin-top: 1px;
}

/*meio*/
#estrutura #meio {
	display: block;
	width: 100%;
	min-height: 360px;
	margin-bottom: 10px;
	margin-top: 20px;
}

#meio #coluna1 {
	display:inline-block;
	vertical-align:top;
	*float:left;
	width:100%;
	min-height:1px;
	padding-top:20px;
}

#coluna1 #destaque{
	display:inline-block;
	vertical-align:top;
	*float:left;
	height:40px;
	width:100%;
	margin-top:5px;
	border-bottom:#bbbbbb solid 1px;
				
}
#meio #coluna_text {
	display:inline-block;
	vertical-align:top;
	*float:left;
	width:305px;
	height:100%;
}

#meio #coluna_text1 {
	display:inline-block;
	vertical-align:top;
	*float:left;
	width:675px;
	height:100%;
	margin-top:11px;
	padding-left:17px;
}

#coluna_text1 #linha {
	display:block;
	width:673px;
	height:1px;
	border-bottom:1px #bbbbbb solid;
	margin-top:20px;
}

#botao {
	display: block;
	margin-top: 5px;
	width: 100%;
	height: 25px;
}
#meio #banner {
	display:block;
	width:673px;
	height:199px;
}

#coluna_text #titulo_submenu {
	display: block;
	width: 288px;
	height: 29px;
	background: #454444;
	text-align: center;
	padding-top: 13px;
	margin-top: 15px;
}

#coluna_text #links {
	display:block;
	width:288px;
	height:40px;
	border-bottom:2px solid #dddddd;
	padding-top:10px;
	text-align:center;
}

#coluna_text #links a{
	font-family:"tahoma";
	font-size:19px;
	color:#ff7b00;
}

#coluna1 #content {
	display:block;
	width:100%;
	height:275px;
	margin-top:10px;
}

#content #quemsomos {
	display:inline-block;
	vertical-align:top;
	*float:left;
	width:326px;
	height:275px;
	padding-bottom::5px;
	color:#ee7e15;
	margin-right: 8px;
}

#quemsomos #quemsomos_imagem {
	display:block;
	width:326px;
	height:140px;
}

#quemsomos #quemsomos_texto {
	display: block;
	width: 100%;
	height: 85px;
	font-size: 15px;
	margin-top: 5px;
	color: #000000;
}

#quemsomos #quemsomos_texto a {
	text-decoration:underline;
	color:#ee7e15;
	font-size:15px;
}

#atend #quemsomos_imagem {
	display:block;
	width:326px;
	height:140px;
}

#atend #quemsomos_texto a {
	text-decoration:underline;
	color:#ee7e15;
	font-size:15px;
}

#atend #quemsomos_texto {
	display:block;
	width:100%;
	min-height:10px;
	*height:10px;
	font-size:15px;
	margin-top:5px;
	color:#000000;
}

#content #text {
	display:block;
	height:100%;
	width:100%;
	text-align:justify;		
}

#coluna1 #content1 {
	display:block;
	width:665px;
	height:275px;
}

#content1 #solucoes {
	display:inline-block;
	vertical-align:top;
	*float:left;
	width:326px;
	height:275px;
}

#solucoes #quemsomos_texto {
	display:block;
	width:100%;
	min-height:10px;
	*height:10px;
	font-size:15px;
	margin-top:5px;
	color:#000000;
}

#solucoes #quemsomos_texto a {
	text-decoration:underline;
	color:#ee7e15;
	font-size:15px;
}

#solucoes #text {
	display:block;
	height:100%;
	width:100%;
	text-align:justify;		
}

#content1 #hosp {
	display:inline-block;
	vertical-align:top;
	*float:left;
	padding-left:10px;
	width:326px;
	height:275px;	
}

#hosp #quemsomos_texto {
	display:block;
	width:100%;
	min-height:10px;
	*height:10px;
	font-size:15px;
	margin-top:5px;
	color:#000000;
}

#hosp #quemsomos_texto a {
	text-decoration:underline;
	color:#ee7e15;
	font-size:15px;
}

#hosp #text {
	display:block;
	height:100%;
	width:100%;
	text-align:justify;		
}

#meio #coluna2 {
	display:inline-block;
	vertical-align:top;
	*float:left;
	width:320px;
	height:564px;
	padding-left:4px;
}

#coluna2 #blog{
	display:inline-block;
	vertical-align:top;
	*float:left;
	height:40px;
	width:320px;
	margin-top:25px;
	border-bottom:#bbbbbb solid 1px;
	padding-left:4px;
}

#coluna2 #blog_ir {
	display:block;
	width:100%;
	min-height:10px;
	*height:10px;
	text-align:right;
	margin-top:3px;
}

#coluna2 #blog_ir a {
	text-decoration:none;
	color:#ee7e15;
	font-size:14px;
}

#noti {
	display: block;
	vertical-align:top;
	width:100%;
	min-height:130px;
	*height:130px;
	border-bottom:#bbbbbb solid 1px;
	font-size:12px;
}

#noti #data {
	float: left;
	vertical-align:top;
	background:url(../img/bg_data.png);
	height:80px;
	width:90px;
	vertical-align:middle;
	text-align:center;
	font-size:30px;
	font-weight:bold;
	margin-top:10px;
	color:#ee7e15;
}

#noti #titulo {
	float: left;
	vertical-align:top;
	width:211px;
	min-height:35px;
	height:35px;
	color:#ee7e15;
	font-weight:bold;
	text-decoration:underline;
	font-size:12px;
	margin-top:10px;
	margin-left:15px;
}

#noti #texto_blog {
	float: left;
	vertical-align: top;
	width:215px;
	min-height:10px;
	*height:10px;
	font-size:12px;
	margin-left:15px;
	text-align:justify;
}

/*informativo*/

#coluna2 #informativo {
	display:block;
	width:320px;
	height:148px;
	color:#f18d24;
	font-size:28px;
	margin-top:10px;
}

#informativo #infor_texto {
	display:block;
	width:325px;
	height:40px;
	font-size:12px;
	color:#000000;
}

#informativo #infor_botao {
	display:block;
	width:324px;
	height:27px;
}

#informativo #infor_botao span {
	display: inline-block;
	*float: left;
	background: url(../img/bg_lacuna_newslatters.gif) left top no-repeat;
	width: 245px;
	height: 25px;
	vertical-align: top;
}

#informativo #infor_tex {
	display:block;
	width:100%;
	font-size:11px;
	color:#ee7e15;
}

#informativo #infor_tex a {	
	font-size:11px;
	text-decoration:underline;
	color:#f18d24;
}

/*conteudo da pagina contato*/
#coluna_text1 #formulario_contato {
	display: block;
	width: 336px;
	height: 285px;
	margin: 0 auto;
	padding-top: 15px;
}

#formulario_contato #coluna_contato {
	display: block;
	width: 100%;
	min-height: 30px;
	margin-bottom: 10px;
}

#coluna_contato #nome_formulario {
	display: inline-block;
	*float: left;
	width: 76px;
	height: 25px;
	color: #ff7c00;
	font-size: 13px;
	vertical-align: top;
	padding-top: 6px;
}

#coluna_contato #bg_lacuna {
	display: inline-block;
	*float: left;
	vertical-align: top;
	width: 257px;
	height: 32px;
	background: url(../img/bg_lacuna_contato.gif) left top no-repeat;
}

#coluna_contato #bg_textarea {
	display: inline-block;
	*float: left;
	vertical-align: top;
	background: url(../img/bg_lacuna_textarea.gif) left top no-repeat;
	width: 257px;
	height: 128px;
}

/*conteudo da pagina localizacao*/
#coluna_text1 #mapa {
	display: block;
	margin-top: 15px;
}

#coluna_text1 #clique_ampliar {
	display: block;
	width: 100%;
	text-align: right;
	color: #ff7c00;
	font-size: 10px;
	margin-top: 5px;
}

/*conteudo da pagina quem somos*/
#img_empresa {
	float: right;
	margin-left: 10px;
}

/*conteudo da pagina equipe*/
#subtitulo1 #nome_cargo {
	display: block;
	width: 100%;
	margin-bottom: 5px;
}

#subtitulo1 #nome_cargo span {
	font-size: 16px;
	color: #f18d24;
	font-weight: bold;
}

#subtitulo1 #nome_cargo samp {
	color: #f18d24;
	font-family:"tahoma";
	font-size: 11px;
}

/* rodape */
#rodape {
	display:block;
	height:202px;
	width:100%;
	padding-top: 17px;
}

#rodape #rodape_menu {
	display:block;
	width:99%;
	height:25px;
	margin-left:10px;
}

#rodape #rodape_menu a{
	font-family:"arial";
	font-size:11px;
	font-weight:bold;
}

#rodape #rodape_texto {
	display:inline-block;
	vertical-align:top;
	*float:left;
	width:240px;
	height:67px;
	margin-top:18px;
	margin-left:10px;	
}

#rodape_texto #rodape_texto_titulo {
	font-size:21px;
	font-family:"tahoma";
	color:#FFFFFF;
	padding-bottom:7px;
}

#rodape_texto #rodape_texto_titulo1 {
	font-family:"tahoma";
	color:#FFFFFF;	
}

#rodape_menu #links_cinte {
	float: right;
	width: 160px;
	height: 21px;
	color: #FFFFFF;
	font-size: 11px;
}

#rodape_menu #links_cinte span {
	float: left;
	margin-right: 5px;
	margin-top: 3px;
}

#rodape_menu #links_cinte a {
	float: left;
	margin-right: 5px;
}