

body {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	FONT-SIZE: 12px;
	background-color:#F0F0F0;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	COLOR: #333333;
	PADDING-TOP: 0px;
	FONT-FAMILY: Arial;
	
	
}
.titulo_bold {
	text-decoration: none;
	font-weight: bold;
}
.titulo_portifa_big {
	text-decoration: none;
	font-weight: bold;
	font-family: "Courier New", Courier, monospace;
	font-size: 20px;
	font-style: italic;
}
.titulo_small {
	text-decoration: none;
	font-weight: normal;
	font-family: tahoma;
	font-size: 11px;
}
.titulo_table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
hr {
	height: 1px;
	color: #E9E9E9;
}
.formulario_portifa {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #333333;
	border: 1px solid #666;
}
.formulario_contato {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	resize: none;
}
a:link {
	text-decoration: none;
	color: #333333;
}
a:visited {
    text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
    text-decoration: none;
	color: #333333;
}
.link {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
.fundotd_black {
	background-color: #333333;
}
.fundotd_grey {
	background-color: #CCCCCC;
	height: 18px;
	width: 20px;
	padding-top:4px;
	vertical-align: middle;
	font-size: 14px;
	float: left;
	position: relative;
	margin-right: 10px;
	margin-top: 10px;
}
.fundotd_table2 {
	background-color: #034D4D;
}
.fundotd_rodape {
	background-image: url(images/fundo_rodape.png);
	background-repeat:repeat-x
}
.fundotd_contato1 {
	background-image: url(images/fundo_form1.png);
	background-repeat: no-repeat;
	text-align: center;
}
.fundotd_contato2 {
	background-image: url(images/fundo_form2.png);
	background-repeat: no-repeat;
	text-align: center;
}
.fundotd_cv {
	background-image: url(images/desenho_comunic_visual_over.png);
	background-repeat: no-repeat;
}

/* IMAGE SLIDER */

#slides {
	position:relative;

	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:589px;
	height:540;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container a {
	width:589px;
	height:540px;
	display:block;
}

.slides_container a img {
	display:block;
}

/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:325px;
	left:-50px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	left:580px;
}

/*
	Pagination
*/

.pagination {
	margin:0px auto 0;
	
	width:100px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(img/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

.div_thumbs{
   float: left;	
   width: 176px;
   margin-bottom: 20px;
}

.div_separador{
	float: left;
	width: 20px;
	min-width: 17px;
}

.div_novalinha{
	width: 100%;
	float: none;
	position: relative;
	clear: both;
	
}
.desc_trabalho {
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
.desc_trabalho_bold {
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
