﻿div.titulopasos
{
	background-image:url("/images/buscador/titulo_reserva.jpg");
	background-repeat:no-repeat;
	min-height:43px;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	padding-left:113px;
	padding-top:12px;
}
div.pasos
{
	width:205px;
	margin-bottom:15px;
}
div.pasos div {
	font-weight: bold;
	/*margin-bottom: 5px;*/
	padding:  4px 20px 8px 12px ;
	text-align: left;
	color:#092767;
	border-bottom:solid 1px #91C7E4;
}

div.pasos .selected {
	color:#092767;
	background-repeat:no-repeat;
	background-position: 98% 50%;
	background-color:#C1DFF0;
}

div.pasos .numpaso {
	font-size:12px;
	margin-left:6px;
}