/* CSS Mônica Mazorche */

/* ========== TAGS ========== */

html {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background-color: #000000;
	color:#CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:16px;
}

img {
 border: 0;
}

/* ========== ESTRUTURA ========== */

#menu {
	text-align:center;
	position: absolute;
	top: 0px;
	width:840px;
	height:71px;
	z-index:1000;
}


#botao1 {float:left; width:92px; height:71px; overflow: hidden; background: url(../img/bt_home.jpg) top left no-repeat; display: block; text-indent: 10000px;}


#botao2 {float:left; width:177px; height:71px; overflow: hidden; background: url(../img/bt_infra.jpg) top left no-repeat; display: block; text-indent: 10000px;}


#botao3 {float:left; width:182px; height:71px; overflow: hidden; background: url(../img/bt_galeria.jpg) top left no-repeat; display: block; text-indent: 10000px;}


#botao4 {float:left; width:104px; height:71px; overflow: hidden; background: url(../img/bt_videos.jpg) top left no-repeat; display: block; text-indent: 10000px;}


#botao5 {float:left; width:162px; height:71px; overflow: hidden; background: url(../img/bt_comochegar.jpg) top left no-repeat; display: block; text-indent: 10000px;}


#botao6 {float:left; width:123px; height:71px; overflow: hidden; background: url(../img/bt_contato.jpg) top left no-repeat; display: block; text-indent: 10000px;}


#botao1:hover, #botao2:hover, #botao3:hover, #botao4:hover, #botao5:hover, #botao6:hover{background-position: bottom left;}


#menu a{
	text-decoration:none;
	font-size:1px;
}


#wrap {
	width:840px;
	margin: 0px auto;
}

#topo {
	width:840px;
	height:215px;
	padding-top:71px;
}




#conteudo {
	width:840px;

}

#coluna_esq {
	width:480px;
	float:left;
	text-align:justify;

}

#coluna_dir {
	width:300px;
	float:right;

}


#thumb {
	float:left;
	width: 115px;
	
	
}


.espaco {

padding:10px 0 10px 0;
}


#galeria {
	background-color:#000000;
	text-align:center;
}
	


#rodape {
	width:820px;
	clear:both;
	margin-top:20px;
	font-size: 10px;
    background: url(../img/linhablur.jpg) top left no-repeat;
	padding:15px 0 15px 0;
	}		

#rodape a {
	color:#eec7cf; /* rosa */
	text-decoration:none;
	padding-right:10px;
	padding-left:10px;
}

#rodape a:hover {
	color:#FF99CC;
}

#menuinferior {
	width:630px;
	float:left;
	}

#desenvolvimento {
	text-align:right;
	width:180px;
	float:right;
	}	
	

.mapa {
float:right;
width:445px;
margin-left:20px;
}


#video {
	text-align:center;
	}


/* Formulário de contato */

#formulario {
	margin:0px;
	padding:0px;
	color:#CCCCCC;
	}

input {
	
	height: 16px;
	color:#CCCCCC;
	margin: 0px;
	padding: 6px;
	font-size: 11px;
	}

.texto {
	width:330px;
	border:1px solid #4d4d4d; 
	background-color:#333333;
	}

textarea {
	width: 330px;
	margin: 0px;
	padding: 5px;
	font-size: 11px;
	color:#CCCCCC;
	background-color:#333333;
	border:1px solid #4d4d4d; 
	}

#enviar {
	color:#FFF;
	width:74px;
	height:28px;
	border: none;
	background: none;
	text-align:center;
	}






  .errFld {border: 1px solid #F00; /*... or any other css properties ... */}
  .errMsg {
	color: #333333; /*... or any other css properties ... */
	font-family: "Trebuchet MS", tahoma, verdana;
	font-size: 10px;
	text-transform: uppercase;
}

.telefone {
	padding:10px;
	text-align:center;
	font-size: 12px;
	font-weight: bold;