div#contenedor-imagenesNoticia{
	border-bottom:solid 0px #4783BE;
	margin:0;
	padding:0;
	overflow:hidden;
	width:272px;
	width:422px;
	height:280px;
	height:380px;
	margin-bottom:5px;
	float:left;
	margin-right:15px;
	font-size:11px;
	line-height:11px;
}
.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px solid navy;
width: 272px; /*width of featured content slider*/
height: 287px;
width: 422px; /*width of featured content slider*/
height: 380px;

margin:0;
padding:0;
}



.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: white;
width: 270px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
width: 400px; /*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;
border:solid 0px green;

}

.sliderwrapper .contentdiv img{
	width:250px;
	width:400px;
		border:solid 1px #999999;
		padding:10px;
		margin-bottom:5px;
}
.pagination{
width: 272px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
width: 423px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/

text-align:right;

padding: 5px 0px;
overflow:hidden;
border:solid 0px green;
position:relative;
top:-58px;
z-index:100;

}

.pagination a{
	padding: 0 2px;
	text-decoration: none; 
	color: #00007D;
	background: white;
	width:9px;
	height:12px;
	display:block;
	float:right;
	border:solid 0px red;
	overflow:hidden;
}
.pagination a.invisible{ display:none;}
.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}
.pagination a.prev{
background:url(../imagenes/2010/noticias/flecha_foto_izquierda.jpg) no-repeat 0 0;

}
.pagination a.next{
background:url(../imagenes/2010/noticias/flecha_foto_derecha.jpg) no-repeat 0 0;
}

 .piefoto{	
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#003366;
	border:solid 0px red;
	width:385px;

}
.piefoto strong{ font-weight:normal; }


