/* main CSS Document */
/* general styling first */
/* reset css styles individually instead of universal selector. */
/* based on http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html, body{
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	border-left:0;
} 
div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

ol, ul {list-style: none;}
table {
	border-collapse: separate;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}
/* end reset styles */

/* clearing technique */
.clearfix:after {
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
/* .clearfix {display:inline-block;}*/
/* mac hide \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
 /* End hide */
/*........... do not change or amalgamate the above clearfix styles ......*/

p, h1,h2,h3,h4,h5,h6,ol {margin-bottom:2px}
a img,img{border:none;display:block;}
a{
	text-decoration:none;
	color:#252e1c;
}
h1,h2,h3,h4,h5,h6{
	font-weight:bold;
}
h1{font-size:20px}/* 26px */
h2{font-size:18px}/* 24px */
h3{font-size:16px}/* 22px */
h4{font-size:14px}/* 20px */
h5{font-size:12px}/* 18px */
h6{font-size:10px}/* 16px */


#outer {
	background-color:#efefef;
	background-repeat:repeat-x;
	/*background-image: url(../img/bckg.gif);*/
	background:url(../img/bckg.gif);
	height:auto;
	width:100%;
}

/*div principal contem todas as div's*/
#container {
	margin:auto;/* center the page*/
	width:900px;
	/*height:900px;*/
}

/*logo + menu + banner*/
#header {
	width:900px;
	height:337px;
	background:url(img/banner.png);
	background-repeat:no-repeat;
	background-position:bottom;
	z-index:20;
	float:left;
}

.logotipo {
	width:225px;
	z-index:30;
	float:left;
	margin-top:50px;
}

.menu {
	width:675px;
	z-index:40;
	float:right;
	margin-bottom:0px;
	margin-top:297px;
}

#conteudo {
	width:900px;
	float:left;
	margin-top:50px;
	margin-bottom:30px;
}
.colEsquerda {
	width:225px;
	float:left;
	
}
.destaque {
	width:185px;
	background-color:#926e4a;
	
}
.destaqueImg {
	width:161px;
	border:solid 2px #cfc8b5;
	margin-left:10px;	
}

.destaqueTitulo {
	width:165px;
	background-color:#cfc8b5;
	padding-top:15px;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #0F0F0F;
	line-height:160%;	
}

.destaqueDescricao {
	width:165px;
	background-color:#cfc8b5;
	padding-left:10px;
	padding-right:10px;
	padding-top:15px;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #252525;
	line-height:160%;	
}

.titulos {
	font-size:16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #454236;
	line-height:160%;
	font-weight: bold;
	padding-bottom:15px;		
}
.txt {
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #454236;
	font-weight: normal;
	padding-bottom:15px;
	text-align: justify;
	line-height:140%;
}
.txt a {
	color: #926e4a;
	text-decoration:none;
}
.txt a:hover {
	color: #926e4a;
	text-decoration:underline;
}

.txtContactos {
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #454236;
	font-weight: normal;
	padding-bottom:8px;
	text-align: justify;
	line-height:120%;
}
.txtContactos a {
	color: #926e4a;
	text-decoration:none;
}
.txtContactos a:hover {
	color: #926e4a;
	text-decoration:underline;
}
.txtPeq {
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #454236;
	font-weight: normal;
	padding-bottom:15px;
	text-align: justify;
}
.txtPeq a {
	color: #926e4a;
	text-decoration:none;
}
.txtPeq a:hover {
	color: #926e4a;
	text-decoration:underline;
}

