/*
Design by Mayllon Veras
*/

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(../img/body.jpg) repeat-x;
	font: normal 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #666666;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #026d25;
}

h1 {
	font-size: 18px;
}

h2 {	font-size: 15px}

h3 {
	letter-spacing: 2px;
	font-size: 11px;
}

h3 a:link{
	text-decoration:none
	}

p, blockquote, ul, ol {
	line-height: 18px;
	text-align: justify;
}

blockquote {
	padding-left: 20px;
	background: url(../img/img05.gif) repeat-y;
}

a {
	color: #026d25;
}

a:hover {
	text-decoration: none;
}

.listaAction{
	height: 33px;
	margin: 10px 0 0 0;
	}

.actionListar{
	height: 18px;
	float: left;
	margin: 3px;
	background: url(../img/listar1.gif) left center no-repeat;
	padding: 5px 0 0 18px;
	}

.actionListar a{
	text-decoration: none;
	color: #01e;
	}

.actionListar a:hover{
	border-bottom: dotted 1px;
	}

.actionNovo{
	height: 18px;
	float: left;
	margin: 3px;
	background: url(../img/novo1.gif) left center no-repeat;
	padding: 5px 0 0 18px;
	}

.actionNovo a{
	text-decoration: none;
	}

.actionNovo a:hover{
	border-bottom: dotted 1px;
	}

.actionExcluir{
	height: 20px;
	float: left;
	margin: 3px;
	background: url(../img/excluir1.gif) left center no-repeat;
	padding: 5px 0 0 18px;
	}

.actionExcluir a{
	text-decoration: none;
	color: #d00;
	}

.actionExcluir a:hover{
	border-bottom: dotted 1px;
	}

.actionEditar{
	height: 20px;
	float: left;
	margin: 3px;
	background: url(../img/editar1.gif) left center no-repeat;
	padding: 5px 0 0 18px;
	}

.actionEditar a{
	text-decoration: none;
	color: #ff8400;
	}

.actionEditar a:hover{
	border-bottom: dotted 1px;
	}

.lista{
	background: #eee;
	padding: 5px;
	}

.lista1{
	background: #ddd;
	padding: 5px;
	}

#flash, .error-message{
	color: #f60;
	font: bold 15px "Trebuchet MS", Arial, Helvetica, sans-serif;
	}

.error-message{
	color: red;
	font-size: 12px;
}

#cabecalho{
	font-size: 25px;
	margin: 0 0 20px 0;
	}

.titulo{
	font-size: 18px;
	}

.titulo a{
	text-decoration: none;
	}

.titulo a:hover{
	border-bottom: dotted 1px;
	}

/* Header */

#header {
	width: 760px;
	height: 180px;
	margin: 0 auto;
	background: url(../img/img02.jpg);
}

#header h1, #header h2 {
	text-transform: none;
	font-weight: normal;
	color: #FFFFFF;
}

#header h1 {
	float: left;
	padding: 120px 0 0 20px;
	font-size: 36px;
}

#header h2 {
	float: right;
	padding: 160px 20px 0 0;
	font-size: 15px;
}

#logo{
	height: 180px;
	width: 170px;
	background: transparent url(../img/logo.gif) no-repeat 50% 50%;
	float: left;
	}

/* Menu */

#menu {
	width: 760px;
	height: 50px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 17px 20px 0 20px;
	background: url(../img/menu.gif) no-repeat;
	text-transform: uppercase;
	text-decoration: none;
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #D8D8D8;
}

#menu a:hover {
	color: #FFFFFF;
}

#menu .first a {
	background: none;
}

/* Content */

#content {
	width: 720px;
	margin: 0 auto 20px auto;
	padding: 20px;
	background: #FFFFFF url(../img/content.jpg) repeat-x left bottom;
}
.negrito{
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #026d25;
	}

/* Posts */

#posts {
	float: left;
	width: 480px;
}

.logos{
	height: 75px;
	width: 45%;
	float: left;
	margin: 10px 2px 10px 2px;
	border: #000 1px dashed;
	}

#care{
	background: #FFFFFF url(../img/care.jpg) no-repeat 50% 50%;
	}

#embrapa{
	background: #FFFFFF url(../img/embrapa.jpg) no-repeat 50% 50%;
	}

#floravida{
	background: #FFFFFF url(../img/floravida.jpg) no-repeat 50% 50%;
	}

#ufpi{
	background: #FFFFFF url(../img/ufpi.jpg) no-repeat 50% 50%;
	}


