.sliderwrapper_5_2{
clear:both;
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0;/*10px solid navy;*/
/*border-bottom-width: 6px;*/
width: 510px; /*width of featured content slider*/
height: 750px;
}



.sliderwrapper_5_2 .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
/*padding: 5px;*/
background: white;
width: 510px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 750px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
margin-top:10px;
}

.pagination{
width: 510px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
/*background-color: white; /*black;*/
/*padding: 5px 10px;*/
font-size:10px;
margin-top:10px; /* LE PONGO ESTE MARGEN, SINO, POR SU POSICION RELATIVA, SE SOBREPONE SOBRE EL TEXTO QUE VA ANTES.*/
padding-bottom:20px;
}

.pagination a{
padding: 0 2px;
text-decoration: none;
/*background: #828a8f;*/
	display:block;
	height:20px;
	/*padding-top:40px;*/
	text-align:left;
	font-family:Arial, Verdana, Helvetica, sans-serif, Tahoma;
	font-weight:bold;
	font-size:11px;
	/*color:white;*/
	color:#59595c;

	padding:5px;
	padding-bottom:0px;

}

.pagination a:hover {
color: #59595c;
text-decoration:underline;
}

.pagination a.selected{
color: white;
/*border:1px solid #bd8c00;*/
}

.paginacion_pasos {
	margin-right:10px;
	float:left;
	display:block;
	border:1px solid #dcdcdc;
	/*width:168px;*/
	/*float:left;*/
/*margin-bottom:30px;*/
}

.paso_1:hover, .paso_2:hover, .paso_3:hover {
		background-color:#f0f0f0;
}

.paso_1 a:hover, .paso_2 a:hover, paso_3 a:hover {
}

.paso_1 a.selected, .paso_2 a.selected, .paso_3 a.selected, paso_1.selected {
		background-color:#59595c;
}