#decorrer {
	width:675px;
	margin-bottom:30px;		
}
.decorrerNome {
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #454236;
	font-weight: normal;
	padding-bottom:15px;	
}
.data {
	width:100px;
	background-color:#b4b3ac;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #231b17;	
	margin-right:1px;
	margin-bottom:1px;
	padding-top:5px;
	padding-bottom:5px;
	float:left;
}
.hora {
	width:80px;
	background-color:#b4b3ac;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #231b17;	
	margin-right:1px;
	margin-bottom:1px;
	padding-top:5px;
	padding-bottom:5px;
	float:left;
}
.local {
	width:180px;
	background-color:#b4b3ac;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #231b17;	
	margin-right:1px;
	margin-bottom:1px;
	padding-top:5px;
	padding-bottom:5px;
	float:left;
}
.bens {
	width:173px;
	background-color:#b4b3ac;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #231b17;	
	margin-right:1px;
	margin-bottom:1px;
	padding-top:5px;
	padding-bottom:5px;
	float:left;
}
.foto {
	width:138px;
	background-color:#b4b3ac;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #231b17;	
	margin-bottom:1px;
	padding-top:5px;
	padding-bottom:5px;
	float:left;
}
#decorrerLink {
	width:675px;
	background-color:#dbdad3;
	height:107px;
	margin-bottom:20px;
	float:left;
}
#decorrerLink:hover {
	width:675px;
	background-color:#cfc8b5;
	height:107px;
	cursor:pointer;
}
.decorrerData {
	width:100px;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #231b17;	
	padding-top:5px;
	padding-bottom:5px;
	float:left;
	height:98px;
	border-right:solid 1px #efefef;
}
.decorrerHora {
	width:80px;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #231b17;	
	padding-top:5px;
	padding-bottom:5px;
	float:left;
	height:98px;
	border-right:solid 1px #efefef;
}
.decorrerLocal {
	width:160px;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #231b17;	
	padding-top:5px;
	padding-bottom:5px;
	padding-right:10px;
	padding-left:10px;
	float:left;
	height:98px;
	border-right:solid 1px #efefef;
}
.decorrerBens {
	width:173px;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #231b17;	
	padding-top:5px;
	padding-bottom:5px;
	float:left;
	height:98px;
	border-right:solid 1px #efefef;
}
.decorrerFoto {
	width:138px;
	padding-top:5px;
	padding-bottom:5px;
	float:left;
	height:98px;
}
.paginacao {
	width:675px;
	float:right;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #cd9f7b;	
}
.paginacao a {
	color: #926e4a;
	text-decoration:none;	
}
.paginacao a:hover {
	color: #926e4a;
	text-decoration:underline;	
}

.colDireita {
	width:675px;
	float:right;
}

#detalhesEsq {
	width:310px;
	float:left;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #454236;
	line-height:160%;
	padding-right:10px;
	margin-bottom:35px;		
}
#detalhesEsq a {
	color: #926e4a;
	text-decoration:none;	
}
#detalhesEsq a:hover {
	color: #926e4a;
	text-decoration:underline;	
}

#detalhesDir {
	width:355px;
	float:left;	
}

.borderFoto {
	border: 2px solid #cfc8b5;
}

#fotosMini {
	width: 355px;
	margin-top:10px;
	float:left;
	z-index:80;
}

.mini {
	width: 110px;
	margin-left:4px;
	float:left;
	border: 2px solid #cfc8b5;
}

.mini:hover {
	width: 110px;
	border: 2px solid #926e4a;
	cursor:pointer;
}

#formContactos {
	float:left;
	width:300px;
	margin-top:40px;
	margin-bottom:20px;
}
#linhaHorizontalFormContactos {
	width:300px;
	height:25px;
}

.txtFormContactos {
	width:92px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #484848;
	float:left;
	margin-bottom:5px;
}

.txtfieldContactos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #535353;
	background:#f6f6f6;
	padding-left: 3px;
	padding-right: 3px;
	border: 1px solid #cacaca;
	float:right;
}

.txtfieldMensagem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #535353;
	background:#f6f6f6;
	padding-left: 3px;
	padding-right: 3px;
	border: 1px solid #cacaca;
}

.bttFormContactos{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background:url(../img/bt_form.png);
	background-repeat: no-repeat;
	width: 93px;
	height: 25px;
	border: 0px;
	margin-left:152px;
	margin-top:5px;
}

#contatosEsq {
	width:235px;
	float:left;
	padding-right:10px;
	margin-bottom:35px;		
}
#contatosDir {
	width:430px;
	float:left;
	margin-bottom:35px;		
}

.detalheVoltar {
	width:675px;
	float:right;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #926e4a;
	font-weight: bold;
	margin-top:20px;
}
.detalheVoltar a {
	color: #926e4a;
	text-decoration:none;
}
.detalheVoltar a:hover {
	color: #926e4a;
	text-decoration:underline;
}

/*rodape*/
#footer {
	height:40px;
	background-color:#232021;
	width:100%;
	padding:15px 0 15px 0;
	overflow:hidden;
	position:relative;
	float:left;
	bottom:0;
	margin-bottom:0;
}

#footerCenter {
	width:900px;
	margin:auto;/* center the page*/
}
.desenvolvido {
	font-size:10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #e2dcd0;
	padding-bottom:5px;
	float:left;
	margin-right:50px;
}
.desenvolvido a {
	color: #e2dcd0;
	text-decoration:none;
}
.desenvolvido a:hover {
	color: #bdb095;
	text-decoration:none;
}
.copyright {
	font-size:10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #e2dcd0;
	float:right;
	/*width:335px;*/
	overflow:hidden;
	position:relative;
	z-index:100;
	/*right: 280px;*/
	/*padding-left:150px;*/
}
