.grupo-investigacao .full .descricao
{
    margin-bottom: 20px;
}

.grupo-investigacao .line .title
{
    font-size: 0.7em;
}

.grupo-investigacao .line
{
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
    -moz-border-radius-topleft:5px;
    -moz-border-radius-topright:5px;
    clear: both;
    border: 1px solid #AAAAAA;
    margin-bottom: 20px;
    padding: 10px;
}

.grupo-investigacao .line:hover
{ 
    background-color: #EEEEEE;
}

.grupo-investigacao .line .descricao
{
    width: 35%;
    overflow: auto;
    float: left;
    height: 200px;
    padding-right: 2px;
}

.grupo-investigacao .line .descricao p
{ 
    text-align: left;
 }

.grupo-investigacao .line .responsavel
{ 
    width: 60%;
    float: left;
}

.grupo-investigacao .line .responsavel .ficha-pessoal
{
    float: left;
    overflow: auto;
    width: 400px;
}

.grupo-investigacao .line .responsavel .ficha-pessoal .dados-pessoais
{
    float: left;
    overflow: auto;
    margin-left: 10px;
    
}

.grupo-investigacao .line .responsavel .ficha-pessoal .foto img
{
    width: 70px;
}

.grupo-investigacao .line .responsavel .ficha-pessoal .dados-pessoais .valor
{
    width: 200px;
}
    
/* INVESTIGADORES - START*/
.investigadores .ficha-pessoal
{
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
    -moz-border-radius-topleft:5px;
    -moz-border-radius-topright:5px;
    border:1px solid #AAAAAA;
    margin-bottom: 10px;
    padding:5px;
}

.investigadores .ficha-pessoal:hover
{
    background-color: #EEEEEE;
}

.investigadores .ficha-pessoal .foto img
{
 border: none;
 padding: 3px;
}

.investigadores .ficha-pessoal .foto
{ 
    width: 80px;
}

.investigadores .ficha-pessoal .dados-pessoais
{ 
    font-size: 90%;
 }

/* INVESTIGADORES : END */

.ficha-pessoal a:hover
{
 color: #FC6230 !important;
    text-decoration: underline !important;
}

.ficha-pessoal
{	
    display: block;
    padding: 5px;
}

.ficha-pessoal .foto
{
    float: left;
    display: block;
}

.ficha-pessoal .foto img
{
 border: 1px solid #CCCCCC;
 padding: 3px;
}

.ficha-pessoal .dados-pessoais
{
    float: left;
    margin-left: 50px;
    display: block;
}

.ficha-pessoal .nome
{
    font-size: 1.3em;
    max-width: 300px;
}

.ficha-pessoal .contactos
{
    margin-top: 10px;
    font-size: 1.0em;
}

.ficha-pessoal .contactos .label
{
    clear: left;
    float:left;
    font-weight:bold;
    text-align:left;
    width: 100px;
}

.ficha-pessoal .contactos .valor
{
    display: block;
    margin-left: 10px;
    float: left;
}

