body{font-family:"Trebuchet MS", Tahoma, Geneva, sans-serif;}
/*----------------*/

.pesquisador-senior .foto-pesq-senior {
    background-size: cover;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0 0 1px #CCCCCC;
    display: block;
    float: left;
    height: 112px;
    margin: 0 7px 0 0;
    width: 92px;
}

.pesquisador-senior ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.pesquisador-senior h2.nome-pesq-senior {
    color: #00629E;
    font-size: 21px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}
.pesquisador-senior h3.grande-area {
    color: #565656;
    font-size: 17px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}
.pesquisador-senior .area-pesq-senior {
    color: #ACACAC;
    font-size: 13px;
}
.email-pesq-senior a {
    color: #0055FF;
    font-size: 13px;
    text-decoration: none;
}
.pesquisador-senior ul li {
    float: left;
    margin: 0 14px 17px 0;
    width: 47%;
}
.cv-lattes {
    background: none repeat scroll 0 0 #5599FF;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    display: table;
    font-size: 13px;
    margin: 4px 0 0;
    padding: 2px 8px 2px 4px;
	text-decoration: none;
}
.cv-lattes > span {
    background: url("http://www.cnpq.br/Portal-CNPq-Home-theme/css/../images/ico-cv.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    display: block;
    float: left;
    height: 15px;
    margin: 0 4px 0 0;
    width: 13px;
	
}
.clear{clear:both;}