@CHARSET "UTF-8";

.chamadas_home {
    border:1px solid #999;
    margin-bottom: 10px;
    padding:10px;
    position: relative;
    text-align:left;
}
.chamadas_home h1 {
    font-size:30px;
    margin-bottom:5px;
    margin-top:0px;
}
.chamadas_home a {
    text-decoration:none;
}
.chamadas_home img {
    width:100%;
    height: auto;
}
.chamada_apoiador img {
    width:auto !important;
}
.chamada_content {
    color:#808080;
    font-size:16px;
}
.chamada_content p {
    margin-top:5px;
}
.chamada_date {
    font-size:16px;
    font-weight:bold;
    text-transform:uppercase;
}
.chamadas_home ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.chamadas_home ul li {
    float: left;
    cursor: pointer;
}

.chamadas_home_content {
    position: absolute;
    clear: both;
    height: 266px;
    top: 26px;
    left: 0px;
}

.chamadas_home_li {
    width: 127px;
    height: 19px;
    background-image: url(cantoabas.png);
    padding: 5px 3px 2px;
}

.chamadas_home_li a {
    font-size: 1.3em;
    font-weight: bold;
    color: white;
}
/*
#chamadas_home_li_1 {
    background-color: #1c388c;
}

#chamadas_home_li_2 {
    background-color: #5a863b;
}

#chamadas_home_li_3 {
    background-color: #935ca6;
}

#chamadas_home_li_4 {
    background-color: #a4c539;
}

#chamadas_home_li_5 {
    background-color: #8db8c2;
}

#chamadas_home_li_6 {
    background-color: #f7a31c;
}

#chamadas_home_li_7 {
    background-color: #54c5cc;
}
*/
.chamadas_home_content a.dicas{
    position: absolute;
    background-image:url(dicas.png);
    height:17px;
    width: 67px;
    top: 234px;
    left: 854px;
}
.chamadas_home_content a.dicas:hover{
    background-image:url(dicas_over.png);
}

.chamadas_home_content a.regulamento{
    position: absolute;
    background-image:url(regulamento.png);
    height:17px;
    width: 157px;
    top: 235px;
    left: 679px;
}
.chamadas_home_content a.regulamento:hover{
    background-image:url(regulamento_over.png);
}
