.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 400px; /*width of featured content slider*/
	height: 160px;
}
.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
width: 400px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
/*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: right;
}

.pagination a{
text-decoration: none; 
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color: #680707;
height:20px;
}

.pagination a:hover, .pagination a.selected{
color: #ffffff;
background-color:#990000;

}
.principioNoticia{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #00436C;
	text-align:left;
	text-decoration:none;
}
.principioNoticia a{
	text-decoration:none;
	color: #00436C;
	text-align:left;
	font-weight: normal;
}
.verMas{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #00436C;
	text-align:left;
	text-decoration:none;
}
.verMas a{
	text-decoration:none;
	color: #00436C;
	text-align:left;
	font-weight: normal;
}
.restoNoticia{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #A0A0A0;
	text-align:left;
}
