/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 26/Mai/2014, 14:37:41
    Author     : filipemurteira
*/

#conteudo .listaTrabalhos{
    text-align: center;
}
#conteudo .listaTrabalhos .item{
    position: relative;
    width: 310px;
    height: 100px;
    display: block;
    text-align: left;
    margin-right: 10px;
    float: left;
}
#conteudo .listaTrabalhos .item.last{
    margin-right: 0px;
}
#conteudo .listaTrabalhos .row{
    margin-bottom: 10px;
}

#conteudo .listaTrabalhos .item .detalhes{
    position: absolute;
    width: 160px;
    height: 100px;
    top: 0px;
    left: 150px;
    text-align: left;
}

#conteudo .listaTrabalhos .item a:hover .detalhes{
    display: block;
    background-color: #f9af4c;
}
#conteudo .listaTrabalhos .item a:hover .detalhes .nome{
    color: #FFFFFF;
}
#conteudo .listaTrabalhos .item .detalhes .nome{
    color: #000000;
    font-size: 13px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    line-height: 16px;
}
#conteudo .listaTrabalhos .item .detalhes .desc{
    color: #000000;
    font-size: 11px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 100;
    line-height: 13px;
}