﻿ div.pasos div {
	font-weight: bold;
	/*margin-bottom: 5px;
	text-align: right;*/
	border-bottom:solid 1px #FFB60F; 
	color:#002147;
	display:block;
	margin-left:12px;
	padding:4px 20px 4px 0;
	width:193px;
}

div.pasos .selected {
	color: #002147;

	/*background-image:url(/images/masterPage/fondopasos.gif);
	background-repeat:no-repeat;
	background-position: 8% 50%;*/
}

div.pasos .numpaso {
	font-size:12px;
	margin-left:6px;
}
div.titulopasos
{
	background-image:url(/images/fondo_sureserva.gif);
	background-repeat:no-repeat;
	height:29px;
	color:#002147;
	font-size:12px;
	font-weight:bold;
	padding-left:49px;
	padding-top:5px;
}
.pasoseleccionado
{
	background-color:#E9E9E9;
	display:block;
	width:181px;
	height:19px;
	background-image:url(/images/masterPage/fondopasos.gif);
	background-repeat:no-repeat;
	background-position: 10px 50%;
	padding-left:32px;
	padding-top:8px;
}
.paso
{
	display:block;
	width:181px;
	min-height:19px;
	background-image:url(/images/masterPage/fondopasos.gif);
	background-repeat:no-repeat;
	background-position: 10px 50%;
	padding-left:32px;
	padding-top:8px;
}