@charset "utf-8";
.pics{
	height: 300px; /*altura das imagens*/
    width: 675px; /*largura das imagens*/
    overflow: hidden; /*limitando a div*/
    position: relative;
}
.pics img {
    height: 300px; /*altura das imagens*/
    width: 675px; /*largura das imagens*/
    overflow: hidden; /*limitando a div*/
}

.boletins{
    position: absolute;
    top: 125px;
    left: 540px;
    background: #cc0000;
    color: #ffffff;
    text-align: center;
    z-index: 999;
    width: 200px;
    padding: 5px;
    font-size: 14px;
    font-weight: bold;
    font-family:Tahoma, Geneva, sans-serif;
    cursor: pointer;
}
.boletins:hover{
    background: #FE0000;
}

.boletins small{
    display: block;
    font-weight: normal;
    margin-top: 5px;
}

.bt-boletins{
    color: #333333;
    font-size: 13px;
    display: block;
    padding: 5px 0;
}