@charset "utf-8";
/* CSS Document */

html, body {
margin:0;
	padding:0;
	width:100%;
	height:100%;
	background-color:#E8E8E8;
	color:#000;
	font:75%/1.4 Arial, Helvetica, sans-serif;
}

#popup {
	position: absolute;
	z-index: 500000;
	width:250px;
	height:auto;
	left:370px;
	top:350px;
	text-align: right;
	background-color:#FFf;
	visibility:visible;
}
#popup img{width:250px; height:auto;}

h1 {font-size: 48px;}
h2 {font-size: 36px;}
h3 {font-size: 24px;}
h4 {font-size: 18px;}
h5 {font-size: 16px;}
h6 {font-size: 14px;}
img {border:none;}
#tudo {
	position:absolute;
	width:998px;
	height:auto;
/*	width: 100%;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #fff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header { 
	background: #FFF; 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin-bottom:10px;
} 
#tudo #header #topo { position: relative;
	width: auto;
	height:20px;
	left:10px;
	top:5px;
}
#tudo #header #topo a:link,#tudo #header #topo a:visited{
	color:#000;
	text-decoration:none;
}	
#tudo #header #topo a:hover{
	color:#000;
	text-decoration: underline;
}	

#tudo #titulo{
	background-image:url(../img/fundo_barra.png);
	background-repeat:repeat-y;
	height:85px;
}
#tudo #titulo .logo {
	position:absolute;
	width:218px;
	height:60px;
	left:12px;
	top:36px;
}
#tudo #titulo .logo img{
	width:218px;
	height:60px;

}	

#tudo #titulo .banner{
	position:absolute;
	width:468px;
	height:60px;
	top:36px;
	left:265px;
	background-color:#FFF;
}

#tudo #titulo .relogio {
	position: absolute;
	width:180px;
	height:60px;
	left:780px;
	background-image:url(../img/relogio.gif);
	top:36px;
}	

#tudo #titulo .relogio .hora {
	position:absolute;
	font-family:Arial, Helvetica, sans-serif;
	font-size:2.75em;
	font-weight:bold;
	color:#FFF;
	top:7px;
	left:10px;
}

#tudo #titulo .relogio .link {
	position:absolute;
	width:80px;
	height:50px;
	top:0;
	right:20px;
	background-color:#FFFF00;
	padding-left:3px;
	padding-top:10px;
}


/***** barra de banners  */
#barra_banner{ position:relative; padding:10px 0; width:988px; height:35px; float:left; background-color:#E8E8E8}
#barra_banner .banner1 {position:absolute; width:120px; height:35px; left:22px; background-color:#FFF; background-image:url(../img/destaque/btn_anuncie.jpg);}
#barra_banner .banner2 {position:absolute; width:120px; height:35px; left:161px; background-color:#FFF; background-image:url(../img/destaque/btn_divulgue.jpg);}
#barra_banner .banner3 {position:absolute; width:120px; height:35px; left:300px; background-color:#FFF; background-image:url(../img/destaque/btn_anuncie.jpg);}
#barra_banner .banner4 {position:absolute; width:120px; height:35px; left:439px; background-color:#FFF; background-image: url(../img/destaque/btn_invista.jpg);}
#barra_banner .banner5 {position:absolute; width:120px; height:35px; left:578px; background-color:#FFF; background-image:url(../img/destaque/btn_anuncie.jpg);}
#barra_banner .banner6 {position:absolute; width:120px; height:35px; left:717px; background-color:#FFF; background-image:url(../img/destaque/btn_anuncios.jpg);}
#barra_banner .banner7 {position:absolute; width:120px; height:35px; left:856px; background-color:#FFF;background-image:url(../img/destaque/btn_anuncios.jpg);}

/***** menu esquerda */
#coluna_esquerda {
	width:160px;
	height:auto;
	left:0;
	margin-top:10px;
	float:left;
