﻿/**
 * twitter.css
 *
 * Twitter box
 */

#tweets {
    background-image: url("../img/fondo3.jpg");
    background-repeat: no-repeat;
    height: 160px;
    margin-top: 1.4em;
    width: 300px;
    position: relative;
}

#tweets h3,
#tweets h2 {
    display: block;
    position: relative;
    width: auto;
    top: 13px;
    left: 45px;
    font-size: 16px;
    font-weight: bold;
    border-bottom: none;
}

.twitter-article {
    display: none;
    position: absolute;
    top: 50px;
    left: 5px;
    height: 75px;
    width: 290px;
}

.controls {
    position: absolute;
    top: 135px;
    width: 90%;
    left: 10px;
}

#tweets .prev {
    background: url('../img/btn_prev.jpg') no-repeat top left;
    height: 17px;
    width: 17px;
    float: left;
    margin: 0 2px;
    cursor: pointer;
}

#tweets .next {
    background: url('../img/btn_next.jpg') no-repeat top left;
    height: 17px;
    width: 17px;
    float: left;
    margin: 0 2px;
    cursor: pointer;
}

#tweets .prev.inactiu, #tweets .next.inactiu {
    opacity: 0.5;
    cursor: none;
}

#loading-container {
    position: relative;
    top: 60px;
    left: 120px;
}

.div_more {
    float: right;
}

.data_tweet {
    display: block;
    position: absolute;
    font-size: 10px;
    bottom: 0;

}

