.ticker img { vertical-align: text-bottom; }
.ticker {
width: 200px;
height: 205px;

padding: 45px 0px 0 24px;
overflow: hidden;

background: url(postit.png) top left;
position: absolute;
top: 400px;
left: 50%;
margin-left: 240px;

text-align:  center;

/*border: 1px solid red;*/
}

.ticker h1 {
font-size: 18px;
margin: 10px 0 10px 0;
color:#0066CC;
}
.ticker .contenido {
margin: 0 0 15px 0;
}
.ticker a {
font-weight: bold;
font-size:14px;
color:#9DB700;
text-decoration:none;
border-bottom: 2px solid #9DB700;
}
.ticker a:hover {
color:#ADC706;
border-bottom: 2px solid #ADC706;
}
