/* CSS Document */

#map{
	float:left;
	width:820px;
	height:430px;
}

#contenedor{
	float:left;
	width:820px;
	background-image:url(/images/fondo_gris4.jpg);
	background-repeat:repeat-x;
}

#tiendas_selector {
	float:left;
	width:770px;
	padding:0px 25px 40px 25px;
}

.tiendas_selector_titulo {
	float:left;
	width:770px;
	height:30px;
	line-height:30px;
	color:#AA0000;
	font-family: "Trebuchet MS",Verdana, Arial;
	font-size:25px;
	font-weight:normal;
	font-variant:small-caps;
	padding:25px 0px 10px 0px;
}
.tiendas_selector_pais{
	float:left;
	width:200px;
	height:30px;
}
.tiendas_selector_provincia{
	float:left;
	width:570px;
	height:30px;
}
.tiendas_selector_municipios{
	float:left;
	width:770px;
}
.tiendas_selector_columna{
	float:left;
	width:385px;
}
.tiendas_selector_municipio{
	float:left;
	width:385px;
	padding:2px 0px 2px 0px;
}
#tiendas_selector_municipio_nombre{
	float:left;
	width:352px;
	height:26px;
	line-height:26px;
	font-family: "Trebuchet MS",Verdana, Arial;
	font-size:16px;
	font-weight:bold;
	font-variant:small-caps;
	color:#FFFFFF;
	background-color:#990000;
	background-image:url(/images/fondomunicipio1.gif);
	text-decoration:none;
	padding-left:30px;
	cursor:pointer;
}
#tiendas_selector_municipio_tiendas{
	float:left;
	width:385px;
	height:0px;
	overflow:hidden;
}
.tiendas_selector_tienda{
	float:left;
	height:80px;
	width:190px;
	background-image:url(/images/fondotienda.png);
	margin:2px 1px 2px 1px;
	text-decoration:none;
	cursor:pointer;
}
	.tiendas_selector_tienda:hover{
	background-position:0px 80px;
	
	}	
.tiendas_selector_tienda_nombre{
	float:left;
	width:170px;
	height:40px;
	line-height:20px;
	padding:0px 10px 0px 10px;
	font-family: "Trebuchet MS",Verdana, Arial;
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	color:#990000;
}
.tiendas_selector_tienda_direccion{
	float:left;
	width:170px;
	height:40px;
	line-height:20px;
	padding:0px 10px 0px 10px;
	font-family: "Trebuchet MS",Verdana, Arial;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	color:#000000;
}

/********************   TIENDA FICHA   *****************/

.tienda_bocadillo {
	float:left;
	width:370px;
	height:215px;
}
.foto_tienda{
	float:left;
	width:161px;
	height:103px;
	padding:6px 7px;
	background:url(/images/foto_tienda_bg.png) center no-repeat;
	}
