@charset "utf-8";
/* CSS Document */

/* ============================================================ ARQUITETURA BÁSICA =========================================================== 

/*

SITE

*/



/* =========================================================== ELEMENTOS BASICOS =========================================================== */

body {
	background:url(../images/bg_site.jpg) repeat-x #904a00;
   	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/* ================================================================= LINKS ================================================================= */

a:link { color: #a55600; text-decoration: none; font-weight: bold;}
a:hover { color: #a55600; text-decoration: underline; font-weight: bold;}
a:visited { color: #a55600; font-weight: bold;}
a:active { color: #a55600; font-weight: bold;}


.rodape a:link { color: #b9b9b9; text-decoration: none; font-weight: bold;}
.rodape a:hover { color: #b9b9b9; text-decoration: underline; font-weight: bold;}
.rodape a:visited { color: #b9b9b9; font-weight: bold;}
.rodape a:active { color: #b9b9b9; font-weight: bold;}

.rodape	ul li a:link { color: #b9b9b9; text-decoration: none; font-weight: bold;}
.rodape	ul li a:hover { color: #b9b9b9; text-decoration: underline; font-weight: bold;}
.rodape	ul li a:visited { color: #b9b9b9; font-weight: bold;}
.rodape	ul li a:active { color: #b9b9b9; font-weight: bold;}

/* ================================================================= GRUPOS ================================================================ */


/* ================================================================== SITE ================================================================= */

.site { width:980px; margin-left:0px;}

/* ================================================================== TOPO ================================================================= */

		.site_topo { width:980px; height:44px;}
		/******/.site_topo_esq { width:265px; height:44px; float:left; background-image:url(../images/site_topo_esq.jpg)}
		/******/.site_topo_menu { width:705px; height:44px; float:left;	background-image:url(../images/menu/bg_menu.jpg);
}

/* ================================================================ ESQUERDA ================================================================= */

		.site_esq { width:265px; float:left;}
		/******/.site_esq_arte { width:265px; height:665px; float:left; background-image:url(../images/site_esq_arte.jpg)}

/* =============================================================== CONTEÚDO ================================================================ */

		.site_cont { width:705px; float:left;}
		/******/.site_cont_banner { width:705px; height:262px; float:left; background-image:url(../images/site_cont_banner.jpg)}
		/******/.site_cont_area { width:705px; height:407px; float:left;}
		
		/**************/.site_cont_esq { width:385px; height:407px; float:left;}
		/**************/.site_cont_dir { width:320px; height:407px; float: left;}
		
		/**********************/.site_box { width:339px; height:270px; margin-left:21px; position: absolute;}
		/**********************/.site_box_frase { width:364px; height:110px; margin-top:270px; margin-left:21px; position: absolute;
												  background-image:url(../images/site_box_frase.jpg)}
		/**********************/.banner_publicidade { width:295px; height:380px; float:right;}
		
		/******************************/.site_box_tit { width:168px; height:36px; float:left; background-image:url(../images/site_box_tit.jpg)}
		/******************************/.site_box_borda { width:339px; height:234px; float:left; background-image:url(../images/box_borda.jpg)}
		/******************************/.site_box_cont { width:315px; height:210px; margin:12px 12px; position:absolute; background-color:#FFFFFF}
		/******************************/.site_box_txt { width:275px; height: auto; margin:20px 20px; position:absolute; text-align:justify}
		
/* ================================================================= ROPAPÉ ================================================================ */

.rodape { width:100%; height:173px; float:left; background-color:#000000; color:#b9b9b9}

		.rodape_site { width:970px; height:173px; float:left;}
		/******/.rodape_esq { width:805px; height:173px; float:left;}
		/******/.rodape_dir { width:165px; height:173px; float:left; background-image:url(../images/rodape_dir_arte.jpg);}
		
		/**************/.barra_cima { width:805px; height:21px; float:left; background-color:#562d00}
		/**************/.barra_meio { width:805px; height:121px; float: left;}
		/**************/.barra_baixo { width:805px; height:31px; float:left; background-color:#562d00}
		
		/**********************/.barra_meio_cont { width:805px; height:80px; float:left; margin-top:22px; position:absolute;}
		/**********************/.barra_baixo_cont { width:300px; height:17px; float:right; margin-top:7px; margin-left:287px; position:absolute;color:#b9b9b9}
	
		/******************************/.b_meio_cont_1 { width:95px; height:45px; margin-left:30px; margin-top:40px; position:absolute; font-size:9px}
		/******************************/.b_meio_cont_2 { width:100px; height:80px; margin-left:286px; position:absolute;
															background:url(../images/tit_evento.jpg) no-repeat}
		/******************************/.b_meio_cont_3 { width:130px; height:80px; margin-left:480px; position:absolute;
															background:url(../images/tit_contatos.jpg) no-repeat}
		/******************************/.dux_design { width:86px; height:26px; margin-top:5px}

.rodape ul{ margin:20px 0px 0px 2px; padding:0; list-style-type:none;}

/* ============================================================== OBSERVAÇÕES ============================================================= */
/*
OBS1: Classes vazias já tiveram seus atributos definidos em "GRUPOS", favor não deletar, se houver a necessidade de inserção de algum atributo
específico a classe, saberemos onde encontrá-la.
*/