/*	border-right:#999999 solid 0.15em;*/
	margin-right:10px;
	padding: 0; /* top and bottom padding create visual space within this div */
	
}
#coluna_esquerda #menu {
	position:relative;
	width:140px;
	height:auto;
	left:17px;
	font-weight:bold;
	font-size:1.25em;
	list-style: url(../img/menu1.jpg);
	top: 0;
	padding:0;
	overflow:hidden;
	background-color: #FFFFFF;
}

#coluna_esquerda #menu a{color:#000000; text-decoration:none;}
#coluna_esquerda #menu a:hover{color:#000000; text-decoration: underline;}

#coluna_esquerda #menu .submenu { position:relative;
	font-size:0.8em; 
	padding-left:10px; 
	list-style: url(../img/submenu1.gif); 
	 
	 
	 
}
#coluna_esquerda #menu #submenu a{color:#999; text-decoration:none;}
#coluna_esquerda #menu #submenu a:hover{color:#999; text-decoration: underline;}

#coluna_esquerda #videoteca {
	position:relative; 
	width:140px; 
	height: auto; 
	left:-20px; 
	border-top:#999999 dotted 0.1em; 
	padding:0;
}
#coluna_esquerda #videoteca h3 { font-size:1.5em; color: #009; font-weight:bold; text-align:center;}
#coluna_esquerda #videoteca ul {
	height:auto;
	font-size:1.20em;
	top: 0;	
}
#coluna_esquerda #videoteca li{	list-style: url(../img/menu_ver.gif);}
#coluna_esquerda #videoteca a{color:#000; text-decoration:none;}
#coluna_esquerda #videoteca a:hover{color:#000; text-decoration: underline;}
#coluna_esquerda #videoteca .mais{font-size:1.0em; color: #009; float:right; list-style:none;}

#coluna_esquerda #sites{
	position:relative;
	width:140px;
	height: auto;
	left:-0px;
	top:10px;
	padding: 0;
	border-top:#999999 dotted 0.1em;
	border-bottom:#999999 dotted 0.1em;
	background-color: #FFFFFF;
}
#coluna_esquerda #sites h3 { font-size:1.5em; color: #009; font-weight:bold; text-align:center;}
#coluna_esquerda #sites ul {
	height:auto;
	font-size:1.20em;
	list-style: url(../img/menu_ver.gif);
	top: 0;	
}
#coluna_esquerda #sites a{color:#000; text-decoration:none;}
#coluna_esquerda #sites a:hover{color:#000; text-decoration: underline;}


/* propaganda lateral esquerda */

.prop_esquerda { position:relative; width:140px; height:180px; left:5px; top:20px; margin-bottom:10px;}

/***** barra de cabecalho  */
#meio {
	position:relative;
	margin: 65px 293px 0 165px; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	width: 510px;
	height:1695px;
	background-color: #FFFFFF !important;
	border-left:#999999 solid 0.1em;
	border-right:#999999 solid 0.1em;
	padding:0 15px 0 5px;
} 

#meio #cabecalho {
	width:510px;
	height:25px;
	background-color:#FFF;
	border:#999999 solid 0.1em;
/*	position:absolute;*/
}
#meio #cabecalho img {border:none; width:22px; height:22px;}
#meio #cabecalho .data {position: absolute; width: auto; margin-top:5px; left:10px;}
#meio #cabecalho .rss  {position: absolute; width:38px; height:22px; left:220px; margin-top:2px;}
#meio #cabecalho .home {position: absolute; width: auto; height:22px; left:260px; margin-top:2px;}
#meio #cabecalho .home .home1 {
	position:absolute;
	margin-top:5px;
	width:219px;
	left:27px;
}

#meio #cabecalho .home a:link, 
#meio #cabecalho .home a:visited {	color:#000000;
	text-decoration:none;}
#meio #cabecalho .home a:hover {	color:#000000;
	text-decoration: underline;}



/***** materias em destaque  */
#ultimas{
	position:relative;
	width:520px;
	height:450px;
	background-color:#FFF;
	margin-top:10px;
	border-bottom:#999999 solid 0.1em;
	top: 5px;
}
#ultimas #dest_foto{ position:relative; width:250px; height:260px; background-color:#FFF;}