.tienda_nombre {
	float:right;
	width:190px;
	margin-top:5px;
	line-height:16px;
	color:#CC0016;
	font-family: "Trebuchet MS",Verdana, Arial;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	font-variant:small-caps;
	text-transform:capitalize;
}
.tienda_direccion {
	float:right;
	margin-top:3px;
	width:190px;
	height:auto;
	line-height:15px;
	color:#000000;
	font-family: "Trebuchet MS",Verdana, Arial;
	font-size:13px;
	font-weight:normal;
}
.tienda_telefono {
	float:right;
	width:190px;
	height:15px;
	padding-top:35px;
	line-height:15px;
	text-align:right;
	font-family: "Trebuchet MS",Verdana, Arial;
	font-size:12px;
	font-weight:normal;
}
.tienda_fax {
	float:right;
	width:190px;
	height:15px;
	line-height:15px;
	text-align:right;
	font-family: "Trebuchet MS",Verdana, Arial;
	font-size:12px;
	font-weight:normal;
}
.tienda_email {
	float:right;
	width:210px;
	height:15px;
	line-height:15px;
	text-align:right;
	font-family: "Trebuchet MS",Verdana, Arial;
	font-size:11px;
	font-weight:normal;
	color:#0000FF;
	text-decoration:none;
}
.tienda_web {
	float:right;
	width:210px;
	height:15px;
	line-height:15px;
	text-align:right;
	font-family: "Trebuchet MS",Verdana, Arial;
	font-size:11px;
	font-weight:normal;
	color:#0000FF;
	text-decoration:none;
}
.tienda_callejero{
	float:left;
	margin-top:5px;
	margin-left:5px;
	width:90px;
	height:18px;
	border:1px solid #000000;
	line-height:18px;
	text-align:center;
	font-family: "Trebuchet MS",Verdana, Arial;
	font-size:11px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	background-color:#CCCCCC;
}
.tienda_gps{
	float:right;
	width:210px;
	height:45px;
	line-height:35px;
	text-align:right;
	font-family: "Trebuchet MS",Verdana, Arial;
	font-size:12px;
	font-weight:normal;
	color:#0000FF;
	text-decoration:none;
}
.tienda_gps img{
	float:right;
	margin-left:5px;
	margin-top:5px;
}
.tienda_gps select{
	float:right;
	width:130px;
	margin-top:20px;
}


/*
#buscar_tienda {
	float:left;
	width:820px;
	height:390px;
	background-image: url(/images/fondo_gris_tiendas.jpg);
	background-repeat: repeat-x;
	background-color: #747474;
}

#pais_provincias {
	float: left;
	width: 350px;
	height: 390px;
	background-image: url(/images/fondo_provincias_rojo.gif);
	background-repeat: repeat-x;
	background-color: #7F1215;
	overflow:hidden;
}

#provincias_titulo {
	float:left;
	width: 160px;
	height: 30px;
	padding-left:10px;
	padding-right: 5px;
	padding-top: 4px;
	color: #FFFFFF;
	font-family: "Trebuchet MS",Verdana, Arial;
	font-size: 17px;
	font-variant: small-caps;
	line-height: 23px;
}

#provincias_select {
	float:left;
	width: 170px;
	height: 30px;
	padding-top: 4px;
	color: #FFFFFF;
	font-family: "Trebuchet MS",Verdana, Arial;
	font-size: 17px;
	font-variant: small-caps;
	line-height: 23px;
}
.provincias_columna {
	float: left;
	width: 115px;
	height:356px;
	overflow:hidden;
}
.provincia {
	float:left;
	width:110px;
	height:20px;
	color:#FFFFFF;
	border-bottom: 1px solid #993300;
	padding-left:10px;
	text-decoration:none;
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	overflow: hidden;
}

.provincia:hover {
	background:#FFFFFF;
	color: #7F1215;
}

#localidades {
	float: left;
	width: 150px;
	height: 390px;
}
#localidades_cont {
	float: left;
	width: 150px;
	height: 390px;
	background-image: url(/images/fondo_gris_tiendas2.jpg);
	background-repeat: repeat-x;
	background-color: #ABA9AA;
	overflow:hidden;
}
.localidades_titulo {
	float: left;
	width: 150px;
	height:20px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 10px;
	font-family: "Trebuchet MS",Verdana, Arial;
	font-size: 18px;
	font-variant: small-caps;
	color: #B30C1E;
}
.localidad {
	float: left;
	width: 150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #B30C1E;
	font-size: 11px;
	padding-left: 10px;
	text-decoration:none;
}
.localidad:hover {
	color: #FFFFFF;
}

#tiendas {
	float: left;
	width: 320px;
	height: 390px;
}
#tiendas_cont {
	float: left;
	width: 320px;
	height: 390px;
	background-color: #FFFFFF;
	overflow:hidden;
}
.tiendas_titulo {
	float: left;
	width: 310px;
	height:20px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 10px;
	font-family: "Trebuchet MS",Verdana, Arial;
	font-size: 18px;
	font-variant: small-caps;
	color: #B30C1E;
}
.tienda {
	float: left;
	width: 320px;
	height: 46px;
	text-decoration:none;
	overflow:hidden;
	border-top:1px solid #F5F5F5;
	cursor:pointer;
}
.tienda_nombre {
	float:left;
	width:320px;
	height:26px;
	line-height:26px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration:none;
	overflow:hidden;
	padding-left:10px;
	text-transform:uppercase;
}
.tienda_direccion {
	float:left;
	width:190px;
	height:20px;
	line-height:20px;
	padding-left:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration:none;
}
.tienda_cp {
	float:left;
	width:110px;
	height:20px;
	line-height:20px;
	text-align:right;
	padding-right:10px;
	color: #333333;
	text-decoration:none;
}
*/
#tiendassubs {
	float:left;
	width:820px;
	height:150px;
	overflow:hidden;
	margin-top:20px;
}
.tiendassubs_col1 {	
	float:left;
	width:330px;
	height:150px;
	overflow:hidden;
}
.fotogps {
	float:right;
	border:0px;
}
.tiendassubs_tit1 {
	float:left;
	width:195px;
	height:20px;
	line-height:20px;
	font-family: Tahoma, Verdana, Arial;
	font-size:12px;
	font-weight:normal;
	padding-left:15px;
	color:#7A7A7A;
	padding-top:10px;
	text-transform:uppercase;
	overflow:hidden;
}
.tiendassubs_tit2 {
	float:left;
	width:195px;
	line-height:18px;
	padding:5px 0px 5px 15px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 15px;
	color: #CB0215;
	font-weight: bold;
	overflow:hidden;
}
.tiendassubs_cont {
	float:left;
	width:195px;
	height:85px;
	font-family: Tahoma, Verdana, Arial;
	color: #7A7A7A;
	line-height:15px;
	font-family: Tahoma, Verdana, Arial;
	font-size:13px;
	font-weight:normal;
	padding-left:15px;
	color:#7A7A7A;
	padding-top:10px;
	overflow:hidden;
}

