/*------------------------------------- ::: - ::: - ::: -----*/
#centro #ciudad {
  width:		100%;
  float:		left;
}
#centro #ciudad p {
  text-indent:		12px;
}
#centro #ciudad .fotos {
  width:		100%;
  float:		left;
  background-color:	#F5F5F5;
}
#centro #ciudad .fotos .columna {
  width:		128px;
  float:		left;
}
#centro #ciudad .fotos .columna .select {
  width:		110px;
  margin:		10px 0px 0px 8px;
  float:		left;
}
#centro #ciudad .fotos .columna #navegador {
  width:		110px;
  padding:		20px 0px 0px 8px;
  float:		left;
}
#centro #ciudad .fotos .columna #navegador .flechas {
  width:		100%;
  float:		left;
  padding-bottom:	10px;
  margin-bottom:	10px;
  background-image:	url(../img/separador.gif);
  background-repeat:	repeat-x;
  background-position:	bottom left;
}
#centro #ciudad .fotos .columna #navegador .flechas img {
  margin-right:		2px;
}
#centro #ciudad .fotos .columna #navegador .off {
  width:		16px;
  height:		15px;
  margin:		0px 5px 5px 0px;
  font-size:		11px;
  font-weight:		bold;
  color:		#AAAAAA;
  border:		1px solid #AAAAAA;
  background-color:	#EEEEEE;
  text-align:		center;
  float:		left;
}
#centro #ciudad .fotos .columna #navegador .on {
  width:		16px;
  height:		15px;
  margin:		0px 5px 5px 0px;
  font-size:		11px;
  font-weight:		bold;
  color:		#FFFFFF;
  border:		1px solid #0879AE;
  background-color:	#0879AE;
  text-align:		center;
  float:		left;
}
#centro #ciudad .fotos .columna #navegador p {
  width:		100%;
}
#centro #ciudad .fotos .imagen img {
  width:		375px;
  float:		left;
  border:		1px solid #888888;
}