#ultimas #ultimas_txt {
	position:absolute;
	width:245px;
	height:285px;
	top:5px;
	left:267px;
	overflow:hidden;
}
#ultimas #foto {
	position: absolute;
	width:230px;
	height:240px;
	left:0;
	top:0;
	background-color:#FFC;
	display:none;
	padding:0 10px;
}
#ultimas #foto img {width:250px;height:170px; padding:0;}
#ultimas #foto .imagem a{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:1.3em; 
	color: #000; 
	text-align: center; 
	text-decoration:none; 
	line-height:18px; 
}
#ultimas .tit  {
	position: absolute;
	width:230px;
	height:20px;
	left:0;
	top:240px;
	background-color: #FFF;
	padding-left:10px;
	padding-right:10px;
}

#ultimas #navegar {position:absolute;
bottom:0;
left:10px;
width:230px;
z-index:5000;
}
#ultimas #navegar .next{float:right; margin-right: 30px;}
#ultimas #navegar .previous{float: left;margin-left: 30px;}

/* destaque matérias em texto */

#ultimas .titulo_destaque{font-size: 1.5em; color:#FFF; font-weight: bold;text-decoration: none; font-family:Arial, Helvetica, sans-serif; background-color:#F00; padding: 0 10px; margin-bottom:0px;}
#ultimas #tabelas {
	width:490px;
	height:140px;
	background-color:#EEE;
	position:relative;
	margin:20px 0 0 5px;
	padding:10px;
}

#ultimas #tabelas .quadrado { position:relative; width:115px; height:140px; margin-right:10px; background-color:#FFF; float:left;}
#ultimas #tabelas .quadrado2 { position:relative; width:115px; height:140px; margin-right:0px; background-color:#FFF; float:left;
}
#ultimas #tabelas .quadrado .foto  {position:absolute; width:115px; height:80px; margin:0 0 10px 0; background-color:#FFC;}
#ultimas #tabelas .quadrado .texto a{position:absolute; top:80px; width:105px; height:50px; font-size: 1.25em; line-height:1.25em;color:#000;	font-weight: bold;	text-decoration: none; font-family:Arial, Helvetica, sans-serif; padding:5px;}

#ultimas #tabelas .quadrado2 .foto {position:absolute; width:115px; height:80px; margin:0 0 10px 0; background-color:#FFC;}
#ultimas #tabelas .quadrado2 .texto a{position:absolute; top:80px; width:105px; height:50px; font-size: 1.25em; line-height:1.25em;color:#000;	font-weight: bold;	text-decoration: none; font-family:Arial, Helvetica, sans-serif; padding:5px;}

#ultimas_txt .ultimas_dest {
	position: relative;
	width:245px;
	height:auto;
	border-bottom:#999999 dotted 0.1em;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	text-align:left;
	text-decoration:none;
	padding-bottom:5px;
}

#ultimas_txt .ultimas_dest .chapeu a {
	font-size:1.5em;
	color: #b00;
	font-weight:bolder;
	margin-top:10px;
	text-decoration:none;
}

.ultimas_dest .manchete{
	color:#000;
	font-size:2.0em;
	font-weight:bold;
	line-height:1.25em;
	text-decoration:none;
/*	margin-bottom:5px;*/
}

.ultimas_dest .manchete1{
	color:#000;
	font-size:1.8em;
	font-weight:bold;
	line-height:1.25em;
	text-decoration:none;
/*	margin-bottom:5px;*/
}


#ultimas_txt .ultimas_dest ul {
	color:#000;
	font-size:1.3em; 
	font-weight: normal; 
	color: #000;	
	list-style:url(../img/menu_ver.gif);
	margin:0;
	padding-left:15px;
	text-decoration:none;
}
#ultimas_txt .ultimas_dest li a{text-decoration:none;	color: #000;}


#ultimas_txt .titulo a {font-family: Arial, Helvetica, sans-serif; font-size:1.8em; font-weight:bold; color: #000; text-align: left; text-decoration:none; line-height:1.25em;margin-bottom:5px;}
#ultimas_txt .subtitulo a {font-family: Arial, Helvetica, sans-serif; font-size:1.8em; font-weight:bold; color: #000; text-align: left; text-decoration:none; line-height:1.25em;margin-bottom:5px;}