.tiendassubs_col2 {	
	float:left;
	width:245px;
	height:150px;
	overflow:hidden;
}














/*

#fondo_gris {
	float: left;
	width: 450px;
	background-image: url(/images/fondo_gris_tiendas.jpg);
	background-repeat: repeat-x;
	background-color: #747474;
	padding-bottom: 20px;
	height: 360px;
}
#fondo_gris #ciudades {
	width: 140px;
	float: left;
	background-image: url(/images/fondo_gris_tiendas2.jpg);
	background-repeat: repeat-x;
	background-color: #ABA9AA;
}
#resultado_tiendas {
	width: 280px;
	float: left;
	background-color: #FFFFFF;
	padding-left: 10px;
	padding-bottom: 20px;
	padding-right: 10px;
}
#cp {
	float: right;
	margin-top: 5px;
}




#ciudades {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #B30C1E;
	font-size: 11px;
	padding-left: 10px;
	float: left;
	padding-bottom: 10px;
	padding-top: 10px;
	width: 60px;
}

#pais #seleccionar {
	width: 160px;
	float: right;
	height: 30px;
	padding-right: 15px;
}
#pais #seleccionar {
	float: right;
	color: #FFFFFF;
	background-color: #B30C1E;
}
.direccion {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
	color: #333333;
	font-weight: bold;
}
#nombre_tienda {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
#direccion {
	margin-top: 5px;
	float: left;
}


#pais #seleccionar  {
	font-size: 12px;
	margin-right: 10px;
}
#provincias #columna {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 110px;
	float: left;
}
#ciudad {
	width: 110px;
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #993300;
	margin: 0px;
	padding: 0px;
	height: 20px;
}


.ciudad {
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-variant: small-caps;
	color: #B30C1E;
	margin-top: 5px;
	margin-bottom: 10px;
}
*/

.mas-info{
	color:#0099FF;
	}
