.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 690px; /*width of featured content slider*/
height: 260px;
}



.sliderwrapper .contentdiv{
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	padding: 5px;
	width: 680px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.pagination{
/*width: 400px; Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: left;
}

.pagination a{
text-decoration: none; 
color:#000
}
/*
.pagination a:hover,  a.selected{
	background-color:#999;
	color:#fff
	
}

.disenoPeriodicos:hover {
	background-color:#999;
	color:#fff
	
}*/

.pagination a:hover, .pagination a.selected{
background-color:#999;
	color:#fff;
	border-right: #FFF 1px solid;
	border-left:#FFF 1px solid;
}



.disenoPeriodicos {
	display:block;
	float:left;
	padding:12px;
}


.FotoPortada {
	margin-right:10px;
	float:left;
}

.TituloPrinPeriodico {
	font-size:23px;
	font-weight:bold;
}

.ColumPeriodico {
	width:239px;
	float:left;
}

.listaNotasPeriodico div {
	padding: 5px 0;
}
