/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 05-ago-2014, 12:21:22
    Author     : molinero
*/


#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, #pe .enlaces .foot-logos  {
     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 .foot-logos
{
    width: auto;
    line-height: 1.3em;
}
  
#pe .enlaces ul:last-child, #pe .enlaces div:last-child {
       border-right: none;    
}

#pe .enlaces ul li a,  #pe .enlaces .foot-logos 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="http://instagram.com/udc_gal"]
{
    position: relative;
    left: -18px;
    padding-left: 20px;
    background: url('_img/design/instagram.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;
}