/* CSS Buscador */
#tituloLocalidad{
	background-image: url(../img/fondos/fondo_localidad_titulo.png);
	background-repeat: repeat-x;
	width: 240px;
	max-width: 240px;
	height: 20px;
	max-height: 20px;
	border-bottom: 1px solid #969696;	
	text-align: left;
	padding-left: 26px;
}

#contenedorLocalidad{
	position: relative;
	top: 8px;
	left: 0px;
	background-color: #ffffff;
	width: 240px;
	max-width: 240px;
	height: 70px;
	max-height: 70px;
	margin-top: 10px;
	border-left: 1px solid #969696;
	border-right: 1px solid #969696;
	border-top: 1px solid #969696;
}

#selectLocalidad{
	width: 240px;
	text-align: center;
}
#localidadDefecto{
	height: 17px;
	min-height: 17px;
}

#defecto{
   margin: 0;
   padding: 0;
	margin-left: 10px; 
	list-style: none;
	display: block;
	height: 17px;
	
}
#defecto>LI{
	float: left;
	margin: 0;
   padding: 0;
	height: 17px;
}

#paso1{
	position: relative;
	top: -65px;
	left: -120px;
}
#paso2{
	position: relative;
	top: -72px;
	left: -210px;
}
#tituloBuscar{
	background-image: url(../img/fondos/fondo_localidad_titulo.png);
	background-repeat: repeat-x;
	width: 420px;
	max-width: 420px;
	height: 20px;
	max-height: 20px;
	text-align: center;
	border-bottom: 1px solid #969696;
}

#contenedorBuscar{
	position: relative;
	top: -73px;
	left:242px;
	background-color: #ffffff;	
	width: 420px;
	max-width: 420px;
	height: 70px;
	max-height: 70px;
	margin-top: 10px;
	border-right: 1px solid #969696;
	border-top: 1px solid #969696;
}
/* Contenedores bucador */

.contenedor_off{
	display: none;
}

.contenedor_on{
	display: block;
}

/* Elementos formulario */
#zona{
	position: relative;
	top: -2px;
	width: 310px;
	border: 1px solid #000000;
}
#localidad{
	position: relative;
	top: 5px;
	width: 200px;
}

#botonBuscar{
	position: relative;
	top: 5px;
	margin-left: 7px;
}

#direccion,#nombre{
	position: relative;
	top: -2px;
	width: 300px;
	border: 1px solid #000000;
}

/* Pestaņas */

.menup {
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 17px;
	min-height: 17px;
	overflow: hidden;
}
.menup ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.menup li {
	display: inline;
	height: 17px;
	min-height: 17px;
}	
.menup a {
	background: url(../img/pestanas/menup_der.png) no-repeat right top;
	float: right;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}	
.menup a span {
	background: url(../img/pestanas/menup_izq.png) no-repeat left top;
	display: block;
	padding: 2px 19px;
	height: 13px;
	min-height: 13px;
}
.menup a:hover {
	background-position: 100% -17px
}	
.menup a:hover span {
	background-position: 0% -17px;
	color: #155523;
}	
.menup li.current a {
	background-position: 100% -17px;
	position: relative;
	top: 0px;
}	
.menup li.current a span {
	background-position:0% -17px;
	color:#155523;
}

#direcciones, #establecimientos {
	]SCROLLBAR-FACE-COLOR: #BDCC31;
	]SCROLLBAR-HIGHLIGHT-COLOR: #E5EBAC;
	]SCROLLBAR-SHADOW-COLOR: #BDCC31;
	]SCROLLBAR-3DLIGHT-COLOR: #BDCC31;
	]SCROLLBAR-ARROW-COLOR: #E5EBAC;
	]SCROLLBAR-TRACK-COLOR: #E5EBAC;
	]SCROLLBAR-DARKSHADOW-COLOR: #000000;
	filter: alpha(opacity = 85);
	-moz-opacity: .85;
	opacity: .85;
	background-color: #ffffff;
	border: 1px solid #969696;
	position: absolute;
	width: 420px;
	margin-top: 69px;
	max-width: 420px;
	min-height: 0px;
	max-height: 300px;
	z-index: 1200;
	text-align: left;
	text-decoration: none;
	margin-left: -1px;
	]margin-top: -12px;
	overflow: auto;
	display: none;
	
}
#cargandoDirecciones, #cargandoEstablecimientos {
	margin-left: 150px;
	margin-top: 20px;
	margin-top: 20px;
}
.sinResultados{
	text-decoration: none;
	width:auto;
	text-align: center;
	border: 0px;
}
