* {
	margin: 0;
	padding: 0;
}

body {
	background:url(images/FundoFora.png) repeat-x #D9C5BF;
	color:#A97C70; 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0px 0px;
	padding-bottom:0px;
	overflow-x: hidden;
}

a {
	color: #C4B600;
	text-decoration: none;
}

a:hover {
	cursor:pointer;
	text-decoration:none;
}

img {
	border: none;
}

#clear {
	clear: both;
}

#tudo{
	width:900px;
	position:relative;
	margin: 0 auto;
	margin-bottom:10px;
}

/* HEAD */

#header{
	width:900px;
}

#headerBarra{
	/* background-color:#661701; */
	width:100%; 
	height:2px;
	padding:3px 0px 4px 0px;
	text-align:right;
}

#headerLogo{
	float:left; 
	margin-left:25px;
}

#headContactos{
	background:url(images/hcontact.gif) 50% 100% no-repeat;
	float:left;
	width:180px;
	height:60px;
	margin-left:40px;
}

#headerIcons{
	float:right; 
	margin-right:40px;
	margin-top:20px;
}

#headerMenu1{
	/* background:url(images/pedrinhas.png) 0% 100% no-repeat;*/
	text-align:left;
	float:left;
}

#headerMenu1  a{
	text-decoration:none;
	color:#661701;
	position:relative;
	width:9	0px;
	margin-left:120px;
	font-weight:bold;
	display:block;
	padding-bottom:4px;
	padding-top:4px;
	padding-left:10px;
}

#headerMenu1 a:hover{
	color:#FFFFFF;
	background:url(images/Botao.png) right no-repeat;
	width:170px;
	
}

#headerMenuLinkSelected {
	background:url(images/Botao.png) 100% 50% no-repeat; 
	color: #000000;
	width:300px;
}

#headerMenuLinkSelected a{ 
	color: #FFFFFF;
}


#headerMenu2{
	float:right;
	margin-right:50px;	
}

.headerIcons{
	vertical-align:bottom;
	padding-bottom:20px;
	padding-right:80px;
	text-align:right;
}


/* MENU 2*/
#menu2 ul{
font: bold 12px arial;
padding: 0px;
margin: 0px;
height: 22px;
}

#menu2 ul li{
list-style: none;
display:inline;
}

#menu2 ul li a{
padding: 4px 4px 4px 4px;
height:14px;
margin-bottom: 5px;
text-decoration: none;
float: left;
color: #FFFFFF;
background-color: #C4B600;
border-left: thin dotted #FFFFFF;
min-width:70px;
overflow:hidden;
}

#menu2 ul li a:hover{
color: #FFFFFF;
padding: 3px 4px 9px 4px;
margin-bottom: 0px;
background:url(images/Botaomenu.png);
background-position:0% 0%;
}

#menu2 ul li img{
padding: 0;
text-decoration: none;
float: left;
color: #661701;
}

/* BOTOES */

.botaoAdmn, .invBotaoAdmn:hover{
	padding:2px 4px;
	background-color:#A97C70;
	border:thin solid #A97C70;
	color:#FFFFFF;
	text-transform:capitalize;
	cursor:pointer;
}

.botaoAdmn:hover, .invBotaoAdmn{
	padding:2px 4px;
	border:thin solid #A97C70;
	background-color:#FFFFFF;
	color:#A97C70;
	text-transform:capitalize;
	cursor:pointer;
}

#fundoFlor{
	width:100%; 
	background:url(images/FlorFundo.png) 50% 0% no-repeat; 
	height:500px; 
	position:absolute;
	left:0px;
	z-index:-100;
}

#topBarra{
	float:left;
	position:absolute;
	z-index:-1;
	background:url(images/barraTopo.png) 0% 0%;
	height:97px;
	width:100%;
	left:0px;
}

