@font-face {
    font-family: myFirstFont;
    src: url(sansation_light.woff);
}

.rhomelink 
{
    display: none;
}

body
{
    margin: 0;
    background-color: #f9f5e6;
    font-family: "Gill Sans Extrabold", Helvetica, sans-serif
}

#mail_foo:ter 
{
    color: #af1f27;
}

/** Header - header section CSS3 definitions **/

#header 
{
    height: 150px;
    background-image:url("http://resources.unimeta.edu.co/images/background/UNIMETA_researching_direction_header_517x300.png"), url('http://resources.unimeta.edu.co/images/background/UNIMETA_slogan_729x277.png'), url("http://resources.unimeta.edu.co/images/background/UNIMETA_header_2200x300.png");
    background-color: #fff;
    background-position: right center, right center, left bottom;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: 25%, 15%, cover;
}

#home
{
    float: left;
    height: 150px;
    width: 150px;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    margin-left: 50px;
    margin-top: 50px;
}

.homelink
{
    text-decoration: none;
}

#body 
{
    margin: auto;
    background-color: #f9f5e6;
    
}

#body ul 
{
    list-style-type: none;
    border: 1px solid #000;
    background-color: #fff;
    width: 96%;
    padding: 1%;
    
}

#body #mail_content 
{
    padding-left: 2%;
    padding-top: 2%;
    
}

#body #google_maps 
{
    border: 1px solid #000;
    width: 98%;
    margin: left; 
}


.header 
{
    font-size: 160%;
    display: block;
    padding-bottom: 2%;
    
}

/** Footer - MEM resolution section CSS3 definitions **/
#MEN
{
    background-color: #f9f5e6;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size:x-small;
    text-align: center;
}

/** Footer - copyright section CSS3 definitions **/

#copyright 
{
    font-size:x-small;
    margin: 0;
    background-color: #f54150;
    color: #fffff9;
    padding: 1%;
}

#copyright li
{
    padding: 0% 1% 0 0;
    list-style-type: none;
    display: inline;
}


#copyright li.last
{
    margin: 0;
    padding: 0% 10% 0 1%;
    list-style-type: none;
    border-left: 1px #fffff9 solid;
}


#copyright a
{
    text-decoration: none;
    color: #fffff9;
}

#copyright a {
    display: inline-block;
    position: relative;
    padding-bottom: 3px;
}

#copyright a:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    transition: width 0s ease, background .5s ease;
}

#copyright a:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    background: #fffff9;
    transition: width .5s ease;
}

#copyright a:hover:before {
    width: 100%;
    background: #fffff9;
    transition: width .5s ease;
}

#copyright a:hover:after 
{
    width: 100%;
    background: transparent;
    transition: all 0s ease;
}



@media screen and (max-width:1024px) 
{
    /***/
    
    #copyright
    {
        padding: 2%;
        text-align:center;
    }
    
    #copyright li
    {
        display: block;
        margin-bottom: 2%;
    }

    #copyright li.last
    {
        border-left: 0px;
        padding: 0% 1% 0 0;
    }    
}

@media screen and (max-width:800px)
 {

    .rhomelink 
    {
        display: block;
        opacity: 1;
        -webkit-animation: display-none-transition 3s both;
        animation: display-none-transition 3s both;

    }

    @-webkit-keyframes display-none-transition {
        0% {
            opacity: 0;
        }
    }
    @keyframes display-none-transition {
        0% {
            opacity: 0;
        }
    }

    .homelink 
    {
        display: none;
        opacity: 0;
    }

    #home
    {
        position: absolute;
        margin: auto;
        top: 50px;
        right: 0;
        left: 0;
        width: 200px;
        height: 200px;
        background-color: transparent;
        border-radius: 3px;
    }
    
}