﻿#image-contactus-header
{
    height: 300px;
    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_contactus_500x100.png'), url("http://resources.unimeta.edu.co/images/background/UNIMETA_header_2200x300.png");
    background-color: #fff;
    background-position: right center, 95% center, left bottom;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: 25%, 30%, cover;
}


#image-pqrsf-header
{
    height: 300px;
    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_pqrsfd_624x100.png'), url("http://resources.unimeta.edu.co/images/background/UNIMETA_header_2200x300.png");
    background-color: #fff;
    background-position: right center, 95% center, left bottom;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: 25%, 40%, cover;
}


#image-cisar2018-header
{
    height: 300px;
    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_vicongress_624x100.png'), url("http://resources.unimeta.edu.co/images/background/UNIMETA_header_orange_2200x300.png");
    background-color: #fff;
    background-position: right center, 95% center, left bottom;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: 25%, 35%, cover;
}

#image-csyp-header
{
    height: 300px;
    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_vicongress_624x100(1).png'), url("http://resources.unimeta.edu.co/images/background/UNIMETA_header_orange_2200x300.png");
    background-color: #fff;
    background-position: right center, 95% center, left bottom;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: 25%, 35%, cover;
}

#image-espiritrompas-header
{
    height: 300px;
    background-image:url("http://resources.unimeta.edu.co/images/background/UNIMETA_researching_direction_header_517x300.png"), url('http://resources.unimeta.edu.co/images/background/espiritrompa_640x160.png'), url("http://resources.unimeta.edu.co/images/background/UNIMETA_header_2200x300.png");
    background-color: #fff;
    background-position: right center, 95% center, left bottom;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: 25%, 35%, cover;
}

#image-3CTerr2018-header
{
    height: 300px;
    background-image:url("http://resources.unimeta.edu.co/images/background/UNIMETA_researching_direction_header_517x300.png"), url('http://resources.unimeta.edu.co/images/background/'), url("http://resources.unimeta.edu.co/images/background/UNIMETA_header_2200x300.png");
    background-color: #fff;
    background-position: right center, 95% center, left bottom;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: 25%, 35%, cover;
}


#image-classpro2018-header
{
    height: 300px;
    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, 95% center, left bottom;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: 25%, 15%, cover;
}

#image-programs-header
{
    height: 200px;
    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, 95% center, left bottom;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: 25%, 15%, cover;
}

.rhomelink 
{
    display: none;
}

#home
{
    float: left;
    height: 200px;
    width: 200px;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    margin-left: 50px;
    margin-top: 50px;
}

.homelink
{
    text-decoration: none;
}

#top 
{
    height: 35px;
    width: 100%;
    background-image: url("/images/background/UNIMETA_red_menu_header_336x35.png");
    background-color: #f34150;
    background-position: left center;
    background-repeat: no-repeat;
}


* 
{
    box-sizing: border-box;
}

@-webkit-keyframes ticker 
{
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes ticker 
{
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.ticker-wrap 
{  
    position:relative;
    width: 95%;
    height: 102px;
    background-color: #fff;
    padding-left: 100%;
    box-sizing: content-box;
}

.ticker-wrap .ticker 
{  
    display: inline-block;
    height: 102px;
    line-height: 94px;
    white-space: nowrap;
    padding-right: 100%;
    box-sizing: content-box;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: ticker;
    animation-name: ticker;
    -webkit-animation-duration: 120s;
    animation-duration: 120s;
}

.ticker-wrap .ticker__item 
{
    display: inline-block;
    font-size: small;
    padding-right: 60px;
    color: #f1ea65;
}