/***** bloco de notícias  */
#destaque { width:510px; height:35px; padding:0; margin-top:10px;}
#destaque #nome {
	background-image:url(../img/destaque.jpg);
	margin:0;
	border:none;
	width:120px;
	height:35px;
	position:relative;
	float:left;
}
#destaque #materia {
	width:360px;
	height:32px;
	padding:1px 10px;
	position:relative;
	border:solid #F00 0.1em;
	float:right;

}
#destaque #materia a{font-family:Arial, Helvetica, sans-serif;
	font-size:1.4em;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}

#noticias {
	position:relative;
	width:498px;
	height: auto;
	margin-top:10px;
	background-color:#FFF;
	padding:10px 5px 0 5px;
}
#noticias .titulo_noticia{font-size: 3.5em; color:#F00; font-weight: normal;text-decoration:none; font-family:Arial, Helvetica, sans-serif;}
#noticias .titulo{font-size: 1.5em; color:#F00; font-weight:bolder;text-decoration:none;}

#noticias .titulo a{text-decoration:none; color:#F00;}
#noticias .materias {
	position:relative;
	width:500px;
	height: 373px;
	border:#999999 solid 0.1em;
	padding: 0 5px 0 5px;
}
#noticias .noticias1{
	width:330px;
	color:#000000;
}
#noticias .noticias1 ul{ list-style:none; margin:0; padding:0; color:#000;}
#noticias .subsecao a{ font-size:1.5em; color: #900; font-weight:bold; text-align: left; text-decoration:none; margin-top:10px;}
#noticias #foto_religiao {width:140px; margin: 0 5px 5px 5px;}
#noticias #foto_religiao img {width:140px; border:none;}


#noticias .titulo2 {font-size:1.0em; color: #000; font-weight:100; text-align: left;}
#noticias .titulo2 a {text-decoration:none; color:#000000;}
#noticias .titulo2 a:hover {text-decoration: underline; color:#000000}

#noticias #fotos {
	position: absolute;
	width:150px;
	height:340px;
	margin-right:5px;
	background-color:#FFF;
	right:0;
	top: 10px;
}

#noticias #fotos .destaqf1{ height:165px; width:150px; margin-bottom:0px;}
#noticias #fotos .destaqf2{ height:165px; width:150px; margin-bottom:0px; margin-top:10px;}


#noticias #fotos .foto img{width:150px; height:115px;}
#noticias #fotos .texto { background-color:#f7eeb4; 
	height:40px; 
	width:140px; 
	font:1.2em/1; 
	font-weight:bold; 
	font-style: normal;
	font-weight:bold;
	padding:5px;
	}
#noticias #fotos .texto a {text-decoration:none; color:#000}
#noticias #fotos .texto a:hover {text-decoration: underline; color:#000}


#noticias #colunas{
	width:330px;
	height:90%;
	color:#000000;
	margin-top:10px;
	position:relative;
}

#noticias #colunas .coluna1{
	width:156px;
	height:90%;
	color:#000000;
	left:0;
}

#noticias #colunas .coluna2{
	position:absolute;
	width:156px;
	color:#000000;
	top:0px;
	right:0;
}

#noticias .coluna1 ul{ list-style:none; margin:0; padding:0 0 0 5px; color:#000;}
#noticias .coluna2 ul{ list-style:none; margin:0; padding:0 0 0 5px; color:#000;}
#noticias .noticia ul{ list-style:none; margin:0 0 2px 0;padding:0 0 5px 5px; color:#000; border-bottom: #999 dotted 0.1em;}

#noticias #colunas .texto a{font-size:1.4em; color:#000; text-decoration:none; width:150px; }
#noticias #colunas .texto a:hover{text-decoration:underline;}

#noticias #colunas .secao {margin-bottom:5px;}
#noticias #colunas .secao a{font-family:Arial, Helvetica, sans-serif; font-size:1.75em; font-weight:bold; color:#009; }

