.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	border: 0px solid navy;
	border-bottom-width: 0px;
	width: 603px; /*width of featured content slider*/
	height: 228px;
	margin:0 17px;
	margin-bottom:0;
}



.sliderwrapper .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: 390px; /*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;
	color:#FFFFFF;
	margin:0px;
	padding:0;
	width:603px;
	border:solid 0px red;
	overflow:hidden;

}

.sliderwrapper .contentdiv h1
{
	font-size:23px;
	margin:10px 0;
	padding:0;
	
}
.sliderwrapper .contentdiv ul{
	list-style:none;
	padding:0;
	margin:0;
	font-size:15px;
}
.sliderwrapper .contentdiv ul li{
	background:url(../imagenes/comunes/lista-planes.png) no-repeat left 5px;
	padding-left:20px;
	margin:0;
}
.planes-interno
{
	float:right;
	width:220px;
}

.pagination{
	width:603px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align:left;
	margin:0;
	margin-left:17px;	
	margin-bottom:0px;
	padding:0px 0px;
	font-family:Helvetica, Arial, sans-serif;
	
}
.pagination span{
	padding:10px;
	line-height:25px;
}
.pagination a{
	padding:3px 5px;
	margin:0;
	text-decoration: none; 
	color: #FFFFFF;
	font-size:14px;
	border:solid 0px red;
	float:left;
	letter-spacing:-0.px;
	
}
.pagination a.plan1{	background:url(../imagenes/inicio/tabplan1.png) no-repeat 0 bottom;}
.pagination a.plan2{	background:url(../imagenes/inicio/tabplan2.png) no-repeat 0 bottom;}
.pagination a.plan3{	background:url(../imagenes/inicio/tabplan3.png) no-repeat 0 bottom;}
.pagination a.plan4{	background:url(../imagenes/inicio/tabplan4.png) no-repeat 0 bottom;}

.pagination a:hover, .pagination a.selected{

 	padding-bottom:6px;
	margin:0;
	
}
