/*
 * Mecada web main stylesheet
 * 
 * Mauricio Del Solar
 * mdsr.pro@gmail.com
 *
 * Copyright ©2013
 */

body {
    font: 100% Arial, sans-serif;
}


#menu {
    float: right;
    font-size: 0.875em; /* 14/16 */
}

#menu li {
    display: inline;
    padding-left: 0.35714285714286em; /* 5/14 */
    border-left: 1px solid #000;
    color: #c00;
    text-transform: uppercase;
}

#menu li:first-child {
    border-left: none;
}

#menu a {
    text-decoration: none;
    color: #000;
}

#menu a:hover {
    color: #c00;
}

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1.875em; /* 30/16 */
}

#footer p {
    font-size: 0.75em; /* 12/16 */
    line-height: 2.5em; /* 30/12 */
}

#social-network {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-right: 1.953125%; /* 20/1024 */
}