#noticias #colunas .texto1 a{font-size:1.1em; color:#000; text-decoration:none; width:80px;}
#noticias #colunas .foto img{width:76px; height:80px; background-color:#FFFFFF; float:right;}
#noticias #colunas .foto2 img{width:110px; height:84px; background-color:#FFFFFF; margin-top:5px;}



/* UMBANDA */

#umbanda {
	width:500px;
	height:360px;
	padding:5px;
	position:relative;
	margin-top:10px;
	border: #999999 solid 0.1em;
	/*min-height:360px;*/
}
#umbanda #coluna1{
	width:156px;
	height:90%;
	color:#000000;
	left:5px;
	top:10px;
		position:absolute;
}
#umbanda #coluna2{
	position:absolute;
	width:156px;
	color:#000000;
	top:10px;
	left:180px;
}
#umbanda #coluna1 ul{ list-style:none; margin:0; padding:0 0 0 5px; color:#000;}
#umbanda #coluna2 ul{ list-style:none; margin:0; padding:0 0 0 5px; color:#000;}
#umbanda ul li { border-bottom:#000000 dotted 0.1em; line-height:2.0em; }
#umbanda .subsecao {border:none;}

#umbanda #coluna1 .titulo{font-size: 1.5em; color:#009; font-weight:bolder;text-decoration:none;}

#umbanda .texto1 a{font-size:1.4em; color:#000; text-decoration:none; width:150px; }
#umbanda .texto1 a:hover{text-decoration:underline;}




/* #tvsu { width:340px; height:360px; top:0; right:0; position:absolute;}*/


/************************************************ 
BANNERS DE DIVULGAÇÃO CENTRAL 
DISPONIVEIS 8 BANNER DE 325 X 90 OU SEUS MULTIPLOS 
*************************************************/

#meio #banners_int{
	margin:10px 0 0 0;
	padding:0;
	height:AUTO;
	width:510px;
	float:left;
	position:relative;
	background-color: #FFFFFF;

}
#meio #banners_int #banner1{ position:relative; float:left;  width:250px; height:auto; background-color:#FFF; margin-bottom:10px;}
#meio #banners_int #banner1 img { border:none;}

#meio #banners_int #banner2{ position:relative; float:right; width:250px; height:190px; background-color:#FFF;margin-bottom:10px;}
#meio #banners_int #banner2 img {width:250px; height:190px; border:none;}

#meio #banners_int #banner3{ position:relative; float: right;  width:250px; height:90px; background-color:#FFF;margin-bottom:10px;}
#meio #banners_int #banner3 img {width:250px; height:90px; border:none;}

#meio #banners_int #banner4{ position:relative; float:right; width:250px; height:90px; background-color:#FFF;margin-bottom:10px;}
#meio #banners_int #banner4 img {width:250px; height:90px; border:none;}

#meio #banners_int #banner5{ position:relative; float:left;  width:510px; height:190px; background-color:#FFF;margin-bottom:10px;}
#meio #banners_int #banner5 img {width:510px; height:190px; border:none;}

#meio #banners_int #banner6{ position:relative; float:right; width:250px; height:90px; background-color:#FFF;margin-bottom:10px;}
#meio #banners_int #banner6 img {width:250px; height:90px; border:none;}

#meio #banners_int #banner7{ position:relative; float:left;  width:250px; height:90px; background-color:#FFF;margin-bottom:10px;}
#meio #banners_int #banner7 img {width:250px; height:90px; border:none;}

#meio #banners_int #banner8{ position:relative; float:right; width:250px; height:90px; background-color:#FFF;margin-bottom:10px;}
#meio #banners_int #banner8 img {width:250px; height:90px; border:none;}


/***** coluna direita */
#coluna_direita {
	width:293px;
	height:auto;
/*	border-left:#999999 solid 0.1em;*/
	margin-top:10px;
	float:right;
	padding: 0; /* top and bottom padding create visual space within this div */
	padding-left: 10px;
	background-color: #FFFFFF;
}

