.sliderwrapper{
	position: relative;
	overflow: hidden;
	width: 200px;
	height: 210px;
	border-top: 0px none #04457B;
	border-right: 0px none #04457B;
	border-bottom: 0px none #04457B;
	border-left: 0px none #04457B;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
background: #F3F3F3;
width: 200px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 173px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
	width: 200px;
	text-align: center;
	background-color: #DDE4EC;
	padding: 5px 0px;
	background-image: url(images/bg_page.gif);
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #52697A;
	text-decoration: none;
}

.pagination a{
	padding: 0 5px;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #004080;
}

.pagination a:hover, .pagination a.selected{
	color: #FFFFFF;
	background-color: #DF0000;
}
.NoticiaHome2{
	font-size: 11pt;
	font-weight: bold;
	color: #004080;
	text-align: left;
}

