/* 
-- Id: foot.css 2014-06-13 
-- Copyright (c) 2014 MovimientoWeb.com
*/

.content { width:1163px; } 
.foot_bg { background-color:#282828; width:100%; } 
.foot_bg_social { background-image:url('../images/foot/foot_bg.jpg'); background-repeat:repeat-x; background-color:#ffffff; width:100%; height:48px; margin-top:20px; margin-bottom:30px; } 
.foot_bg_social_info { width:50%; } 
.foot_td_social_logos { width:50%; } 
.foot_info_txt { height:38px; padding-top:10px; text-align:left; font-family:'raspoutine_bold', Arial, Helvetica, sans-serif; font-size:24px; color:#ffffff; font-weight:normal; font-style:italic; } 
.foot_menu { margin-bottom:30px; } 
.foot_menu_td { text-align:center; } 
a.foot_menu_txt, a.foot_menu_txt:hover { height:21px; padding-top:5px; vertical-align:top; display:inline-table; color:#ffffff; font-family:Tahoma, Arial, Helvetica, sans-serif; font-size:12px; margin-left:5px; margin-right:5px; text-decoration:none; } 
.foot_menu_line { display:inline-table; background-image:url('../images/foot/foot_menu_line.jpg'); background-repeat:no-repeat; width:1px; height:26px; vertical-align:top; } 
a.foot_menu_txt:hover { text-decoration:underline; } 
.foot_info { margin-bottom:20px; } 
.foot_td_address { width:387px; text-align:left; } 
.foot_td_logo { width:389px; text-align:center; } 
.foot_td_contact { width:387px; text-align:right; } 
.foot_contact_tit { color:#2484d6; font-family:Tahoma, Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; }
.foot_contact_txt { color:#767676; font-family:Tahoma, Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal; }
a.foot_contact_txt { color:#767676; font-family:Tahoma, Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal; text-decoration:underline; }
a.foot_contact_txt:hover { color:#767676; font-family:Tahoma, Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal; text-decoration:none; border-bottom:1px dotted #767676; }
.foot_contact_mobile { display:none; visibility:hidden; } 
.foot_logo { width:236px; border:0px; } 
.foot_copy { background-color:#212121; } 
.foot_copy_txt { color:#484848; text-align:center; font-family:Tahoma, Arial, Helvetica, sans-serif; font-size:12px; padding-top:12px; padding-bottom:12px; } 

@media only screen and (min-width:960px) and (max-width:1279px) { 
	.content { width:930px; } 
	.foot_td_address { width:310px; } 
	.foot_td_logo { width:310px; } 
	.foot_td_contact { width:310px; } 
} 
@media only screen and (min-width:800px) and (max-width:959px) { 
	.content { width:760px; } 
	.foot_td_address { width:303px; } 
	.foot_td_logo { width:154px; } 
	.foot_td_contact { width:303px; } 
	.foot_logo { width:150px; } 
} 
@media only screen and (min-width:600px) and (max-width:799px) { 
	.content { width:560px; } 
	.foot_td_address { width:280px; } 
	.foot_td_logo { display:none; visibility:hidden; } 
	.foot_td_contact { width:280px; } 
} 
@media only screen and (min-width:400px) and (max-width:599px) { 
	.content { width:360px; } 
	.foot_bg_social { display:none; visibility:hidden; } 
	.foot_menu { display:none; visibility:hidden; } 
	.foot_td_address { width:180px; padding-top:10px; } 
	.foot_td_logo { display:none; visibility:hidden; } 
	.foot_td_contact { width:180px; padding-top:10px; } 
} 
@media only screen and (min-width:1px) and (max-width:399px) { 
	.content { width:260px; } 
	.foot_bg_social { display:none; visibility:hidden; } 
	.foot_menu { display:none; visibility:hidden; } 
	.foot_td_address { width:260px; text-align:right; padding-top:10px; } 
	.foot_td_logo { display:none; visibility:hidden; } 
	.foot_td_contact { display:none; visibility:hidden; } 
	.foot_contact_mobile { display:block; visibility:visible; } 
	.foot_copy_txt { padding-top:5px; padding-bottom:8px; } 
} 
