
footer{
	clear: both;
	width: 100%;
	background: #222222;
}

footer .top-part{
	padding: 26px 0 4px 0;
	border-bottom: 1px solid #2e2e32;
}

footer .top-part figure.logo{
	margin-bottom: 25px;	
	width: 301;
	height: 30px;
	background: url(/arte/sprite-footer.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;

}

footer .top-part .left-part{
	width: 301px;
	height: 93px;
}

footer .top-part .left-part p{
	color: #c0c0c0; 
	float: left;
	/*margin-right: 11px;*/
}

footer .top-part .left-part .logo-nacer{
	/*float: left;*/
    position: relative;
    top: -14px;
    
}

footer .top-part .left-part > a{
	display: inline-block;
	float: right;
}

footer .top-part .right-part ul.site{
	margin-bottom: 22px;
	margin-top: 14px;
}

footer .top-part .right-part ul li{
	float: left;
	margin-left: 36px;
}

footer .top-part .right-part ul.site li a{
	color: #1d68a4;
	text-transform: uppercase;
}

footer .top-part .right-part ul.site li a:hover{
	text-decoration: underline;
}

footer .top-part .right-part ul:not(.site) li{
	margin: 0;
}

footer .top-part .right-part ul:not(.site) li:nth-child(2){
	margin-left: 17px;
	margin-right: 9px;
}

footer .top-part .right-part ul:not(.site) li:nth-child(2):after,
footer .top-part .right-part ul:not(.site) li:nth-child(2):before{
	content: '';
	display: inline-block;
	width: 1px;
	height: 12px;
	background: #3a3a42;
}

footer .top-part .right-part ul:not(.site) li:nth-child(2):before{
	margin-right: 16px;
}


footer .top-part .right-part ul:not(.site) li:nth-child(2):after{
	margin-left: 13px;
}

footer .top-part .right-part ul:not(.site) li a{
	color: #c0c0c0;
	font: 400 16px Georgia, serif;
}

footer .top-part .right-part ul:not(.site) li a:hover{
	color: #008fc5;
}

footer .bottom-part{
	clear: both;
	padding: 19px 0 76px 0;
}

footer .bottom-part .left-part p,
footer .bottom-part .left-part p a{
	font-size: 12px;
	color: #ffe9d6;
	margin-bottom: 4px;
}

footer .bottom-part .left-part p a{
	text-decoration: underline;
}

footer .bottom-part .right-part{
	margin-top: 17px;
}

footer .bottom-part .right-part > .comscore > a > figure{
	float: left;
	margin-left: 17px;
	background: url(/arte/sprite-footer.png);
    	background-position: -1px -31px;
	background-repeat: no-repeat;
	width: 136px;
	height: 25px;
}

footer .bottom-part .right-part > .amipci
{
	margin-top: -8px;
	float: left;
	margin-left: 17px;
}

footer .bottom-part .right-part > .amipci > a > figure{
	float: left;
	//margin-left: 17px;
	background: url(/arte/sprite-footer.png);
    	background-position: -137px -33px;
	background-repeat: no-repeat;
	width: 100px;
	height: 52px;
	top: -8px;
}

footer .bottom-part .right-part > .tfsla > a > figure{
	float: left;
	//margin-left: 17px;
	background: url(/arte/sprite-footer.png);
    	background-position: -153px -89px;
	background-repeat: no-repeat;
	width: 81px;
	height: 24px;
	/**transform: translateY(-23px);
	transition: all .4s;**/
}

footer .bottom-part .right-part > .tfsla:hover a > figure
{
	background: url(/arte/sprite-footer.png);
    	background-position: -153px -115px;
	background-repeat: no-repeat;
	width: 81px;
	height: 24px;
	/**transform: translateY(-23px);**/
	transition: all .4s;
}


footer .bottom-part .right-part > .frontaly > a > figure{
	float: left;
	//margin-left: 17px;
	background: url(/arte/sprite-footer.png);
    	background-position: -73px -112px;
	background-repeat: no-repeat;
	width: 81px;
	height: 24px;
	/**transform: translateY(-23px);
	transition: all .4s;**/
}

footer .bottom-part .right-part > .frontaly:hover a > figure
{
	background: url(/arte/sprite-footer.png);
    	background-position: -73px -88px;
	background-repeat: no-repeat;
	width: 81px;
	height: 24px;
	/**transform: translateY(-23px);**/
	transition: all .4s;
}

footer .bottom-part .right-part > .punto-rojo > a > figure{
	float: left;
	//margin-left: 17px;
	background: url(/arte/sprite-footer.png);
    	background-position: 0px -61px;
	background-repeat: no-repeat;
	width: 135px;
	height: 26px;
	/**transform: translateY(-23px);
	transition: all .4s;**/
}


footer .bottom-part .right-part > div{
	float: left;
	margin-left: 17px;
}




footer .amipci img{
	position: relative;
    top: -8px;
}
footer .frontaly,
footer .tfsla{
	width: 79px;
	height: 23px;
	overflow: hidden;
	transition: all .4s;
}
footer .frontaly img,
footer .tfsla img{
	transform: translateY(0);
	transition: all .4s;
}
footer .tfsla:hover img,
footer .frontaly:hover img:first-child,
footer .frontaly:hover img:last-child{
	transform: translateY(-23px);
	transition: all .4s;
}