.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;
}

.redessociales{
	float:right;
	margin-top:14px;
}

.redessociales .brickfacebook{
	background-image:url("../imagenes_web/brick_facebook.png");
	background-position:0 0;
	background-repeat:no-repeat;
	display:block;
	height:31px;
	margin:auto;
	position:relative;
	width:88px;
	float:left;
	margin-right:10px;
}
.redessociales .brickfacebook:hover {
	border: hidden;
	background-position:0px -31px;
}
.redessociales .brickfacebook span{
	color:#FFFFFF;
	cursor:pointer;
	display:block;
	font-size:9px;
	font-weight:normal;
	left:31px;
	line-height:11px;
	position:absolute;
	text-align:left;
	top:5px;
}

.redessociales .bricktwitter{
	background-image:url("../imagenes_web/brick_twitter.png");
	background-position:0 0;
	background-repeat:no-repeat;
	display:block;
	height:31px;
	margin:auto;
	position:relative;
	width:88px;
	float:right;
}
.redessociales .bricktwitter:hover {
	border:hidden;
	background-position:0px -31px;
}
.redessociales .bricktwitter span{
	color:#FFFFFF;
	cursor:pointer;
	display:block;
	font-size:9px;
	font-weight:normal;
	left:31px;
	line-height:11px;
	position:absolute;
	text-align:left;
	top:5px;
}

