/* END INDEX - HOMEPAGE */
.footer{
  border-top: 1px solid #ccc;
  padding-top:10px;
}
.ga-clear{

  clear: both;
}
p.content{
  margin-top:5px;
}
.ga-icon-link{
  padding-left: 17px;
  background-repeat:no-repeat;
  background-position:0 3px;
}
.ga-error{
  background-color: #c00;
  padding:3px;
  color:#000;
  font-weight:bold;
  text-align:center;
}
div.header{
  margin-bottom:20px;
}
ul li {
  margin:0;
  padding:0;
}


/*SCROLLER*/
.g-scroller-scroller {
  width:760px !important;
  height:300px;
  position:relative;
  background:#2f1a01;
  margin-left:26px;
}
.g-scroller-scroller a {
  outline:none !important;
}
.g-scroller-viewport {
	height:300px;
	width:760px;
	position:absolute;
	background:url(../images/bg_scroller.gif) repeat-x;
	overflow:scroll;
	margin:0;
	left:1px;
	top:1px;
	background-image: url(../images/bg_scroller.gif);
}
.g-scroller-viewport ul {
	padding:0;
	position:absolute;
	margin:0;
	list-style:none;
	left: -47px;
}
.g-scroller-viewport ul li {
  float:left;
  margin:0;
  padding:0;
}
.slide{
  height:300px;
  width:760px; /* aqui cambiar a 272 mas pequeño el slide show*/
}
.pad{
  background-repeat:no-repeat;
  padding:10px 2px 0 20px;
  background-position: 5px 5px;
  font-size:.9em;
}
.g-scroller-viewport div.slide:hover {
  background:url(../images/bg_scroller_invert.gif) repeat-x;
}

.g-scroller-viewport div.selected,
.g-scroller-viewport div.selected:hover {
  background:#fff url(../images/bg_selected.gif) no-repeat;
  border:1px solid #2f1a01;
  border-width:0 1px;
  width:760px;
}

.g-scroller-controls a {
  display:block;
  width:25px;
  position:absolute;
  top:0;
  height:300px;
  cursor:pointer;
}
.g-scroller-previous {
  background:#e8e8e8 url(../images/nav_left.gif) no-repeat;
  background-position:0 0;
  left:-25px;
}
.g-scroller-next {
  background:#e8e8e8 url(../images/nav_right.gif) no-repeat;
  background-position:-124px 0;
  right:-30px;
}
.g-scroller-next:hover {
  background-position:-74px 0 !important;
}WWWW
.g-scroller-previous:hover {
  background-position:-50px 0 !important;
}
.g-scroller-next.disabled-next,
.g-scroller-next.disabled-next:hover {
  background-position:-24px 0 !important;
  cursor:default;
}
.g-scroller-previous.disabled-prev,
.g-scroller-previous.disabled-prev:hover {
  background-position:-100px 0 !important;
  cursor:default;
}
.g-scroller-slide.hidden {
  display:none;
}

/*END SCROLLER*/

