/* atajo, destaque, enlace */

.sl_shortcut {
  width:150px;
  border:0px solid #ccc; 
  padding:0px;
  margin:0px;
  list-style:none;
}

/* atajo */


.sl_shortcut .type-article a img {}

.sl_shortcut .type-article {
  width:150px;
  border-bottom:1px solid #ccc;
  padding:3px 0px 3px 0px;
}

.sl_shortcut .type-article a {
  font-family:sans-serif;
  font-size:11px;
  font-weight:bold;
  text-transform:uppercase;
  color:#163578;
}

.sl_shortcut .type-article a:hover{
  color:#555;
}

/* enlace */



.sl_shortcut .type-external {
  width:150px;
  min-height:10px;
  border-bottom:1px solid #ccc;
  padding:3px 0px 2px 0px;
  
 
}

.sl_shortcut .type-external a {
  font-family:sans-serif;
  font-size:12px;
  color:#555;
  background:url(../../../images/frontend/arrow_external.gif) no-repeat scroll right center;
  padding:0px 15px 0px 0px;
}

.sl_shortcut .with-image a {
  background:none;
  }


.sl_shortcut .type-external a:hover{
  color:#ccc;
}


/* destaque */

.sl_shortcut .type-section a img 
  width:180px;
  border:0px solid red;
}

.sl_shortcut .type-section {
  width:150px;
  border-bottom:1px solid #ccc;
  padding:3px 0px 3px 0px;
  
}

.sl_shortcut .type-section a {
  width:150px;
  font-family:sans-serif;
  font-size:11px;
  font-weight:bold;
  text-transform:uppercase;
  color:#163578;
}

.sl_shortcut .type-section a:hover {
  color:#555;
}




/*bottom*/

#bottom  ul {
   float:left;
   list-style:none;
   display:inline;
}

#bottom .sl_shortcut .type-external {
 border:0px solid #ccc;
 text-align:left;
}