#coluna_direita .tit_col_dir{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size:1.2em; color:#000; font-weight:bold; border-bottom:#999999 dotted 0.1em; width:293px; margin:0 0 15px 0; }
#coluna_direita #mensagem {width:283px; margin-bottom:10px; padding:0 5px 10px 5px; border:#000 solid 0.1em; background-color:#FFFFCC; text-align: left;}


#coluna_direita .fot_class { position:absolute; bottom:0; margin:0; padding:0; width:50px; height:50px; }
#coluna_direita .fot_class img {border:0; width:50px; height:50px;}
#coluna_direita .txt_class a{ font-family:Arial, Helvetica, sans-serif; font-size:1em; font-weight:100; color:#000000; text-decoration:none; left:55px; width:80px; position:absolute; line-height:normal;}
#coluna_direita .nom_class {color: #333399; font-size:1em; background-color:#FFF; text-decoration:none; }
#coluna_direita .nom_class1 {color: #333399; font-size:0.9em; background-color:#FFF; text-decoration:none;font-stretch: condensed; }
#coluna_direita .nom_class a{font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold; color: #333399; font-size:1em; background-color:#FFFFFF; text-decoration:none; }
#coluna_direita .nom_class1 a{font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold; color: #333399; font-size:0.9em; background-color:#FFFFFF; text-decoration:none; font-stretch: condensed;}

#coluna_direita #xaxado {position:relative;
	width:288px;
	height:97px;
	float:left;
	left:0;
	margin-bottom:10px;
	border:#000000 solid 0.1em;
}

#coluna_direita #class1 {position:relative; float:left; width:135px; height:65px; margin-bottom:10px; }
#coluna_direita #class2 {position:relative; float: right; width:135px; height:65px; margin-bottom:10px;}
#coluna_direita #class3 {position:relative; float:left; width:135px; height:65px; background-color:#FFc; margin-bottom:10px;}
#coluna_direita #class4 {position:relative; float: right; width:135px; height:65px; background-color:#FFc;margin-bottom:10px;}
#coluna_direita #class5 {position:relative; float:left; width:135px; height:65px; background-color:#FFC; margin-bottom:10px;}
#coluna_direita #class6 {position:relative; float: right; width:135px; height:65px; background-color:#FFC;margin-bottom:10px;}
#coluna_direita #class7 {position:relative; float:left; width:137px; height:65px; background-color:#FFFFCC; margin-bottom:10px;background-image:url(../img/PROPAGANDA/classificado.gif);}
#coluna_direita #class8 {position:relative; float: right; width:135px; height:65px; background-color:#FFFFCC;margin-bottom:10px;}
#coluna_direita #class9 {position:relative; float:left; width:135px; height:65px; background-color:#FFFFCC; margin-bottom:10px;background-image:url(../img/PROPAGANDA/classificado.gif);}
#coluna_direita #class10 {position:relative; float: right; width:135px; height:65px; background-color:#FFFFCC;margin-bottom:10px;background-image:url(../img/PROPAGANDA/classificado.gif);}
#coluna_direita #class11 {position:relative; float:left; width:135px; height:65px; background-color:#FFFFCC; margin-bottom:10px;background-image:url(../img/PROPAGANDA/classificado.gif);}
#coluna_direita #class12 {position:relative; float: right; width:135px; height:65px; background-color:#FFFFCC;margin-bottom:10px;background-image:url(../img/PROPAGANDA/classificado.gif);}
#coluna_direita #class13 {position:relative; float:left; width:135px; height:65px; background-color:#FFFFCC; margin-bottom:10px;background-image:url(../img/PROPAGANDA/classificado.gif);}
#coluna_direita #class14 {position:relative; float: right; width:135px; height:65px; background-color:#FFFFCC;margin-bottom:10px;background-image:url(../img/PROPAGANDA/classificado.gif);}
#coluna_direita #class15 {position:relative; float:left; width:135px; height:65px; background-color:#FFFFCC; margin-bottom:10px;background-image:url(../img/PROPAGANDA/classificado.gif);}
#coluna_direita #class16 {position:relative; float: right; width:135px; height:65px; background-color:#FFFFCC;margin-bottom:10px;background-image:url(../img/PROPAGANDA/classificado.gif);}

