#market {
	width: 100%;
	height: 180px;
	margin: 3px 0px 0px 0px;
    position: relative;
    overflow: hidden;
    z-index: 0;
}
#slideshow {
    position: relative;
    float: left;
	width: 448px;
	height: 100%;
	background-color: #5E7392;
	border: 0px;
    overflow: hidden;
}
#slide-default {
    width: 448px;
    height: 163px;
    overflow: hidden;
}
#slide-default img {
    width: 100%;
    height: 100%;
}
#slideshow ul {
    display: block;
    list-style: none;
    margin: 0px;
    padding: 4px 5px 0px 0px;
    border: 0px;
    float: right;
    width: 9px;
    height: 9px;
    background-color: #5E7392;
}
#slideshow .vermas {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    border: 0;
    float: right;
    width: 70px;
    height: 9px;
    background-color: #5E7392;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}
#slideshow ul .selector {
	display: block;
    width: 100%;
    height: 100%;
	margin: 0;
	padding: 0;
	font-size: 1px;
    border-width: 1px;
    border-color:  #fff;
    background-color: #f0f0f0;
}
#slideshow ul .slide {
	display: none;
	text-decoration: none;
	position: absolute;
	left: 0px;
    bottom: 17px;
    height: 163px;
    width: 448px;
    border: 0;
    overflow: hidden;
    z-index: 1;
}
#slideshow ul .slide img {
    width: 100%;
    height: 100%;
}
#slideshow ul li a {
    display: block;
    width: 100%;
    font-family: Abadi MT Condensed;
    font-weight: bold;
    border: 0;
    color: #f0f0f0;
}
#slideshow ul:hover .selector {
    background-color: #3BB3C3;
}
#slideshow ul:hover .slide {
    display: block;
}
#news {
	float: left;
	width: 449px;
	height: 100%;
	margin: 0px;
	padding: 0px 0px 0px 4px;
    position: relative;
    text-align: left;
}
#news .newstitle {
	width: 440px;
    height: 20px;
	padding: 4px 0px 4px 9px;
	background-color: #F0F0F0;
}
#news .newstitle a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #384C6F;
}
#news .newstitle a:hover {
    text-decoration: underline;
}
#news .newscontent {
	width: 449px;
    height: 135px;
	padding: 0;
	background-color: #F0F0F0;
    overflow: auto;
}
#news ul {
    width: 406px;
    list-style-type: square;
	padding: 0;
    margin: 0px 0px 0px 25px;
    background-color: #F0F0F0;
    list-style-image: url(images/b1.jpg);
}
#news .newsitem {
	width: 100%;
	padding: 0;
    background-color: #F0F0F0;
}
#news .newsitem a {
    display: block;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #18472C;
	padding: 0;
}
#news .newsitem a:hover {
    text-decoration: underline;
}
#news .newsfloor {
    width: 444px;
    height: 17px;
    background-color: #5E7392;
    text-align: right;
    padding: 0px 5px 0px 0px;
    margin: 0;
}
#news .newsfloor a {
    display: block;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
    padding: 1px 0px 0px 0px;
    margin: 0;
}
#links {
	width: 100%;
	height: 200px;
	margin: 2px 0px 0px 0px;
	border-width: 2px 0px 0px 0px;
	border-style: solid;
	border-color: #fff;
    position: relative;
}
#links div {
    float: left;
    width: 220px;
    height: 100%;
    border: 1px solid #F0F0F0;
    background-color: #F0F0F0;
}
#links ul {
    text-align: left;
    margin: 0px 0px 0px 20px;
    padding: 0;
    list-style-image: url(images/b2.jpg);
}
#links ul a {
    font-family: Abadi MT Condensed;
    font-size: 14px;
    color: #384C6F;
}
#links a:hover {
    text-decoration: underline;
}
#links p {
    font-family: Abadi MT Condensed;
    font-size: 14px;
    color: #384C6F;
    text-align: left;
    margin: 0;
    padding: 0px 0px 6px 12px;
    list-style: square;
}
#links p a {
    font-family: Abadi MT Condensed;
    font-size: 14px;
    color: #384C6F;
    text-decoration: none;
}
#links .separador {
    float: left;
    width: 4px;
    height: 100%;
    border: 0px;
    background-color: #fff;
}
#partners {
	width: 100%;
	height: 64px;
	margin: 4px 0px 0px 0px;
	border-width: 3px 0px 0px 0px;
	border-style: solid;
	border-color: #485F7E;
    padding: 3px 0px 0px 0px;
	overflow: auto;
    position: relative;
    white-space: nowrap;
}
.partner {
	display: inline;
    height: 40px;
	border: 1px solid #c7c7c7;
}
