/* Configuracion formulario de localidades */
#sector-formulario {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow: auto;
	display: block;
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin: 0px;
	height: auto;
}
#sector-formulario td { 
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#formulario-localidad {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;
}

#formulario-localidad input {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#formulario-localidad select {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#formulario-localidad label {
	display: block;
	margin-bottom: 3px;
	height: 22px;
	position: relative;
}
#formulario-localidad label span {
	display: block;
	width: 140px;
	float: left;
	text-align: right;
	margin-right: 5px;
	padding-top: 2px;
}
#formulario-localidad fieldset {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 0px;
	padding: 0px;
}
#formulario-localidad input[button] {
	border: none 0 #FFFFFF;
    position: absolute;
    bottom: 15px;
    right: 15px;
}
#boton-continuar {
	background-color: #F6B428;
	font-weight: bold;
	color: #000000;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 5px;
    position: absolute;
    bottom: 15px;
    right: 15px;
}
#progreso-continuar {
    position: absolute;
    bottom: 22px;
    right: 240px;
}
.agotado {
   color: #999999;
}
.sector-info-localidades {
	padding: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.titulo-confirmacion {
  font-weight: bold;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.sector-boton-confirmacion {
  font-weight: bold;
	padding: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.titulo-item-confirmacion {
  font-weight: bold;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.valor-item-confirmacion {
  font-weight: normal;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.titulo-itemfinal-confirmacion {
  font-weight: bold;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #CCCCCC;
}
.valor-itemfinal-confirmacion {
  font-weight: normal;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #CCCCCC;
}
.titulo-importes-confirmacion {
  font-weight: normal;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #CCCCCC;
}
.valor-importes-confirmacion {
  font-weight: normal;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #CCCCCC;
}
.titulo-total-confirmacion {
  font-weight: bold;
	padding: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}
.valor-total-confirmacion {
  font-weight: bold;
	padding: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}

/* Configuracion formulario de localidades */