/* ================================================ reset */

html, body, 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, strong, 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;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

body {
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* ================================================ base */

body {
	font: .812em Tahoma, sans-serif;
	color: #333;
	padding: .77em 0 0 .77em;
	background: #FAFAF8;
}

a {
	color: #C96E32;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:focus {
	outline: 1px dotted #ccc;
}

strong {
	font-weight: bold;
}

/* ================================================ forms */

form h3 {
	margin: .5em 0;
	font-weight: bold;
}

fieldset {
	margin-top: .5em;
}

	legend {
		font-weight: bold;
	}

label, .label, strong.error {
	display: block;
	overflow: hidden;
	margin: .2em 0;
}

	.label label {
		display: inline;
		overflow: auto;
		margin: 0;
	}
	
	label.error, strong.error {
		font-weight: normal;
		font-size: .846em;
		padding-left: 10.2em;
		color: red;
	}	

	label span, .label span {
		display: block;
		float: left;
		font-size: .846em;
		width: 10em;
		padding: .6em 0;
		text-transform: uppercase;
		cursor: pointer;
	}
	
	label input, label textarea {
		padding: .2em;
	}
		
	label em {
		display: block;
		display: none;
		font-size: .846em;
		padding: .2em 0 .5em 10.2em;
		color: #467c97;
		font-style: normal;
	}
	
/* ================================================ marco */	
	
.marco img {
	display: block;
	border: 3px solid #CECAB3;
}

	.marco:hover img {
		border-color: #C96E32;
	}
	
	.marco span {
		display: block;
		font-size: .846em;		
		padding: .4em 3px;
	}

