ul, li, h4, h3, h2, h1, p{
	padding:0;
	margin:0;
	list-style:none;
}

.next, .prev{
	cursor:pointer;
}
#slider{
	overflow:hidden;
	width:960px;
	/*border:1px solid #777;*/
}

	#slider ul{
		width:139000px;
		padding-left:225px;
	}

		#slider li{
			float:left;
			margin:0 30px 0 25px;
			/*cursor: pointer;*/
		}
.controls {
	margin : auto;
	text-align: center;
	width:960px;
	height:55px;
	z-index: 2;
	position: absolute;
	margin-top: 10px;
}
.controls a {
	display: inline-block;
	text-decoration: none;
	color:#fff;
	margin: 4px;
	width: 11px;
	height: 11px;
}
.controls a:hover {
	border-radius : 5px 5px 5px 5px;
	text-decoration: none;
}
.controls a.active {
	background-color: #ddd;
	text-decoration: none;
}
#news {
	position:relative;
	height:490px;
	width:960px;
	margin:auto;
}
#news .next {
	display:none;
	position:absolute;
	margin-top: -45px;
	width: 52px;
	height: 52px;
	float:right;
	margin-left: 905px;
	padding-top: 2px;
	background:url(../images/news_arrow_right.png) no-repeat;
	color: #fff;
	z-index: 10
}
#news .prev {
	display:none;
	position:absolute;
	margin-top: -45px;
	float:left;
	width: 52px;
	height:52px;
	padding-top: 2px;
	color: #fff;
	background:url(../images/news_arrow_left.png) no-repeat;
	z-index: 10
}
#news:hover .next {
	display: block !important;
	text-decoration:none;
}
#news:hover .prev {
	display: block !important;
	text-decoration:none !important;
}
/* IE specific */
.controls .IE7.prev {
	margin-left: -100px;
}
.controls .IE7.next {
	margin-left: 828px;
}
/* caption */
.caption {
	position:absolute;
	width:978px;
	background-color: #000;
	opacity : 0.7;
	color: #fff;
	font-size : 14px;
	font-family: 'Tienne';
	padding : 10px;
	height: 20px;
	filter: alpha(opacity = 70);
}
.imgIzq {
	float:left;
	width:230px;
	height:450px;
}
.imgIzq span.titulo {
	color: #C90;
}
.imgIzq img{
	margin:7px 0;
}
.contNot {
	float:left;
	text-align:justify;
	margin-left:12px;
	width:335px;
	padding:0;
	height:410px;
	overflow:auto;
}
.noticia {
	width:580px;
	height:410px;
	border-top:8px solid #000;
	padding-top:10px;
	font-size:11px;
}
