

.fotografies { 
	margin: auto; 
	width: 545px;
	padding-bottom: 10px;
}



.fotografia-box { 
	width: 260px; 
	margin-left: 5px;
	margin-top: 10px;
	border:1px solid #b7b7b8; 
	background-color: white; 
	height: 260px; 
	background-position: bottom;
	background-image: url('../imatges/bgfotobox.png');
	background-repeat: repeat-x;
}

.fotografia-titol { color: #598202; font-weight:bold; }
.fotografia-autor { color: #999; font-style: italic; }

.fotografia { 
	display: block; 
	margin: auto; 
}

.ok { padding: 10px; background-color: #9C0; color: white; font-weight:bold; margin: 10px; }

.participa { 
	display: block; 
	background-image: url('../imatges/botons-menu.png');
        background-repeat: no-repeat;
        background-position: 0px -151px;
	height: 42px;
	width: 234px;
	text-decoration: none;
        margin-left: 3px;
}
.participa:hover { background-position: -250px -151px; }

.enviar_fotografia_box { }

.formbox-top {
	margin: auto; 
	width: 729px;
	background-image:url(../imatges/formbox-top.png);
	background-repeat: no-repeat;
	height: 5px;
}

.formbox-middle { 
	margin: auto; 
	width: 729px;
	background-color: #eaeced;
	background-image:url(../imatges/formbox-middle.png);
	background-repeat: repeat-y;
}

.formbox-bottom {
	margin: auto; 
	width: 729px;
	background-image:url(../imatges/formbox-bottom.png);
	background-repeat: no-repeat;
	height: 9px;
}

.form_submit_enviar {
	display: block;
	width: 89px;
	height: 24px;
	background-image:url(../imatges/enviar.png);
	background-repeat: no-repeat;
	text-decoration: none;
}

.fotografia-interior {
    display: block;
    width: 100%;
    height: 135px;
    background-color: #b7b7b7;
    background-position: center center;
}

.fotografia-interior img { display: none; }

.cita {
    display: block;
    padding: 4px;
    border: 2px solid #A7DF0A;
    width: 278px;
}