

@media (min-width: 769px){
	
	.footer{
		width: 100%;
		min-height: 160px;
	}
	.footer_ul{
		margin-top: 20px;
	}
	.footer_logo{
		display: block;
		float: left;
	}
	
	.footer_right{
		display: block;
		float: right;
	}
	
	.footer_right ul{
		display: block;
	}
	
	.footer_right ul li{
		float: left;
		text-align: right;
	}
	
	.footer_copy{
		text-align: right;
	}
	
	.footer_right ul li{margin: 0 20px;}
}


@media (max-width: 769px){
	.footer_logo{
		/*Escondemos este logo*/
		display: none;
	}
	.footer_logo_small{
		display: block;
		width: 100%;
		float: left;
		margin-top: 35px;	
		margin-bottom: 35px;
	}
	
	.footer_logo_small img{
		display: block;
		margin: 0 auto;		
	}
	
	.footer_text{
		display: block;	
		text-align: center;	
		clear: both;
	}
	
	.footer_right ul{
		width: 100%;
		clear: both;		
	}
	
	.footer_right ul li{
		display: block;
		width: 43%;
		float: left;	
		margin-top: 20px;
		text-align: center;	
	}
	
	.footer_right ul li{margin-left: 20px; margin-right: 20px}
	
	.footer_copy{
		margin-top: -17px;
		padding-bottom: 40px;
	}
		
}

@media (max-width: 600px){

	.footer_right ul li {
		display: block;
		width: 100%;
		float: left;
		margin-top: 20px;
		text-align: center;
	}
	
	.footer_right ul li{margin-left: 0; margin-right: 0}

}

