/* 
*  ########################################################################################
*  ####################################				    ###################################
*  ####################################  MASTER_FOOTER  ###################################
*  ####################################				    ###################################
*  ########################################################################################
*/
footer#master_footer div#affiliates_footer {
    margin: 0 29px;
    position: relative;
    height: 26px;
}

a#accival_logo_footer,
a#banamex_logo_footer {
    display: block;
}

/* ---------- ACCIVAL_LOGO_FOOTER ---------- */
a#accival_logo_footer {
    width: 61px;
    height: 26px;
}

.accival_logo_footer_private {
    width: 61px;
    height: 26px;	
}

/* ---------- BANAMEX_LOGO_FOOTER ---------- */
a#banamex_logo_footer {
    position: absolute;
    right: 0;
    bottom: 0px;
    width: 88px;
    height: 20px;
}

.banamex_logo_footer_private {
    position: absolute;
    right: 0;
    bottom: 0px;
    width: 88px;
    height: 20px;
}

/* ------------------------- SOCIAL_MEDIA ------------------------- */
ul#social_media {
    position: absolute;
    right: 0px;
    bottom: 0;
    height: 16px;
    line-height: 16px;    
}

ul#social_media li {
    float: left;
    margin: 0 0 0 6px;
    font-weight: bold;
    color: #666;
}

ul#social_media li:first-child {
    margin: 0;
}

ul#social_media li a {
    width: 16px;
    height: 16px;        
    display: block;
    float: left;
}

/* ---------- FACEBOOk_FOLLOW ---------- */
#facebook_follow  {
    background: url("/accitrdapp/cmng/image/at_facebook_footer.png") left top;    
}

/* ---------- TWITTER_FOLLOW ---------- */
#twitter_follow {
    background: url("/accitrdapp/cmng/image/at_twitter_footer.png") left top;
}

/* ---------- YOUTUBE_FOLLOW ---------- */
#youtube_follow  {
    background: url("/accitrdapp/cmng/image/at_youtube_footer.png") left top;    
}

/* 
*  ################################################
*  #################             ##################
*  #################  COPYRIGHT  ##################
*  #################             ##################
*  ################################################
*/
p#copyright {
    padding: 16px 0 16px 0;
    border-top: 1px solid #ccc !important;
    margin: 8px 29px 0 29px;
    line-height: 1.4;
    color: #999;
    position: relative;
    overflow: hidden;
    clear: both;
}

/* ---------- TERMS_CONDITIONS ---------- */
a#terms_conditions {
    position: absolute;
    right: 0px;
    top: 16px;
    display: block;
    font-weight: bold;
    color: #666;
    text-transform: uppercase;
}

a#terms_conditions:hover {
    text-decoration: underline;
}