
/********************************** _ciudad.css ************************************/

DIV.menu_ciudad{
  position:relative;
  float:left;
  background-color:#66CC00;
  width:100%;
}
DIV.menu_ciudad table{
	margin:4px;
}
DIV.menu_ciudad table td{
	width:16%;
	font-size:10px;
	background: url(../../img/bg_btn_ciudad.gif) no-repeat left 5px;
}
DIV.menu_ciudad table a,
DIV.menu_ciudad table a:link,
DIV.menu_ciudad table a:visited{
  display:block;
  color:#052739;
  text-decoration:none;
  width:auto;
  padding:2px 4px 2px 10px;
  font-size:11px;
}

DIV.menu_ciudad table a:hover,
DIV.menu_ciudad table a:active{
  color:#FFF;
  background:#458d0d url(../../img/bg_btn_ciudad_hover.gif) no-repeat left 5px;
}
DIV.menu_ciudad table td strong{
	font-size:11px;
	font-weight:normal;
	padding-left:10px;
	color:##052739;
}
DIV.contenidos DIV.top{
  position:relative;
  float:left;
  width:600px;
  background-color:#DFDFDF;
  font-size:10px;
  height:16px;
  margin-bottom:10px;
}
DIV.contenidos DIV.ubicacion{
  float:left;
  color:#8395AA;
  padding-left:4px;
  line-height:16px;
}
DIV.contenidos DIV.ver_mapa{
  float:right;
  width:140px;
  height:16px;
  background:#064B41 url(../../img/flecha_ubicacion.gif) no-repeat left top;
  border-left: 4px #FFF solid;
}
DIV.contenidos DIV.ver_mapa a,
DIV.contenidos DIV.ver_mapa a:link,
DIV.contenidos DIV.ver_mapa a:visited{
  color:#FFF;
  line-height:16px;
  padding-left:22px;
}
DIV.contenidos DIV.ver_mapa a:hover,
DIV.contenidos DIV.ver_mapa a:active{
  color:#66CC00
}

DIV.contenidos h1{
  color:#66CC00;
  font-weight:normal;
  font-size:19px;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
  margin-top:0;
  padding-top:0
}
DIV.contenidos p.creditos{
  color:#777;
  font-size:10px;
  padding:0;
  margin:0;
}
DIV.contenidos TABLE DIV.banner{
  width:auto;
}

/********************************** customización ciudad promociones ************************************/

DIV.contenidos h2{
  color:#FFF;
  font-family: Arial, Helvetica, sans-serif;
  font-weight:bold;
  font-size:16px;
  margin:0;
  padding:0;
  line-height:26px;
  background-color:#06334B;
  padding-left:10px;
  border-bottom:solid 5px #66CC00;
}
DIV.contenidos DIV.paseo{
  position:relative;
  float:left;
  border-bottom:solid #66CC00 5px;
  width:100%;
  background:url(../../img/bg_videos.gif) repeat-y 468px 1px;
}
DIV.paseo DIV.foto{
  position:relative;
  float:left;
  width:110px;
}
DIV.paseo DIV.banda{
  position:relative;
  float:left;
  height:14px;
  background:#EFEFEF url(../../img/flecha_videos.gif) no-repeat left top;
  margin-bottom:2px;
  width:490px;
}
DIV.paseo DIV.ver{
  position:absolute;
  z-index:2;
  top:60px;
  left:468px;
}
DIV.paseo DIV.ver a,
DIV.paseo DIV.ver a:link,
DIV.paseo DIV.ver a:visited{
  line-height:12px;
  font-size:10px;
  width:134px;
  display:block;
  text-align:center;
  color:#06334B;
  padding-top:2px;
}
DIV.paseo DIV.ver a:hover,
DIV.paseo DIV.ver a:active{
  color:#000;
}
DIV.paseo DIV.texto{
  position:relative;
  float:left;
  margin-left:10px;
  width:355px;
  line-height:12px;;
}

