html {
	height: 100%;
}

* {
	margin: 0;
}

body
{
	margin: 0px; 
	background:#14535D url(../images/bg.png) repeat-x; 
	color: white; 
	font: 11px/17px 'Lucida Grande', arial, helvetica;
	height: 100%;
}

p {
	margin-bottom: 17px;
}

img {
	border: 0;
}

a {
	color: #7ca5ab;
	text-decoration: none;
}

a:hover {
	color: #fff;
}

#wrapper {
	height: 100%;
}

#site {
	position: relative;
	width: 1044px;
	height: 100%;
	background: url(../images/main_shadow.png) repeat-y;
}

#main {
	position: relative;
	width:1000px;
	height: 100%;
}

#logo {
	position: absolute;
	left: 69px;
	top: 40px;
}

#texto {
	position: absolute;
	left: 132px;
	top: 148px;
	width: 400px;
	text-align: left;
}

#gallery {
	position: absolute;
	left: 10px;
	top: 148px;
	width: 1000px;
	height: 300px;
	overflow: hidden;
}


.gallery li {
	list-style: none;
	float: left;
	width: 75px;
	height: 75px;
	margin: 0;
	padding: 0;
}

div.light_rounded {
	color: #929697;
}


#foto {
	position: absolute;
	right: 0px;
	top: 2px;
}

#menu {
	position: absolute;
	left: 132px;
	top: 482px;
	width: 400px;
	height: 45px;
}

#menu li {
	display: inline;
	list-style: none;
	width: 72px;
	height: 45px;
}

#menu a {
	width: 72px;
	height: 0px;
	overflow: hidden;
	padding-top: 45px;
}

#b1 {
	position: absolute;
	left: 0;
	background: url(../images/buttons.png) 0 0;
}


#b2 {
	position: absolute;
	left: 108px;
	background: url(../images/buttons.png) -108px 0;
}

#b3 {
	position: absolute;
	left: 216px;
	background: url(../images/buttons.png) -216px 0;
}

#b4 {
	position: absolute;
	left: 323px;
	background: url(../images/buttons.png) -323px 0;
}

#b1.sel,
#b1:hover {
	background: url(../images/buttons.png) 0 -45px;
}

#b2.sel,
#b2:hover {
	background: url(../images/buttons.png) -108px -45px;
}

#b3.sel,
#b3:hover {
	background: url(../images/buttons.png) -216px -45px;
}

#b4.sel,
#b4:hover {
	background: url(../images/buttons.png) -323px -45px;
}


#mercados {
	height: 315px;
	overflow: auto;
}

.mercado {
	margin-bottom: 20px;
}

.mercado h3 {
	
	background: #14535D;
	color: white;
}