#kellogg{
	background: #FFFFFF url(../img/kellogg.jpg) no-repeat 50% 50%;
	}


/* Recados */
#recados{
	width: 195px;
	height: 300px;
	overflow: auto;
	}

#recadosIndex{
	background: #cfc url(../img/aspas2.gif) no-repeat 99% 99%;;
	padding: 5px 20px 5px 15px;
	margin-bottom: 10px;
	}


/* Links */

#links {
	float: right;
	width: 200px;
	padding-left: 20px;
	background: url(../img/link.gif) repeat-y;
}

#links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#links li ul {
	padding: 5px 0 30px 0;
}

#links li li {
	padding: 7px 10px;
	background: url(../img/linkLi.gif) repeat-x left bottom;
}

#links li a {
	text-decoration: none;
}

#links li a:hover {
	text-decoration: underline;
}

#links li i {
	font-style: normal;
	font-size: 9px;
}

#links li h2 { font-size: 14px; text-align: left}

/* Footer */

#footer {
	height: 100px;
	padding: 20px;
	background: #2D2D2D url(../img/footer.gif) repeat-x;
}

#footer p {
	text-align: center;
	color: #999999;
}


/* Boletins e Formulários à mão */

#icone dl dd.pdf a:link, #icone dl dd.pdf a:visited{ height: 25px; width: 100px; background: url("../img/Adobe-Reader-File.gif") no-repeat 25px 8px; padding: 60px 0 0 3px; float: left; display: block; text-align: center; margin: 5px; text-decoration: none}

#icone dl dd.doc a:link, #icone dl dd.doc a:visited{ height: 25px; width: 100px; background: url("../img/Word-File.gif") no-repeat 25px 8px; padding: 60px 0 0 3px; float: left; display: block; text-align: center; margin: 5px; text-decoration: none}

#icone dl dd.pdf a:hover, #icone dl dd.doc a:hover{ color: #669900; background-color:#cfc}

#icone dl dd.pdf em, #icone dl dd.doc em {background: url(../images/hover.png) no-repeat; 	width: 180px;	height: 45px;	 position: absolute;	top: -85px;	left: -15px;	text-align: center;	padding: 20px 12px 10px; 	font-style: normal;	z-index: 2; 	display: none;}

#icone h2{ clear: both }


.menu {
	padding: 0;
	margin: 0;
	text-align: left;
	list-style: none;
}
.menu li {
	padding: 0;
	margin: 0 2px;
	position: relative;
	display: block;
}
.menu a {
	padding: 14px 10px;
	display: block;
	color: #000000;
	width: 144px;
	text-decoration: none;
	font-weight: bold;
	background: url(../images/button.gif) no-repeat center center;
	display: block;
}

.menu a:hover{ background:  #19400E; color: #fff; }

.menu li em {
	background: #19400E url(../images/hover.png) no-repeat;
	color: #fff;
	width: 180px;
	position: absolute;
	top: -30px;
	left: 160px;
	text-align: center;
	padding: 10px;
	font-style: normal;
	z-index: 2;
	display: none;
}

#aviso{
	padding: 10px
}

#aviso h3{
	color: red;
	font-size: 14px;

}

/*       nova            ####################################################################
 */
#principal #sistemas .sistema{
	clear:both;
	margin-bottom:30px
}

#principal #sistemas .sistema h1{
	height:50px;
	font-size: 15px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: url(../img/barra-sistemas-principal.jpg) no-repeat 0 20px
}

#principal #sistemas .sistema .conteudo{
	width:43%;
	float:left;
}

#principal #sistemas .sistema .projetoss{
	width:50%;
	float:right;
	background-color:#ccd7ff;
	text-align:left;
	padding: 0 10px
}

#principal #sistemas .sistema ul.projetoss {
	width:50%;
	list-style:none;
	margin:0;
	text-align:left;
	padding: 10px
}

#principal #sistemas .sistema ul.projetoss li{
	margin: 13px 0
}

#principal #sistemas .sistema ul.projetoss  li a:link, #principal #sistemas .sistema ul.projetoss  li a:visited{
	text-decoration:none;
}

#principal #sistemas .sistema ul.projetoss  li a:hover{
	text-decoration:underline;
}

div#linksSugeridos .link{
	margin: 10px;
}

div#linksSugeridos .link .url{
	color: blue;
	font-size: 14px
}

div#linksSugeridos .link .descr{
	margin: 5px 0 20px 5px;
}


	

