@charset "utf-8";
/* CSS Document */
*{
	margin:0 auto;
	padding:0;
	font-family:arial,verdana,cursive;
	font-size:12px;
	color:#606060;
	text-decoration:none;
}
ul{
	list-style: none;
}
h1, h2, h3{
	font-family:Georgia, Arial, Helvetica, sans-serif;
}
h1{		font-size:160%; color:#C5AC7F; text-align:right; }
h2{		font-size:150%; color:#C5AC7F; }

.container{ 	width:760px; }
.left{	float:left;}
.right{	float:right;}
a img{ border:none; }
body{
	background-color:#E9E3D7;
	background-image: url('../_img/bg.gif');
}

.body{
	width:900px;
}

/* +++++++++++++++++++++++++++++++++++++

	CABECALHO

 +++++++++++++++++++++++++++++++++++++ */
.barra{
	height: 41px;
	background-image: url('../_img/bg-barra.jpg');
	background-repeat:repeat-x;
	text-align:center;
}
.barra img{
	margin-top:8px;
}
.cabecalho{
	background-image: url('../_img/cabecalho.jpg');
	background-position:center center;
	height:205px;
	text-align:center;
}

#cabecalho{
	height:205px;
	width:900px;
	text-align:left;
	
}

/***** MENU *****/
.cabecalho .menu{
	background-image: url('../_img/bg-menu.jpg');
	background-repeat: no-repeat;
	background-position:center 62px;
	width:900px;
	height:205px;
}
.cabecalho .menu ul{
	margin-top:62px;
	float:right;
}
.cabecalho .menu ul li{
	width:115px;
	float:left;
	line-height:50px;
	text-align:center;
}
.cabecalho .menu ul li a{
	color:#DDD;
	display:block;
	font-size:150%;
}
.cabecalho .menu ul li a:hover{
	color:#C7AF90;
	
}
/***** LOGO *****/
.cabecalho .logo{
	background-image: url('../_img/logo.jpg');
	width:160px;
	height:175px;
	overflow:hidden;
	text-indent: -9000px;
	position:absolute;
	margin-left:45px;
	z-index:2;
}
.cabecalho .adobe{
	position:absolute;
	z-index:1;
	color:#EEE;
	margin-top:20px;
	margin-left:250px;
	
}


/* +++++++++++++++++++++++++++++++++++++

	ESQUERDA

 +++++++++++++++++++++++++++++++++++++ */
.div-esquerda{
	width:250px;
	float:left;
	margin-right:20px;
	overflow:hidden;
}
.cont-esq h2{
	text-align:left;
	padding-left:15px;
}
.cont-esq a img{
	margin-top:10px;
/*	-moz-opacity: 0.99;
	opacity: 0.99;
	filter: alpha(opacity=99);
*/
}
.cont-esq a:hover img{
/*	-moz-opacity: 0.7;
	opacity: 0.7;
	filter: alpha(opacity=70);
*/	
}
.cont-esq a{
	width:230px;
	height:134px;
}
.cont-esq{
	text-align:center;
}
.cont-esq, .cont-container{
	background-image: url('../_img/bg-principal.jpg');
	background-color:#FCFBF6;
}
.top-esq, .bottom-esq{
	width:250px;
	height:20px;
}
.top-esq{ 	background-image: url('../_img/top-esq.jpg');}
.bottom-esq{background-image: url('../_img/bottom-esq.jpg');}

/* +++++++++++++++++++++++++++++++++++++

	PRINCIPAL

 +++++++++++++++++++++++++++++++++++++ */
.container{
	float:left;
	overflow:hidden;
	width:620px;
}
.cont-container{
	padding:10px;
	overflow:hidden;
}
.top-pri, .bottom-pri{
	clear:both;
	height:20px;
}
.top-pri{ 	background-image: url('../_img/top-principal.jpg');}
.bottom-pri{background-image: url('../_img/bottom-principal.jpg');}



/* +++++++++++++++++++++++++++++++++++++

	BOTTOM

 +++++++++++++++++++++++++++++++++++++ */
 .copy{
 	clear:both;
	width:650px;
	text-align:center;
	font-family:arial;
	color:#960;
	margin-top:40px;
}
.bottom{
	border-top:2px solid #362315;
	margin-top:2px;
	background-image: url('../_img/bg-bottom.jpg');
	background-position:center center;
	height:80px;
}
.menu-bottom ul{
	width:600px;
}

.menu-bottom ul li{
	width:100px;
	float:left;
	line-height:20px;
	text-align:center;
}
.menu-bottom ul li a{
	color:#CCC;
	display:block;
	font-size:120%;
	font-family:arial;
}
.menu-bottom ul li a:hover{
	color:#C7AF90;
	font-weight:bold;
	
}

/* +++++++++++++++++++++++++++++++++++++

	ALERTA

 +++++++++++++++++++++++++++++++++++++ */


/*MESSAGE BOX Iconized	  		 */
.message, .message-alert, .message-ok, .message-error{
	    padding:5px 50px;
	    margin:8px;
		text-align:center;
}
	.aviso{
		margin:10px 0;
		border:1px solid #999;
		padding:10px;
		background:#FFE;
		color:#666;
	}

	.message{
		border:dotted 1px #999; 
		background:#EFEFEF;
		color:#525252;
	}
	.message-alert{
	    background: #FFFFCC url(../_img/alert.png) 8px 50% no-repeat;
	    border: 1px solid #F4D650;
	    color: #C16803;
	}
	.message-ok{
	    background: #D5F7D4 url(../_img/accept.png) 8px 50% no-repeat;
	    border: 1px solid #349F2F;
	    color: #277823;
		
	}
	.message-error{
	    background: #FFECE6 url(../_img/error.png) 8px 50% no-repeat;
	    border: 1px solid #C16803;
	    color: #C16803;
	}
	.valid {
	    background: url(../_img/accept.png) no-repeat;
		display: block;
		margin:0 10px;
		width: 16px;
		height: 16px;
	}
.guia{
	 border-bottom:2px dotted #C5AC7F; 
}

.slide, object{
	margin-top:10px;
}

