/*------------------------------------- ::: - ::: - ::: -----*/
#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;
}
#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;
}

#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;
  cursor:		default;		
}
#navegador a.off {
	text-decoration: none;
}
#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;
  cursor:		pointer;
}
#navegador .flechas a{
	width:8px;
	height:9px;
	margin:0px 2px 0px 0px;
	padding:0px;
	border:none;
	background-repeat: no-repeat;
	background-position: center center;
	float:left;
	text-decoration: none;
	cursor:pointer;
}

#navegador .flechas .anterior{
	background-image: url(../img/flecha-anterior-on.gif);	
}
#navegador .flechas .anterior.disable {
	background-image: url(../img/flecha-anterior-off.gif)!important;	
	cursor:default;
}
#navegador .flechas .siguiente {
	background-image: url(../img/flecha-siguiente-on.gif);	
}
#navegador .flechas .siguiente.disable {
	background-image: url(../img/flecha-siguiente-off.gif)!important;
	cursor:default;	
}
#centro #ciudad .fotos .columna #navegador p {
  width:		100%;
}
#centro #ciudad .fotos .imagen img {
  width:		375px;
  float:		left;
  border:		1px solid #888888;
}
