/*ajustes del resto */
#top{
	padding-bottom:0px;
	background:none;
}

#panel_home_header{
  width: 958px;
  height:36px;
  margin: 0px;
  top:3px;
  position: relative;
}
#panel_slider {
  width: 958px;
  height:129px;
  margin: 0px;
  top:3px;
  padding-top:0px;
  position: relative;
}

.panel_scroll {
  width: 892px;
  height: 70px;
  overflow: auto;
  position: relative; /*cuidadín con el overflow de IE */
  clear: left;
  margin:auto;
  overflow:hidden;
}

.panel_scrollContainer div.panel_panel {
  height: 128px;
  width: 895px; 
  padding:0px;
  padding-top:0em;
  float:left;
  position:relative;
}

.panel_scrollContainer{width:8000px;}

.panel_boton_home{
	width:144px;
	height:67px;
	margin:-3px ;
}

ul.panel_navigation{
	position:relative;
	left:0px;
	top:-20px;
	list-style:none;
	z-index:10;
}
ul.panel_navigation li{
	float:left;padding-right:0px;padding-left:0px;
	margin-left:45px;
	margin-top:3px;
	font-family:Impact, fantasy, Narrow, sans-serif , Arial, sans;
	font-weight:narrow;
	letter-spacing:1.5px;
	font-size:14px;
	color:white;
	cursor:pointer;
	list-style-image: none;
}

.panel_scrollButtons {
  position: relative;
  margin-top: -5px;
  cursor: pointer;
  margin-right:10px;
  margin-left:10px;
}

.panel_scrollButtons.left {
margin-right:20px;
}

.panel_scrollButtons.right {
margin-left:0px;
}
/*Explorer Hack*/
html>/**/body  ul.panel_navigation li{
/*  margin-top:0px;*/
	 padding-left:0px;
   /* ..or this reinforcement of the standards width. */
} 

ul.panel_navigation li.panel_selected{
	color:black;
}
.panel_home_opener{margin-right:10px;margin-top:5px;cursor:pointer;float:right;}
#panel_slider_deco{
	z-index:1;
	width:120px;
	height:30px;
	background:url(back_slider.png) repeat-x;
	position:relative;
	top:12px;
	left:20px;
	display:none;
}
/*Explorer Hack*/
html>/**/body  #panel_slider_deco{
/*  margin-top:0px;*/
	 top:10px;
   /* ..or this reinforcement of the standards width. */
} 
.panel_home_titulo{
	margin-top:9px;
	margin-left:15px;
	float:left;
	font-family:Helvetica Narrow, sans-serif , Arial, sans;
	font-weight:bold;
	font-size:14px;
	color:white;	
}
.panel_boton_home a img{
	border:0px;
}
/* BACKGROUNDS */
#panel_home_header{
	background:url(back_opener_home.png) no-repeat;
}
#panel_slider{
	background:url(back_scroll.png) no-repeat;
}
img.panel_home_sel_activo{display:none}
