﻿@charset "utf-8";
/* CSS Document */

#root {
	position: relative;
	z-index: 1;
}

#main {
	position: relative;
	z-index: 1;
}

#container {
	width: 100%;
	height: 481px;
	_margin-top: -10px;
	_position: relative;
	_z-index: 1;
}

_.random1 { background: url(../img/layout/bg_homeRandom1.jpg) right top no-repeat; }
_.random2 { background: url(../img/layout/bg_homeRandom2.jpg) right top no-repeat; }
_.random3 { background: url(../img/layout/bg_homeRandom3.jpg) right top no-repeat; }

.tituloPagina img { margin: 2px 0 128px 57px; }

#homeFeature { position: absolute; margin-left: 495px; *margin: 0; }

.boxMercado {
	width: 485px;
	height: 218px;
	margin: 0 18px 0 0;
	_margin-right: 9px;
	border-top: 3px solid #aacc33;
}

#imgMercadoNoticias {
	position: absolute; z-index: 2; border-bottom: 3px solid #a6cc33;
}

.mercadoContainer {
	width: 300px;
	margin: 0 0 0 144px;
	position: absolute;
	z-index: 2;
	color: #FFF;
}

.mercadoContainer ul{
	margin-bottom: 9px;
}

.mercadoContainer h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 120%;
	font-weight: bold;
	margin: 15px 0 4px 0;
	padding: 0;
}

.mercadoContainer a {
	outline: none;
	text-decoration: none;
	color: #FFF;
}

.mercadoContainer img {
	margin: 5px 0 5px 0; border: 0;
}

.mercadoContainer .SmaisNoticia {
	margin-top: 0px;
}

.mercadoContainer ol, mercadoContainer ol li {
	margin: 8px 0 0 0;
	padding: 0;
	list-style: none;
	font-weight: bold;
}
.mercadoContainer ol li span {
	font-weight: normal;
}

#imgZoom {
	height: 100%; width: 100%; position: absolute; z-index: 10; text-align: center; display: none;
}


#flashHome{ position: absolute; width: 484px; height: 234px; top: 121px; left: 496px; z-index: 1000; }
.noticiasHome{ position: relative; width: 485px; height: 70px; border-top: 3px solid #a6cc33; top: 300px; left: 496px; padding: 0px; margin: 0px; margin-top: -221px; }
	.noticiasHome .titNoticias{ position: absolute; width: 125px; height: 15px; left: 0px; top: 0px; background: url(../img/titulos/titNoticias.gif) no-repeat; text-indent: -3000px; z-index: 2; }
	.noticiasHome .linkFoto{ position: absolute; width: 125px; height: 55px; top: 15px; left: 0px; z-index: 3;  }
	.noticiasHome .bgNoticias{ position: absolute; width: 485px; height: 70px; background: #000; filter:opacity(alpha=60); -moz-opacity:0.6; opacity:0.6; top: 0px; left: 0px; z-index: 1; }
	.noticiasHome .dataNoticia{ position: absolute; width: 115px; height: 16px; color: #fff; font-weight: bold; left: 135px; top: 25px; z-index: 4; }
	.noticiasHome .descNoticia a{ position: absolute; width: 195px;  color: #fff; font-weight: normal; left: 230px; top: 25px; z-index: 5; text-decoration: none; background:url(../img/layout/setaNoticia.gif) no-repeat bottom right; }
	.noticiasHome .descNoticia a:hover{ text-decoration: underline; }
