.general .pie {
	clear: both;
	border-top: solid 1px #3d3c38;
	font-weight: bold;
	line-height: 15px;
}
.pie .copyright {
	float: right;
	height: 15px;
	text-align:right;
}
.pie .enlaces {
	float: left;
	text-align:left;
	line-height: 25px;
}
.pie a {
	color: #969696;
	text-decoration: none;
}

.pie a:visited {
	color: #969696;
	text-decoration: none;
}
.pie a:hover {
	color: #FF0000;
	text-decoration: none;
}
.powered {
	line-height: 6px;
	height: 55px;
	width: 55px;
	margin: auto;
	margin-top: 3px;
	background-image: url(../imagenes/estructura/powered.gif);
	background-repeat: no-repeat;
	background-position: center top;
	cursor: pointer;
	float: right;
	font-size: 7px;
	overflow: hidden;
	margin-left: 15px;
}
.powered a ,
.powered a:visited {
	font-size: 7px;
	color: #545454;
	display: block;
	width: 100%;
}
.powered a:hover ,
.powered:hover a {
	color: #F00;
}

.powered .logo {
	height: 43px;
	background-image: url(../imagenes/estructura/powered.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.powered:hover .logo {
	background-image: url(../imagenes/estructura/powered_over.gif);
}
.pie .w3c_validator {
	float: right;
	margin-top: 15px;
	margin-left: 10px;
}