.hover-text-3:active {
color:#03529b;
}
/*Anuncio*/
.ticker-container {
height: 36px;
overflow: hidden;
border:1px solid #A9A9A9;
border-left:none;
border-radius:0 3px 3px 0;
}
.ticker-text {
height: 150%;
white-space:nowrap;
display:inline-block;
}
.inicio-ticker {
text-align: center;
float: left;
font-size: 100%;
color: white;
background: #808080;
padding: 3px 10px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px 0 0 3px;
height: 32px;
display:table;
}
.inicio-ticker b {
display: table-cell;
vertical-align: middle;
}