
#pe 
{
    clear: both;
    padding-top: 2em;
    margin-bottom: 1em;
    font-size:85%;
    
}

#pe .enlaces 
{
    padding-top: 0.5em;    
}

#pe .enlaces ul, #pe .enlaces .foot-text  {
     display: inline-block;     
     margin: 0em 0em 0em 1em;     
     padding: 0em 1em 0em 0.5em;     
     border-right: 1px solid #eee;     
     list-style: none;
     min-height: 8em;     
     vertical-align: top;     
     color: #666;
     width: 20%;
}

#pe .enlaces .foot-text
{
    width: 16.5%;
    line-height: 1.3em;
}
  
#pe .enlaces ul:last-child {
       border-right: none;    
}

#pe .enlaces ul li a 
{
    color: #333;
    text-decoration: none;
    border:none;
}

#pe .enlaces ul a:hover 
{    
    border-bottom: 1px dotted #A66;    
}


#pe .enlaces ul li a[href="https://twitter.com/UDC_gal"]
{
    position: relative;
    left: -18px;
    padding-left: 20px;
    background: url('_img/design/twitter.png') no-repeat left center transparent;
    color: #999;
}

#pe .enlaces ul li a[href="http://www.facebook.com/udc.gal"]
{
    position: relative;
    left: -18px;
    padding-left: 20px;
    background: url('_img/design/facebook.png') no-repeat left center transparent;
    color: #999;
}

#pe .enlaces ul li a[href="/rss/"]
{
    position: relative;
    left: -18px;
    padding-left: 20px;
    background: url('_img/design/rss.png') no-repeat left center transparent;
    color: #999;
}
