@charset "utf-8";

.espacioSobrePie {
	clear: both;
	height: 50px;
	width: 950px;
	display: block;
}
.Pie {
	height: 60px;
	width: 950px;
	background-color: #333;
	font-family: Verdana, Geneva, sans-serif;
	font-weight:normal;
	font-size: 10px;
	color: #CCC;
	clear:both;
}
.Pie2 {
	height: 60px;
	width: 950px;
	background-color: #333;
	font-family: Verdana, Geneva, sans-serif;
	font-weight:normal;
	font-size: 10px;
	color: #CCC;
	clear:both;
	position: fixed;
	bottom: 0px;
}
.PieTxt1 {
	height: 19px;
	width: 950px;
	padding-top: 3px;
	color: #CCC;
	clear: both;
	float: left;
	background-color: #666;
}
.PieTxt1 ul {
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 750px;
}
.PieItem {
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	padding-right: 5px;
	margin-left: 5px;
}
.PieItemLast {
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 5px;
}
.PieTxt1 a {
	color: #CCC;
	text-decoration: none;
	display: block;
}
.PieTxt1 a:hover {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.PieLogos ul {
	width: 893px;
	display: block;
	clear: both;
	height: 58px;
	margin-right: auto;
	margin-left: auto;
}
.PieLogos li {
	float: left;
	display: block;
}


/*Estilo de los logos del pie */
.LinkAETN a {
	background-image: url(../ContentImages/LogoAETN.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 50px;
	width: 54px;
	margin-right: 20px;
}
.LinkAETN a:hover {
	background-position: 0px -50px;
}
.LinkChello a {
	background-image: url(../ContentImages/LogoChello.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 50px;
	width: 102px;
	margin-right: 20px;
}
.LinkChello a:hover {
	background-position: 0px -50px;
}
.LinkHollywood a {
	background-image: url(../ContentImages/LogoHollywood.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 50px;
	width: 75px;
	margin-right: 20px;
}
.LinkHollywood a:hover {
	background-position: 0px -50px;
}
.LinkOdisea a {
	background-image: url(../ContentImages/LogoOdisea.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 50px;
	width: 39px;
	margin-right: 20px;
}
.LinkOdisea a:hover {
	background-position: 0px -50px;
}
.LinkSol a {
	background-image: url(../ContentImages/LogoSol.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 50px;
	width: 63px;
	margin-right: 20px;
}
.LinkSol a:hover {
	background-position: 0px -50px;
}
.LinkCocina a {
	background-image: url(../ContentImages/LogoCocina.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 50px;
	width: 81px;
	margin-right: 20px;
}
.LinkCocina a:hover {
	background-position: 0px -50px;
}
.LinkDecasa a {
	background-image: url(../ContentImages/LogoDecasa.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 50px;
	width: 79px;
	margin-right: 20px;
}
.LinkDecasa a:hover {
	background-position: 0px -50px;
}
.LinkHistoria a {
	background-image: url(../ContentImages/LogoHistoria.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 50px;
	width: 45px;
	margin-right: 20px;
}
.LinkHistoria a:hover {
	background-position: 0px -50px;
}
.LinkBio a {
	background-image: url(../ContentImages/LogoBio.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 50px;
	width: 71px;
	margin-right: 20px;
}
.LinkBio a:hover {
	background-position: 0px -50px;
}
.LinkPanda a {
	background-image: url(../ContentImages/LogoPanda.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 50px;
	width: 100px;
}
.LinkPanda a:hover {
	background-position: 0px -50px;
}
/* Fin estilo de los logos del pie */


.PieTxt2 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	/*height: 18px;*/
	height: 20px;
	width: 950px;
	text-align: center;
	padding-top: 3px;
}
