

.sliderAvisos{
	position:relative;
	overflow:hidden;
	width:298px; height:368px;
}

/*navegacion*/

.navegacion{
	position:absolute;
	left:0; bottom:15px;
	width:100%;
	height:11px;
	z-index:2;
	text-align:center;
}
.navegacion ul{	
	margin:0; padding:0;
	margin:0 auto !important;
	text-align:center !important;
	overflow:auto;
}
.navegacion li{
	position:relative;
	display:inline;
	list-style:none;
	margin:0 7px 0 0; padding:0;
	
}
.navegacion a{
	display:inline-block; background:#c2c2c2; width:8px; height:8px; margin-bottom:1px;
}
.navegacion a.actual{
	background:#f5cc26; border:2px solid #c2c2c2; width:6px; height:6px; margin-bottom:0;
}

/*correa*/

.correa{
	position:absolute;
	top:0; left:0px;
	z-index:1;
	width:6000px; height:398px;
}
.bloque{
	position:relative; float:left;
	width:300px; height:400px;
}


/**/

.sliderAvisos{
	height: 165px;
}