#coluna_direita #banner {
	position:relative;
	width:288px;
	height:255px;
	background-color:#FbbFCC;
	float:left;
	left:0;
	margin-bottom:10px;
}
#coluna_direita #banner img {border:none; width:288px; height:255px;}

#coluna_direita #prop_dir {	position:relative;
	width:288px;
	height:100px;
	float:left;
	left:0;
	margin-bottom:10px;
	border:#000000 solid 0.1em;
	}

#coluna_direita #prop_dir .barra{ position:absolute; width:288px; height:27px; background-color:#060;}

#parceiros{
	position:relative;
	width:288px;
	height:550px;
	float:left;
}
#parceiros .bloco {width:288px; height:520px; border:#999999 solid 0.1em; margin-top:5px; }
#parceiros .subsecao {font-family:Arial, Helvetica, sans-serif; font-size:1.75em; color:#009; font-weight: bold;}
#parceiros .fot_par {	position:relative;
						width:40px; 
						height:40px; 
						margin:10px 10px 0 10px; 
						float:left; 
						text-decoration:none;
						color:#000000;}
#parceiros .fot_par img{border:none; width:40px; height:40px;}

#parceiros .txt_par a{font-family:Arial, Helvetica, sans-serif; font-size:1em; width:208px; height:40px; text-align:left;  position:relative; float:left; margin-top:10px;text-decoration:none;
						color:#000000;  }
#parceiros .txt_par a:hover{ text-decoration:underline; color:#000;}

#parceria {
	position:relative;
	width:98%;
	height:305px;
	padding:10px;
	background-color:#Fff;
	margin:0;
	margin-top:10px;

/*	border-top:#666 double 2px;*/
}
#parceria img {border:none;}
#parceria h1 {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:1.5em; float:left; color:#900; padding:0; margin:0;}
#parceria .parceiro1 {width:120px; height:60px;	background-color:#FFC;	position: absolute;	top:40px;left:10px;}
#parceria .parceiro2 {width:120px; height:60px;	background-color:#FFC;	position: absolute;	top:40px;left:139px;}
#parceria .parceiro3 {width:120px; height:60px;	background-color:#FFC;	position: absolute;	top:40px;left:268px;}
#parceria .parceiro4 {width:120px; height:60px;	background-color:#FFC;	position: absolute;	top:40px;left:397px;}

#parceria .parceiro5 {width:120px; height:60px;	background-color:#FFC;	position: absolute;	top:110px;left:10px;}
#parceria .parceiro6 {width:120px; height:60px;	background-color:#FFC;	position: absolute;	top:110px;left:139px;}
#parceria .parceiro7 {width:120px; height:60px;	background-color:#FFC;	position: absolute;	top:110px;left:268px;}
#parceria .parceiro8 {width:120px; height:60px;	background-color:#FFC;	position: absolute;	top:110px;left:397px;}

#parceria .parceiro9  {width:120px; height:60px;background-color:#FFC;	position: absolute;	top:180px;left:10px;}
#parceria .parceiro10 {width:120px; height:60px;background-color:#FFC;	position: absolute;	top:180px;left:139px;}
#parceria .parceiro11 {width:120px; height:60px;background-color:#FFC;	position: absolute;	top:180px;left:268px;}
#parceria .parceiro12 {width:120px; height:60px;background-color:#FFC;	position: absolute;	top:180px;left:397px;}

#parceria .parceiro13 {width:120px; height:60px;background-color:#FFC;	position: absolute;	top:250px;left:10px;}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#footer{
	float:left;
	width:100%;
	height:70px;
	background-color:#600;
	position:relative;
	margin-top:30px;
	bottom:0;
}

#footer #texto{margin:10px; padding:0;color:#FFFFFF;font-family:Arial, Helvetica, sans-serif; font-size:1em; text-align:center; text-decoration:none;}
#footer #texto a{ font-family:Arial, Helvetica, sans-serif; font-size:1em; text-align:center; text-decoration:none;color:#FFFFFF }
#footer #texto a:hover{text-decoration:underline;}
