
@font-face {
    font-family:'MyriadProRegular';
    src: url('../fonts/myriad_pro_regular-webfont.eot');
  src: local("MyriadProRegular"),
        url('../fonts/myriad_pro_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/myriad_pro_regular-webfont.woff') format('woff'),
         url('../fonts/myriad_pro_regular-webfont.ttf') format('truetype'),
         url('../fonts/myriad_pro_regular-webfont.svg#MyriadProRegular') format('svg');
  font-weight: normal;
    font-style: normal;
}


/*
  root element for the scrollable.
  when scrolling occurs this element stays still.
  */
.scrollable {

    /* required settings */
    position:relative;
    overflow:hidden;
      width: 540px;
   height:180px;
  float:left;
    /* custom decorations */
}

/*
   root element for scrollable items. Must be absolutely positioned
   and it should have a extremely large width to accomodate scrollable
   items.  it's enough that you set the width and height for the root
   element and not for this element.
*/
.scrollable .items {
    /* this cannot be too large */
    width:20000em;
    position:absolute;
    clear:both;
}

.items .filaimagenes {
    float:left;
     width: 600px;
}

.items .filaimagenes div {
    float:left;
    margin:0 8px 0 0;
    width:223px;
    height:168px;
  padding: 0 22px 12px 22px;
    background:url(../images/arca_fondoNoticias.png) no-repeat left bottom;
  
}
.items .filaimagenes div h3 {
   
   color:#828181; 
   font-family:Arial, Helvetica, sans-serif;
   font-size:10px;
   font-weight:normal;
   margin:0 0 0 -22px;
   padding:0;
}

.items .filaimagenes div h2 {
  color:#90452e;
  font-size:13px;
  font-family:'MyriadProRegular';
  font-weight:bold;
  margin:25px 0 5px 0;
  padding:0;
  text-transform:none;
}
.items .filaimagenes div p {
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
  color:#333333;
  margin:0;
  padding:0;
}
.items .filaimagenes div a  {
  display:block;
  text-align:right;
  height:10px;
  margin:0px 0 0 15px;
  color: #E71D46;
  text-transform:uppercase;
  font-size:8px;
  float:right;
}
.items .filaimagenes div a:hover {
  color:#333333;
}

/* single scrollable item */
.scrollable img {
    float:left;
    margin:20px 5px 20px 21px;
    background-color:#fff;
    padding:2px;
    border:1px solid #ccc;
    width:100px;
    height:75px;

    -moz-border-radius:4px;
    -webkit-border-radius:4px;
}

/* active item */
.scrollable .active {
    border:2px solid #000;
    position:relative;
    cursor:default;
}

.Arca_Masnoticias {
  background:url(../images/arca_MasNoticias.png) no-repeat;
  width:19px;
  height:106px;
  float:left;
  margin: 16px 8px 0 0;
}

.Arca_MasnoticiasING {
  background:url(../images/arca_MasNoticiasING.png) no-repeat;
  width:19px;
  height:106px;
  float:left;
  margin: 16px 8px 0 0;
}


/* this makes it possible to add next button beside scrollable */
.scrollable {
    float:left;
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
    background:url(../images/hori_large.png) no-repeat;
    display:block;
    width:20px;
    height:20px;
    float:left;
    cursor:pointer;
    font-size:1px;
}

/* right */
a.right { background-position: 0 -30px; clear:right; margin-right: 0px;}
a.right:hover { background-position:-30px -30px; }
a.right:active { background-position:-60px -30px; }


/* left */
a.left { margin-left: 0px; }
a.left:hover  { background-position:-30px 0; }
a.left:active { background-position:-60px 0; }

/* up and down */
a.up, a.down  {
    background:url(/media/img/scrollable/arrow/vert_large.png) no-repeat;
    float: none;
    margin: 10px 50px;
}

/* up */
a.up:hover { background-position:-30px 0; }
a.up:active { background-position:-60px 0; }

/* down */
a.down { background-position: 0 -30px; }
a.down:hover { background-position:-30px -30px; }
a.down:active { background-position:-60px -30px; }


/* disabled navigational button */
a.disabled {
    visibility:visible;
}


#Arca_NoticiasSiguente {
margin:-2px 0 0 -4px;
}
#Arca_NoticiasAnterior {
margin:60px 0 0 -4px;
}














/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
