/* 
    Document   : pie
    Created on : 20-nov-2009, 17:58:20
    Author     : Luis
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

#footer {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: #838281;
    padding-top: 20px;
}
#footer a:hover {
    color: #ea8a47;
}
#footer .links a {
    color: #838281;
}

#footer .idiomas a {
    color: #1E5F7C;
}
#footer .copyright,
#footer .copyright a,
#footer .copyright a:hover,
#footer .copyright a:visited{
    font-size: 9px;
    padding-top: 10px;
    color: #838281;
    text-decoration: none;
}

.compartirIdea {
    color: #66bb00 !important;
    text-decoration: none;
}

.reportarError {
    color: #dd0000 !important;
    text-decoration: none;
}
