@import url("general.css");
@import url("corporativo.css");
.contenedor{
    width:660px;
	height:410px;
	position: absolute;
	bottom:44px;
	right:-780px;
	overflow:hidden;
	z-index:1;
	}
*html .contenedor{
    height:410px;
	}
.izquierdo{
    height:460px;
	/*resto propiedades en general.css*/
    }

/*CONTENIDO
-----------------------------------------*/
.tiendas h2 {
	color:#000000;
	font-size:14px;
	font-weight:700;
	line-height:16px;/*text-transform:uppercase;*/
	margin-bottom:7px;
}


#desc_tiendas p {
	color:#6D6A67;
	font-size:12px;
	line-height:14px;
	margin-bottom:10px;
}
*html #desc_tiendas p {
	margin-bottom:10px;
}
#desc_tiendas select {
	width:180px;
	height:20px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	border-top:1px solid #b2b2b2;
	border-left:1px solid #b2b2b2;
	border-bottom:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
}
#img_tiendas {
	width:160px;
	height:160px;
	position:absolute;
	bottom:71px;
	/*border:1px solid #000000;*/
	float:left;
}


#desc_tiendas {
	left:190px;
	width:400px;
	height:158px;
	position:absolute;
	bottom:71px;/*display:none;*/
}
.tienda_item {
	margin-top:10px;
}
#lista_tiendas {
	left:190px;
	width:400px;
	height:330px;
	position:absolute;
	bottom:71px;
	/*border:1px solid black;*/
	display:none;
	/*visibility:hidden;*/

}
#lista_tiendas_content {
	position:absolute;
	top:0;
	/*border:1px solid black;*/
	/*bottom:0;*/
}
#scroll_content {
	line-height:14px;
	width: 350px;
}
#scroll_content p {
	color:#717171;
}
#scroll_content a {
	color:#000000;
	text-decoration:underline;
	font-weight:700;
}

#scroll_content .adress_str {
	color:#000000;
	font-weight:700;
}
#scroll_container {
	overflow:hidden;
	height:290px;
	/*border:1px solid red;*/
	/*bottom:0;*/
}
#lista_tiendas_title {
	margin-bottom:10px;
}

*+html #lista_tiendas_title {
	margin-bottom:8px;
}
*html #lista_tiendas_title {
	margin-bottom:8px;
}

#pais{
	margin-top:3px;
}
*html #pais{
	margin-top:1px;
}

#provincia{
	 margin-top:18px;
	 display:none;
}
#back{
	position:absolute;
	bottom:-25px;
}

/*SCROLL
-----------------------------------------*/
#scroll_div{
	z-index:29;
	width:9px;
	height:330px;
	position:absolute;
	right:0;
	display:none;
}
#scroll_bar{
	z-index:30;
	width:7px;
	height:305px;
	background-color:#D9D9D9;
}
#scroll_seek{
	 z-index:31;
	 width:7px;
	 height:39px;
	 background-color:#575757;
	 background:#575757 url(../img/generico/scroll/seek.gif) no-repeat top;
	 cursor:pointer;
}

#scroll_up{
	z-index:32;
	width:9px;
	height:9px;
	background:url(../img/generico/scroll/arrow_up.gif) no-repeat;
	position:absolute;
	right:1px;
	top:311px;
	cursor:pointer;
}
*html #scroll_up{
	right:0;
}
#scroll_down{
	 z-index:33;
	 width:9px;
	 height:9px;
	 background:url(../img/generico/scroll/arrow_down.gif) no-repeat;
	 position:absolute;
	 right:1px;
	 top:323px;
	 cursor:pointer;
}

*html #scroll_down{
	right:0;
}
