/* Colors:
  #BBB4A2
  #F9DD8D
  #AD9962
  #F9F1D8
  #7A6D45
*/
body {
	background-color:#fff;
	color:#444;
	font-family:"Open Sans", sans-serif;
	font-weight:300;
	margin:0;
	padding:0;
}
a {
  color:#ad9962;
  text-decoration:none;
  font-weight:600;
}
a:hover {
  color: #7A6D45;
}
#header, #monlogo {
  top:13%;
  position:fixed;
}
#header {
	z-index:999999;
	font-size:small;
}
#header .vcard {
	background-color:#fff;
	padding-top:.1em;
	padding-left:1.5em;
	padding-right:2em;
	padding-bottom:1em;
	border-top:2px solid #ad9962;
	border-right:2px solid #ad9962;
	border-bottom:2px solid #ad9962;
	border-top-right-radius:4px;
	border-bottom-right-radius:4px;
	/*border-left:2px solid #ad9962;
	border-top-left-radius:4px;
	border-bottom-left-radius:4px;*/
	box-shadow: 1px 1px 3px #BBB4A2;
}
#header .vcard .org {
	text-indent:-9999em;
}
#monlogo {
	background-color:#fff;
	padding-top:.0.1em;
	padding-left:0.1em;
	padding-right:0.1em;
	padding-bottom:0.1em;
	border-top:2px solid #ad9962;
	border-right:2px solid #ad9962;
	border-bottom:2px solid #ad9962;
	border-top-right-radius:4px;
	border-bottom-right-radius:4px;
	/*border-left:2px solid #ad9962;
	border-top-left-radius:4px;
	border-bottom-left-radius:4px;*/
	box-shadow: 1px 1px 3px #BBB4A2; 
	cursor: pointer;
}
#monlogo.logoHover {padding-left:0.5em;}
#tanca {
	background-color:#ad9962;
	color:#fff;
	position:absolute;
	top:0px;
	right:0px;
	text-decoration:none;
	padding-top:.1em;
	padding-left:.5em;
	padding-right:.5em;
	padding-bottom:.3em;
	border-top-right-radius:4px;
	cursor: pointer;
}
#tanca.tancaHover {
  color: #7A6D45;
}
#footer {
	position:absolute;
	display:block;
	bottom:0;
	right:0;
	text-align:right;
	overflow:hidden;
	margin:0;
	z-index:999999;
}
a.demomentsomtres {
	text-indent:-9999em;
	text-align:left;
	text-decoration:none;
	width:42px;
	height:30px;
	background:url("images/DeMomentSomTres.png") no-repeat scroll right center transparent;
	float:right;
	margin-right:.2em;
}
#galleria {
	margin:0 0 0 50px;
}
.galleria-container {
  background-color: white!important;
}
div.galleria-errors {
  z-index:-10!important;
}