/* Whitespace Reset */

* {
	margin: 0;
	padding: 0;
}

/* @group iPhone */

.switcher {
	width: 620px;
	height: 23px;
	z-index: 1;
	float:left;
	position:relative;
	margin-bottom:40px;
	margin-top:20px;
	margin-left:4px;
}

.switcher ol {
	width: 620px;
	z-index: 9;
	position: relative;
}

.switcher ol li {
	float: left;
	width: 103px;
	height: 43px;
	overflow: hidden;
	display:inline;
	background-image:url('line.jpg');
}

/*Para 8 botones en 2 lineas
/*.switcher ol li.step5, .switcher ol li.step6, .switcher ol li.step7, .switcher ol li.step8{
	margin-top:5px;
}*/

/*Botones*/
.switcher ol li a {
	width: 103px;
	float: left;
	height: 49px;
	text-align:center;
	font-size:11px;
	color:#8e8e8e;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-weight:normal;
	text-align:left;
}

.switcher ol li a.active{
	color:#0d3f7a!important;
	text-align:left;
}

.switcher .pill {
	width:102px;
	height:12px;
	position: absolute;
	top: 37px;
	left: 1px;
	z-index: 12;
}

div#volver{
	margin:0;
	margin-bottom:-20px;
}

a.volver img{
	border:0;
	margin:2px;
	margin-right:5px;
}


