/* 
    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/
*/

/* Pie de p�gina */
#footer {
	font-family: "Arial","Helvetia",sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: #838281;
    padding-top: 20px;
	width: 800px;
	margin: 0 auto;
	/* Estas tres lineas de abajo */
	/* sirven para arreglar el alto en IE */
	min-height: 100px;
	height: auto !important;
	height: 100px;
}
/* Fin de pie de pagina */
#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;
}
