﻿body {
	margin: 0;
	padding: 0;
	background-color:#f3f3f3;
}
.fundo_home
{
	background:url(../images/fundo_centro.jpg) repeat-x;
	width:100%;
	height:475px;
}
.conteudo
{
	position:absolute; 
	text-align:center; 
	width:100%;
}
.esconde_objeto
{
	display:none;
}
.fundo_centro_site
{
	background:url(../images/site/fundo_centro.jpg) repeat-x;
}
.planos_index
{
	background:url(../images/site/fundo_hospedagem.jpg) no-repeat center center;
}
.planos_interno
{
	background:url(../images/site/fundo_hospedagem_interno.jpg) no-repeat center center;
}
.menu_home
{
	background:url(../images/site/fundo_menu.jpg) no-repeat center center;
	width:963px;
	height:58px;
	text-align:left;
	padding:0;
	margin:0;
}
#menu_home ul
{
	margin:0;
}
#menu_home li
{
	list-style: none; 
	float:left; 
	font-family:Arial, Verdana;
	font-size:18px;
	color:#666666;
	width:125px;
	height:25px;
	text-align:center;
	background:url(../images/site/divisao_menu.jpg) no-repeat center center;
	background-position:0 -10px;
}
.link_menu
{
	font-family:Arial, Verdana;
	font-size:18px;
	color:#89b6cb;
}
.titulo_interno
{
	font-family:Arial, Verdana;
	font-size:18px;
	color:#666666;
}
.fonte_padrao_interna
{
	font-family:Verdana, Arial;
	font-size:12px;
}
.fonte_padrao_interna2
{
	font-family:Verdana, Arial;
	font-size:10px;
}
#link_interno a
{
	color:#89b6cb;
	text-decoration:none;
}
#link_interno a:hover
{
	color:#89b6cb;
	text-decoration:none;
}
#link_interno a:visited
{
	color:#89b6cb;
	text-decoration:none;
}
.bt_enviar
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: Black;
	background: url(../images/site/bt_enviar.png) no-repeat center center;
	border: none;
	cursor: pointer;
	width: 69px;
	height: 22px;
	padding: 0px;
	margin: 0px;
	text-align: center;
}
.bt_consultar
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: Black;
	background: url(../images/site/bt_consultar.png) no-repeat center center;
	border: none;
	cursor: pointer;
	width: 88px;
	height: 22px;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

