body{
	margin: 0;
	padding: 0;
}
.contenedor_pasos{
	width: 750px;
	font: 11px Verdana, Arial, Helvetica;
	border: 1px solid #b3b3b3;
}
.step1{
	background: url(/imgfiles/front/img/gris.gif) top left repeat-x;
	text-transform: uppercase;
	text-align:center;
	padding: 6px 0 6px 0;
}
.step1 a, .step1 a, .step1 a:link{
	text-decoration: none;
	color: #3c3c3c;
}
.step2{
	background: url(/imgfiles/front/img/rojo.gif) left repeat-x;
	text-transform: uppercase;
	text-align:center;
	padding: 6px 0 6px 0;
}
.step2 a, .step2 a, .step2 a:link{
	text-decoration: none;
	color: #ffffff;
}