/* CSS Document */
* {margin:0 auto;padding:0;list-style:none;text-decoration:none;}


html,address{
	font:normal normal 11px Arial,Verdana, Tahoma,  Helvetica sans-serif ;
	}

	
body{
	text-align:center;
	margin:0 auto;
	padding:0;
	background-image: url(../image/back.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #727272;
	}
	

#principal{
	width:777px;
	display:table;
	text-align:left;
	position:relative;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	}
	
#content {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:10;
	}
	
img{border:none;}
a{color:#000;}
a:hover{ text-decoration:underline;}

/* CLASSES DE USO GERAL*/
.left{float:left}
.right{float:right}
.clear{clear:both;}
.clearr{clear:right;}
.clearl{clear:left;}
.bold{ font-weight:bold}
.em{ font-style:italic}
.indent{text-indent:-1000000px}
.tleft{text-align:left;}
.tright{text-align:right;}
.tcenter{ text-align:center}
.font10{font-size:10px;}
.font11{font-size:11px;}
.font12{font-size:12px;}
.font13{font-size:13px;}
.font14{font-size:14px;}


/*##################################################################################################*/

/*topo*/
div#topo{
	width:777px;
	height:274px;
	background:#252928;
	}


/*corpo*/
div#corpo{
	width:777px;
	background:url(../image/bck_corpo.gif) repeat-y;
	float:left;
	}
	
/*coluna*/
div#coluna1{
	width:180px;
	min-height:470px;
	_height:470px;
	background:url(../image/bc1.jpg) no-repeat #c4a127;
	background-position:right;
	float:left;
	padding:25px 0 0 10px;
	}
	
div#coluna1 ul{
	width:160px;
	padding-left:10px;
	margin-bottom:20px;
	float:left;
	}
	
div#coluna1 ul li{
	width:160px;
	background:url(../image/bg_list.gif) no-repeat;
	padding-left:10px;
	float:left;

	}
div#coluna1 ul li a{
	color:#333;
	display:block;}


/*Coluna2*/
div#coluna2{
	width:180px;
	min-height:470px;
	_height:470px;
	background:url(../image/bc2.jpg) repeat-y #dcb52c;
	background-position:right;
	float:left;
	padding:25px 0 0 10px;
	}
div#coluna2 p{
	margin:0 15px 10px 10px;
	}

div#coluna2 p a{
	color:#FFF;
	float:right;
	}

.galeria{
	width:100%;
	display: block;
	float: left;
	clear: left;
	margin-top: px;
	margin-bottom:5px;
	}


.galeria a img{
	margin: 0px auto;
	float: none;
	margin: 0px auto;

}
.galeria a{
	padding: 2px;
	margin: 1px;
	float: left;
	background-color: #FFFFFF;
	display: block;
	border: 1px solid #CCCCCC;
	text-align: center;
	height: 47px;
	width: 70px;
}
/*coluna3*/

div#coluna3{
	width:392px;
	padding-top:20px;
	background:#FFF;
	float:right;
	}
div#coluna3 p{
	margin-bottom:10px;
	color:#353535;
	text-align:justify;
	}
div#coluna3 span, div#coluna3 p a{
	color:#c4a127;
	}
	
span.video{
	float:left;
	display: block;
	clear: left;
	margin:0 10px 20px 0;
	}
	
	.video embed{
	width: 370px!important;
	height: 300px!important; 
	}
	.video object{
	width: 370px!important;
	height: 300px!important; 
	}
	
.c3leia {
	float:right;
	margin:-10px 55px 0 0;
	}
	
.c3leia a{
	color:#deba39;
	}

div#caixa{
	width:390px;
	float:left;
	background-position:right top;
	background-image: url(../image/bg1_caixa.gif);
	background-repeat: no-repeat;	
	}

div#caixa1{
	width:390px;
	position:relative;
	float:left;
	height:130px;
	background-position:left bottom;
	padding-bottom:30px;
	_padding-bottom:30px;
	background-image: url(../image/bg2_caixa.gif);
	background-repeat: no-repeat;
	}
	
div#caixa_meio{
	width:300px;
	margin-left:40px;
	}
	
div#caixa_meio p{
	margin-bottom:7px;
	}

.flutuante{
	float:left;
	margin:0 15px 20px 0;
	}
/*Trabalhos*/
div#trabalhos{
	width:392px;
	position:relative;
	}

div#trabalhos p{
	margin:0 30px 10px 0;
	}

div.trab{
	width:392px;
	float:left;
	margin-bottom:20px;
	}
div.trab p a{
	font-weight:bold;
	color:#c4a127;
	}


img.foto{
	background:#fbfbfb;
	padding:1px;
	margin:0 10px 20px 0;
	border:1px #d0d0d0  solid;
	float:left;
	}

img.bt_click{
	position:absolute;
	margin:50px 0 0 -42px;
	}


	

/*rodape*/
div#rodape{
	width:767px;
	height:40px;
	padding:15px 0 0 10px;
	background:#252928;
	float:left;
	color: FFFFFF;
	}
div#rodape img{
	margin:5px 10px 0 0;
	float:right
	}
div#rodape p{
	color:#FFFFFF;
	float:left;
	}
	#rodape a {
	color: #FFFFFF
	}

.alerta {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	background-color: #FFFFCC;
	clear: left;
	width: auto;
	padding: 10px;
	margin: 10px auto;
	border: 1px dashed #FFFF99;
	text-align: center;
}
#rodape a {
	color: #CCCCCC;
	text-decoration: none;
}
.escolhas li {
	padding-left: 10px;
}
.escolhas a{
	font-size: 14px;
	color: #666666;
	font-weight: bold;
}
.botoes {
	clear: both;
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#legendas label{
	display: block;
	width: 120px;
	text-align: right;
	float: left;
	clear: left;
	margin-right: 5px;
	margin-top: 5px;
}
#legendas fieldset legend {
	background-color: #FFFFFF;
}
#legendas fieldset {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}