﻿/*
 * footer.css
 * Revision: 1.0
 *
 * (c) 2004-2009 DCACompany.
 * Términos y Condiciones: http://www.dcacompany.com'
 */



#home-footer {
	z-index: 20;
}
#home-footer {
	padding: 25px 0 0 0px;
	font-size: 86%;
	color: #333;
	line-height: 13px;
}
* html #home-footer {
	padding-top: 26px;
}
#home-footer a, #framework-footer a:visited {
	color: #295283;
	background-color: transparent;
	text-decoration: none;
}
#home-footer a:hover, #home-footer a:active {
	text-decoration: underline;
}
#home-footer #footer-copyright {
	padding-right: 7px;
	float: left;
}
#home-footer #footer-legal {
	white-space: nowrap;
	float: left;
	padding-bottom: 18px;
}
* html #home-footer #footer-legal {
	padding-bottom: 17px;
}
