#interior { height: 600px; }
#interior H1 {
	background-image: url(../img/tit_donde_estamos.png);
	background-repeat: no-repeat; height: 70px;
	behavior: url(css/iepngfix.htc);
}

#interior P STRONG {
	font-size: 1.9em;
	margin-left: 10px;
}

#foto_tienda {
	width: 308px; 
	position: absolute;  right: 10px;
	font-size: .6em; font-weight: bold; text-align: center;
	text-transform: uppercase;
}
#foto_tienda IMG {
	margin: 8px 0px 0px 0px;
	padding: 2px;
	background: white;
	border: 1px solid black;
}

#mapa_situacion {
	margin: 0px; padding: 0px;
	background-image: url(../img/fondo_mapa.png);
	background-repeat: no-repeat;
	behavior: url(css/iepngfix.htc);
	width: 381px; height: 328px;
	position: absolute; top: 120px; left: 20px;
	font-size: .6em; font-weight: bold; text-align: center;
	text-transform: uppercase;
}
#mapa_situacion IMG { margin: 10px 0px 0px 0px;  } 