/*********************************************
*   Desenvolvido por Lucas Henrique S. P.    *
*                 30/10/2015                 *
*********************************************/
@charset "UTF-8";

@keyframes selo {
    0%      { top: -200px; opacity: 0; }
    100%    { opacity: 100; }
}

#linkselo { width:auto; height:auto; margin: 0; padding: 0; top:10px; }

#container_selo {
    position: relative;
    width: 50px;
    height: 50px;
    margin: auto;
    padding: 0px 0px;
	top:2px;
    
}

#selo {
    width: 100px;
    height: 31px;
}

#selo selo {
    position: absolute;
    width: 300px;
    height: 150px;
    top: -140px;
    left: -160px;
    
    background: url(../_img/balao.png);
    display: none;
}

#selo:hover selo {
    display: table;
    animation: selo;
    animation-duration: .5s;
}

#selo h1 { font-size: 17px; font-family:Bauhaus 93; margin: 20px 15px; color: #FFFFFF; text-shadow:1px 1px 3px #000; }
#selo p  { font-size: 17px; font-family: arial; margin: 5px 15px; color: #FFFFFF; text-shadow:1px 1px 3px #000;}