@charset "utf-8";
/* CSS Document */

/* Promo site é um sistema de sites básicos desenvolvidos pela Webrider - www.webrider.com.br -  Os direitos de cópia e criação estão reservados à Webrider de acordo com a LEI Nº 9.610, DE 19 DE FEVEREIRO DE 1998. Sujeito a penas contidas nesta LEI. Caso seja detectado ilegalidade nós do setor jurídico tomaremos as medidas cabíveis para sancionar a ilegalidade */

/* página */
body {
	background:url(../imagens/fundo_site.jpg);
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	font-family:"trebuchet MS", arial;
	font-size:12px;
	color:#FFFFFF;
}

#corpo {
	width:100px;
	height:1160px;
}

a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	font-size:14px;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
	font-size:14px;
	font-weight:bolder;

}
	
/* banner */
#banner {
	position:absolute;
	width:100%;
	height:50px;
	z-index:1;
}

/* topo */
#bloco_servicos {
	top:123px;
	width:100%;
	height:266px;
}

#titulo_servicos {
	position:absolute;
	top:-28px;
	height:29px;
	width:186px;
	left:12px;
	background:url(../imagens/titulo_servicos.jpg) no-repeat;
	font-family:Calibri, Tahoma, Arial;
	font-size:14px;
	color:#ff0000;
	padding-top:6px;
}

#servicos {
	position:absolute;
	top:152px;
	left:50%;
	width:895px;
	margin-left:-443px;
	height:237px;
}

#bloco_menu {
	position:absolute;
	top:10px;
	left:92%;
}
 
/* meio */
#bloco_detalhes {
	width:100%;
	height:447px;
}

#detalhes {
	position:absolute;
	top:389px;
	left:50%;
	width:850px;
	margin-left:-425px;
	height:437px;
	background:url(../imagens/fundo_detalhes.jpg) repeat-x;
	padding-top:10px;
}

#bloco_1 {
	position:absolute;
	height:126px;
	width:401px;
	margin-left:12px;
	padding:10px;
	background:url(../imagens/barra1_detalhes.jpg) no-repeat;
}

#bloco_2 {
	position:absolute;
	height:126px;
	width:401px;
	margin-left:434px;
	margin-top:0px;
	padding:10px;
	background:url(../imagens/barra1_detalhes.jpg) no-repeat;
}

#bloco_3 {
	position:absolute;
	height:272px;
	width:401px;
	margin-left:434px;
	margin-top:145px;
	padding:10px;
	background:url(../imagens/barra2_detalhes.jpg) no-repeat;
}

#bloco_4 {
	position:absolute;
	height:272px;
	width:401px;
	margin-left:12px;
	margin-top:145px;
	padding:10px;
	background:url(../imagens/barra2_detalhes.jpg) no-repeat;
}

#rodape_detalhes {
	position:absolute;
	top:826px;
	left:50%;
	width:10px;
	height:850px;
	margin-left:-425px;
	height:10px;	
}

#menu_detalhes {
	position:absolute;
	width:188px;
	background:#90ADBD;
	left:8px;
	}
	
#corpo_detalhes {
	position:absolute;
	width:610px;
	height:420px;
	left:220px;
}

#pagina_detalhes {
	width:610px;
	height:420px;
	padding:0px;
}


.texto_corpo {
	color:#000000;
}

.titulo_corpo {
	font-size:15px;
	font-weight:bold;
	color:#FFFFFF;
}

.espacamento_menu {
	padding-left:10px;
	padding-right:10px;
}



/* inferior */
#bloco_empresa {
	width:100%;
	height:215px;
}

#titulo_empresa {
	position:absolute;
	width:152px;
	height:29px;
	top:-29px;
	left:12px;
	background:url(../imagens/titulo_empresa.jpg) no-repeat;
	font-family:Calibri, Tahoma, Arial;
	font-size:16px;
	color:#ff0000;
	padding-top:6px;
}

#menu_empresa {
	position:absolute;
	width:100%;
	top:-20px;
	right:2%;
}

#visitas {
	visibility:hidden;
}

#empresa {
	position:absolute;
	top:878px;
	left:50%;
	width:860px;
	margin-left:-425px;
	height:236px;
	background:url(../imagens/fundo_empresa.jpg) no-repeat;
}

#institucional{
	width:836px;
	height:200px;
	margin-top:8px;
	margin-left:6px;
}

#dados_cadastrais{
	width:836px;
	height:200px;
	margin-top:8px;
	margin-left:6px;
}


#hostrider {
	position:absolute;
	bottom:0px;
	left:100%;
}

/* fim */
#bloco_rodape{
	position:absolute;
	top:1116px;
	height:44px;
	width:1000px;
}

#info_rodape {
	position:absolute;
}

#logorider {
	position:absolute;
	right:10px;
	bottom:-462px;
}

/* janelas */

#janela {
	background:url(../imagens/pagina.jpg);
	position:absolute;
	top:120px;
	left:62%;
	visibility:hidden;
	width:231px;
	height:318px;
	z-index:2;
}

#paginas {
	width:231px;
	height:318px;
}

#fechar_pagina {
	position:absolute;
	width:30px;
	height:50px;
	top:0px;
	right:0px;
	top:3px;
	z-index:3;
}

/* cores e padding */

.rodape {
	color:#000000;
	padding:5px;
}
