#menu_hor a {
	/*-webkit-transition: background-color 0.6s linear;
	-moz-transition:  background-color 0.6s linear;
	-o-transition: background-color 0.6s linear;*/
	min-width: 35px;
	white-space: nowrap;
}

a {
	text-decoration:none;
}

.button2{
	font-size: 10px;
}

#menu_hor a ul{
	white-space: nowrap;
	min-width: 50px;
	z-index: 1001;
}

#compartilhaRedesSociais {
	float: right;
	border-top: 10px solid #EEEEEE;
	float: left;
	height: 30px;
	margin-top: 20px;
	padding-top: 5px;
	text-align: right;
	width: 100%;
}

table#resultado_busca,
table.resultado_busca {
	border: 0px solid #eeeeee;
	border-width: 0px 0px 10px;
}

table#resultado_busca tr:hover,
table.resultado_busca tr:hover {
	background-color: #dddddd;
}

table tr.lc {
	background-color: #ffffff;
	padding: 2px;
}

table tr.le {
	background-color: #f4f4f4;
	padding: 2px;
}

table tr.semDados {
	text-align: center;
}

table tr.lh th,
table tr.lh td {
	font-weight: bold;
	text-align: center;
	background-color: #eeeeee;
	padding: 5px;
}

.fieldset {
	height: 25px;
	margin:0px;
	padding: 0px;
}

.fieldset .submit {
	position: static;
	height: 27px;
	margin:0px;
	padding: 0px;
}

#ferramentasTopo .busca {
	margin: 0px;
}

.bgprp {
	background-image: url("../images/menulateral/bgprp.jpg");
        width: 195px;
        height: 75px;
        cursor: pointer;
}

#menuSecundario .menu a.ciencia {
	background-image: url("../images/menulateral/ciencia.png");
}
#menuSecundario .menu a.vegetal {
	background-image: url("../images/menulateral/vegetal.png");
}

#menuSecundario .menu a.territorio {
	background-image: url("../images/menulateral/territorioexpressao.png");
}
#menuSecundario .menu a.recursos {
	background-image: url("../images/menulateral/recursos.png");
}
#menuSecundario .menu a.educacao {
	background-image: url("../images/menulateral/colacoes.png");
}
#menuSecundario .menu a.engenharia {
	background-image: url("../images/menulateral/eng.png");
}
#menuSecundario .menu a.ensino_ciencia {
	background-image: url("../images/menulateral/ciencias.png");
}
#menuSecundario .menu a.ciencias_aplicadas {
	background-image: url("../images/menulateral/saude.png");
}
#menuSecundario .menu a.ambiente_sociedade {
    background-image: url("../images/menulateral/sociedade.png");
}
#menuSecundario .menu a.desenvolvimento_rural {
    background-image: url("../images/menulateral/mapa.png");
}
#menuSecundario .menu a.festival_cultura {
    background-image: url("../images/menulateral/casa.png");
}
#menuSecundario .menu a.centro_idiomas {
    background-image: url("../images/menulateral/linguas.png");
}
#menuSecundario .menu a.proext {
    background-image: url("../images/menulateral/livros.png");
}
#menuSecundario .menu a.prosol {
    background-image: url("../images/menulateral/incubadora.png");
}
#menuSecundario .menu a.pro_eventos {
    background-image: url("../images/menulateral/calendario.png");
}
#menuSecundario .menu a.bolsa_extensao {
    background-image: url("../images/menulateral/mochila.png");
}

.ofertas {
    margin-bottom: 20px;
}
.ofertas > .secao {
    margin-bottom: 5px
}
.ofertas > div > a > figure > img {
    max-width: 580px !important;
    width: 580px !important;
}

.datagrid table {
    border-collapse: collapse;
    text-align: left;
    width: 100%;
}

.datagrid {
    margin-top: 20px;

    font: normal 12px/150% Arial, Helvetica, sans-serif;
    background: #fff;
    overflow: hidden;
    border: 1px solid #2AA888;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.datagrid table td, .datagrid table th {
    padding: 3px 10px;
}

.datagrid table thead th {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #2EBC99), color-stop(1, #2BAD8C));
    background: -moz-linear-gradient(center top, #2EBC99 5%, #2BAD8C 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2EBC99', endColorstr='#2BAD8C');
    background-color: #2EBC99;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
    border-left: 1px solid #2AA888;
}

.datagrid table thead th:first-child {
    border: none;
}

.datagrid table tbody td {
    color: #001721;
    border-left: 1px solid #E1EEF4;
    border-bottom: 1px solid #E1EEF4;
    font-size: 12px;
    font-weight: normal;
}

.datagrid  tr:nth-child(odd){
    background-color: #f8fcfe;
}

.datagrid  tr:hover{
    background-color: #ecf0f2;
}

.datagrid table tbody .alt td {
    background: #E1EEF4;
    color: #001721;
}

.datagrid table tbody td:first-child {
    border-left: none;
}

.datagrid table tbody tr:last-child td {
    border-bottom: none;
}

.button-green {
    height: 30px;
    width: 150px;
    font: 12px Arial, Helvetica, sans-serif;
    font-weight: bold;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 3%;
    background: #43D1AF;
    border-bottom: 2px solid #30C29E;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    color: #fff;
}
.button-green:hover {
    cursor: pointer;
    background: #2EBC99;
}