#scroller-header {
	background:url(http://cypes.grupoeurohispana.com/images/img-tabs-fondo.png) no-repeat;
	width:300px;
	height:65px;
	font-weight:700;
	padding: 2px 5px 0px 5px;

}

#scroller-header a {
	text-decoration:none;
	color: white;
	float: left;
	display: table;
	width: 149px;
	height: 65px;
}

#scroller-header a:hover {
	text-decoration:none;
	text-shadow: inherit;
	font-weight:900;
}
a.selected {
	background:url(http://cypes.grupoeurohispana.com/images/img-tabs-activo.png) no-repeat;
}

#enportada {
	display: table-cell;
	vertical-align: middle;
  	text-align:center;
}

a.selected2 {
	background:url(http://cypes.grupoeurohispana.com/images/img-tabs-activo.png) no-repeat;
}

#scroller-body {
	clear:both;
	background:url(http://cypes.grupoeurohispana.com/images/body2.gif) no-repeat bottom center;
	width:277px;
	padding-bottom:30px;
}

#mask {
	width:250px;
	overflow:hidden;
	margin:0 auto;
}

#panel div {
float:left;

}

/* Extra styling for each panel*/

#panel ul {
list-style:none;
margin:0 5px;
padding:0;
}

	#panel ul li {
		padding:5px;
		color:#557482;
		border-bottom:1px dotted #ccc;
	}

	#panel ul li.last {
		border-bottom:none !important;
	}
	
/*2*/

a.selected2 {
	background:url(http://cypes.grupoeurohispana.com/images/img-tabs-activo.png) no-repeat;
	display: block;
	float: left;
	width: 150px;
	height: 65px;
	text-align: center;
}

#mask2 {
	width:250px;
	overflow:hidden;
	/*margin:0 auto;*/
}

#panel2 div {
float:left;

}

/* Extra styling for each panel*/

#panel2 ul {
list-style:none;
margin:0 5px;
padding:0;
}

#panel2 ul li {
	padding:5px;
	color:#557482;
	border-bottom:1px dotted #ccc;
}

#panel2 ul li.last {
	border-bottom:none !important;
}


/*3*/

a.selected3 {
	background:url(http://cypes.grupoeurohispana.com/images/img-tabs-activo.png) no-repeat;
	display: block;
	float: left;
	width: 150px;
	height: 65px;
	text-align: center;
}

#mask3 {
	width:250px;
	overflow:hidden;
	/*margin:0 auto;*/
}

#panel3 div {
float:left;

}

/* Extra styling for each panel*/

#panel3 ul {
list-style:none;
margin:0 5px;
padding:0;
}

#panel3 ul li {
	padding:5px;
	color:#557482;
	border-bottom:1px dotted #ccc;
}

#panel3 ul li.last {
	border-bottom:none !important;
}


