@charset "utf-8";
/* Autor 
@autor	 Henrique Jose Marques de Barros <henrique@2xt.com.br>
@Projeto Hotsite Muchtour
*/

/* Classes gerais*/
div, p, body, html, span, h1, h2, h3, h4, h5, h6, li, ul, ol, a, img, input, label, b, strong {
	padding:0;
	margin:0;
	font-family:"trebuchet MS";
	text-decoration:none;
	color:#666;
}

a{
	outline:0;
}

img {
	border:0;
}

.clear{
	clear:both;
}

/* Inicio Classes para o topo */

.topo_geral{
	float:left;
	width:100%;
	background:url(../static/imgs/fundo_topo.jpg) repeat-x;
}

.barra_topo{
	float:left;
	width:100%;
	font-size:0;
	background:#BBE7FF;
	height:7px;
}

.barra_sub_topo{
	float:left;
	width:100%;
	font-size:0;
	background:url(../static/imgs/fundo_barrasub.jpg) repeat-x;
	height:31px;
}

.topo_alinha{
	float:none;
	width:927px;
	margin:auto;
}

.topo{
	float:left;
	width:100%;
}

.login_topo{
	float:right;
	margin-right:26px;
	background:url(../static/imgs/fundo_login.gif) no-repeat;
	width:496px;
	height:78px;
}

.login_topo h1{
	float:left;
	font-size:13px;
	font-weight:bold;
	font-family:arial;
	color:#006599;
	padding-left:35px;
}

.cont_login_topo{
	float:left;
	padding:4px 0 0 45px;
	width:451px;
}

.login_topo label{
	float:left;
	margin-right:20px;
}

.login_topo label span{
	float:left;
	font-size:13px;
	font-family:arial;
	color:#006599;
}

.login_topo label input{
	float:left;
	height:16px;
	width:170px;
	border:1px solid #006599;
	clear:both;
}

.links_login{
	float:left;
	width:363px;
	text-align:right;
	padding-top:6px;
}

.links_login a{
	float:right;
	font-size:11px;
	padding-left:15px;
	color:#006599;
}

.links_login a:hover{
	text-decoration:underline;
}

.bloco_logo{
	float:left;
	padding-top:6px;
}

.cadastro_topo{
	float:right;
	padding-top:24px;
}

.cadastro_topo h1{
	float:left;
	font-size:13px;
	font-weight:bold;
	font-family:arial;
	color:#333;
	padding-left:26px;
}

.conteudo_cad{
	float:left;
	margin-top:-27px;
}

.cadastro_topo img{
	float:left;
	position:relative;
	z-index:1;
}

.cont_cadastro_topo{
	float:left;
	background:url(../static/imgs/fundo_cadastrese.gif) repeat-x;
	height:251px;
	margin:24px -34px 0 -33px;
	position:relative;
	z-index:2;
	width:480px;
}

.cont_cadastro_topo div{
	float:left;
	width:50%;
	padding:15px 0 0 0;
}

.cont_cadastro_topo .label_completa{
	width:100%;

}
.cont_cadastro_topo .label_completa input,.cont_cadastro_topo .label_completa textarea{
	width:95%;
}

.cont_cadastro_topo div label{
	float:left;
	width:100%;
	font-family:arial;
	font-size:13px;
}

.cont_cadastro_topo div input{
	float:left;
	width:90%;
	height:16px;
	border:1px solid #999;
	color:#666;
}

.cont_cadastro_topo div textarea{
	float:left;
	width:189%;
	height:16px;
	border:1px solid #999;
	height:80px;
	color:#666;
}

.botoes_cadastro{
	float:right;
	padding:5px 23px 0 0 ;
}

.button_contato{
	float:right;
	font-family:arial;
	font-size:11px;
	padding:1px 8px;
	*padding:0px 0;
	border:1px solid #999;
	background:#fff;
	margin:6px 26px 0 0;
	clear:both;
}

.errorlist{display: none;}

.errormensagem{
	float:left;
	color:#cc0000;
	font-size:12px;
	padding-top:6px;
}

.input_error{
	border:1px solid #ff0000!important;
}


.btn_ok{
	float:left;
	width:25px;
	height:25px;
	background:url(../static/imgs/btn_ok.gif) no-repeat;
	border:none;
	margin-top:10px;
	cursor:pointer;
}

/* Fim Classes para o topo */

/* Inicio classes para o conteudo */

.conteudo_geral{
	float:left;
	width:100%;
	background:url(../static/imgs/fundo_site.jpg) repeat-x top center #E7F3EF;
	position:relative;
	z-index:1;
}

.conteudo_alinha{
	float:none;
	width:762px;
	margin:auto;
}

.conteudo{
	float:left;
	width:100%;
	background:#FFF;
	position:relative;
	z-index:3;
}

.conteudo_cont{
	float:left;
	width:732px;
	padding:15px 15px 0 15px;
}

.title_pag{
	float:left;
	width:100%;
}

.conteudo_cont h1{
	float:left;
	font-size:40px;
}

.conteudo_cont h2{
	float:left;
	font-size:15px;
	padding:24px 0 0 15px;
}

.conteudo_cont h3{
	font-size:15px;
	padding-bottom:7px;
}

.conteudo_cont h1,.conteudo_cont h2,.conteudo_cont h3{
	color:#336D9F;
}

.corpo_texto{
	float:left;
	width:100%;
	padding-top:10px;
}

.corpo_texto p{
	font-size:12px;
	color:#333;
	padding-bottom:20px;
}

.imgRight{
	float:right;
	margin:0 0 15px 15px;
}

/* Fim classes para o conteudo */

/* Inicio classes para o rodape */

.rodape{
	float:left;
	width:100%;
	background:url(../static/imgs/fundo_rodape.gif) no-repeat top center;
	height:335px;
	font-size:0;
	position:relative;
	z-index:2;
	margin-top:-186px;
}

/* Fim classes para o rodape */

