*{
	margin:0;
	padding:0;
}
body {background:#F6F6F6;font:normal 0.9em Arial; margin:0; padding:0; padding-bottom:60px; overflow: hidden;}

body
{
    overflow: hidden;
}

#container{
	width:1140px;
	height:500px;
	position:relative;
}

.noticia { 
    position: absolute;
    top: 200px;
    left: 650px;
    width: 300px;
    border: 1px solid #000000;
	border-left-width: 5px;
    word-wrap: break-word;
}

#noticia {
	float: right;
	border: 1px solid #000000;
    margin-top: 50px;

}


#container .prevButton{
	height:60px;
	width:68px;
	position:absolute;
	background:url('../images/slideshow-arrows.png') no-repeat;
	top:50%;
	margin-top:-36px;
	cursor:pointer;
	z-index:2000;
	background-position:left top;
	left:0
}

#container .prevButton:hover{ background-position:left bottom;left:0;}

#container .nextButton{
	height:60px;
	width:68px;
	position:absolute;
	background:url('../images/slideshow-arrows.png') no-repeat;
	top:50%;
	margin-top:-36px;
	cursor:pointer;
	z-index:2000;
	background-position:right top;
	right:0
}

#container .nextButton:hover{background-position:right bottom;right:0;}

#container ul{
	margin-top: 100px;
	width:1000px;
	height:500px;
	list-style:none outside none;
	position:relative;
	overflow:hidden;
}

#container li:first-child{
	display:list-item;
	position:absolute;
}

#container li{
	position:absolute;
	display:none;
}

#social {	
	float: right;
    margin-top: 10px;
    text-align: center;
}

#social img {
	margin-left:10px;
	margin-right:10px;
	width: 30px;
}

#topimage {
    position: relative;
}
#topimage img {
	width:175px;	
    position: absolute;
    top: -80px;
    left: 20px;
}


