h1,h3{
    padding: 3px 5px 6px;
}

.borda-fundo{
    float: right;
    position: relative;
    width: 415px;
    height: 424px;
}

.link-artigo{

}

.link-artigo h2{
    text-align: left;
    font-weight: normal;
    line-height: 22px;
}

.link-artigo a:hover{
    text-decoration: none;
}

.esquerda
{
    float:right;
}

hr{
    clear:both;
    margin:5px 0;
}

.artigo-previa{
    padding:  0 0 10px 0;
}

.artigo-imagem-float {
    float:left;
}

.artigo-imagem {
    width:140px;
    height:90px;
    display:table-cell;
    vertical-align:middle;
    text-align:center;
}

.artigo-imagem span {
    margin:auto !important;
    float:none !important;
    border-radius:5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border:1px solid #000;
}

.caixa-texto img {
    float:none;
    margin:0;
}

.caixa-texto ul {
    list-style: inside;
}

.caixa-texto ol{
    list-style: inside decimal;
}

.twitter {
    display: inline-block;
    float: right;
    margin: 0 0 0 15px;
}

.twitter a {
    background: transparent url('{url_imagens}twitt-isto.png') no-repeat center top;
    color: transparent;
    display: block;
    height: 96px;
    width: 79px;
}

.twitter a:hover {
    background: transparent url('{url_imagens}twitt-isto.png') no-repeat center -96px;
}

#fotos-artigos{
	margin-bottom: 15px;
}

@media screen and (max-width: 450px){
    .caixa-texto img,
    .caixa-texto img.imagem{
        width: 100%;
        height: 100%;
        float: left;
        margin: 0px 0px 10px 0px;
    }
}