/* 
-- Id: css/style_foot.css 2016-04-25 
-- Copyright (c) 2016 MovimientoWeb.com
*/

/* BEGIN foot */
.tdm_foot { width:100%; background-color:#0d1119; padding-top:100px; padding-bottom:100px; } 
.tdm_foot_content { width:1180px; vertical-align:top; text-align:center; padding-top:0px; } 
a.tdm_foot_menu_link { color:#ffffff; -webkit-transition:all .1s ease; transition:all .3s ease; display:inline-block; padding-left:25px; padding-right:25px; text-transform:uppercase; } 
a.tdm_foot_menu_link:hover { color:#ed3123; -webkit-transition:all .1s ease; transition:all .3s ease; } 

@media only screen and (min-width:1024px) and (max-width:1279px) { 
	.tdm_foot_content { width:990px; }
} 
@media only screen and (min-width:800px) and (max-width:1023px) { 
	.tdm_foot_content { width:760px; }
}
@media only screen and (min-width:640px) and (max-width:799px) { 
	.tdm_foot_content { width:600px; }
	a.tdm_foot_menu_link { font-size:12px; padding-left:15px; padding-right:15px; } 
} 
@media only screen and (min-width:480px) and (max-width:639px) { 
	.tdm_foot_content { width:440px; }
	a.tdm_foot_menu_link { font-size:11px; padding-left:10px; padding-right:10px; } 
}
@media only screen and (min-width:1px) and (max-width:479px) { 
	.tdm_foot_content { width:280px; }
	a.tdm_foot_menu_link { font-size:10px; padding-left:10px; padding-right:10px; } 
	.tdm_foot_copy_text span { display:block; } 
} 
/* END foot */
