/* 
-----------------------------------------------------------------------------------------------------------
Section - Home
-----------------------------------------------------------------------------------------------------------
*/

/* Content
-------------------------------------------------*/

body#home div#outer-content {
	background:#fffcf4 url(../_img/bg-content-home.jpg) repeat-x;
	padding:21.1em 0 0 0;
}

/* Products
-------------------------------------------------*/

body#home div#content div#products {
	display:none;
}

/* Media Types
-------------------------------------------------*/

body#home div#content dl#mediatypes {
	width:57em;
	float:right;
	padding-top:23px;
}

body#home div#content dl#mediatypes dt {
	font-size:14px;
	font-weight:bold;
	color:#e0d1a8;
	text-transform:uppercase;
	cursor:pointer;
	background:url(../_img/plus-orange.gif) no-repeat left center;
	padding-left:10px;
	
}
body#home div#content dl#mediatypes dt.active {
	background:url(../_img/arrow-dark-orange.gif) no-repeat left center;
	color:#ff7200;
}

body#home div#content dl#mediatypes dd {
	position:relative;
	margin-bottom:10px;
	padding:0 100px 0 10px;
	line-height:18px;
	color:#896309;
}
body#home div#content dl#mediatypes dd a {
	background:url(../_img/bt-mais-detalhes.gif) no-repeat;
	width:95px;
	height:32px;
	display:block;
	float:right;
	position:absolute;
	right:0;
	bottom:0;
}
body#home div#content dl#mediatypes dd a:hover {
	background-position:0 -32px;
}

/* Targeted Lists
-------------------------------------------------*/

body#home div#content div#targeted-lists {
	clear:both;
	padding:25px 0;
	position:relative;
}

body#home div#content div#targeted-lists ul {
	background:url(../_img/arrow-orange.gif) no-repeat left center;
	padding-left:30px;
	margin-left:25px;
	float:left;
}

body#home div#content div#targeted-lists ul li {
	display:inline;
	color:#896309;
	line-height:33px;
}
body#home div#content div#targeted-lists a.show-all {
	background:url(../_img/bt-ver-todos-criterios.gif);
	width:95px;
	height:32px;
	float:right;
}
body#home div#content div#targeted-lists a.show-all:hover {
	background-position: 0 -32px;
}
/*   CHAMADAS HOME 
-------------------------------------------*/

.chamadas_home
{
	position:relative;

	margin: auto; 
	width:920px;
	z-index:0;
}

.posicao1
{
	position:absolute;
	width:367px;
	height:275px;
	left:0;

}
.posicao2
{
	position:absolute;
	left:570px;
	/*top:13px;*/
	width:387px;
	height:275px;

}
.posicao3
{
	position:absolute;
	left:1000px;
	/*top:0px;*/
	width:367px;
	height:255px;

}
.posicao4
{
	position:absolute;
	left:1550px;
	/*top:0px;*/
	width:367px;
	height:275px;

}


.chamada_imagem1
{
	float:left;
	z-index:2;
}
.chamada_texto1
{
	position:relative;
	float:left;
	width:350px;
	height:264px;
	color:#FFF;
	left:290px;
	top:-122px;
	font-size:13px;
	z-index:0;
}
.chamada_imagem2
{
	z-index:2px;
}
.chamada_texto2
{
	position:relative;
	text-align:right;
	left:-203px;
	top:-232px;
	width:367;
	height:255;
	color:#FFF;
	font-size:13px;
	z-index:0;
}
#seta_esquerda1, #seta_esquerda2
{
	position:absolute;
	left:1px;
	top:115px;
	width:16px;
	height:11px;
	z-index:0;
	/*background-image:url(../_img/left.jpg);
	background-repeat:repeat-x;*/
}
#seta_direita1, #seta_direita2
{
	position:absolute;
	left:920px;
	top:115px;
	width:17px;
	height:11px;
	z-index:0;
	/*background-image:url(../_img/right.jpg) ;
	background-repeat:repeat-x;*/
}
div#contentmask 
{
	position:absolute;
	top:0px;
	float:left;
	margin:1px #F00 solid;
	width:100%;
	height:280px;
	overflow: hidden !important;
	overflow-y: hidden !important;
}

#Fundo_PopUp
{
	width:0;
	*width:0;
	height:0;
	*height:0;
	position:absolute;
	*position:absolute;
	/*background-color:#fff;
	opacity:0.95;
	-moz-opacity: 0.95;
	filter: alpha(opacity=95);
	left:0;
	top:0;*/
	z-index:1;

	}





































































































































