@charset "iso-8859-1";

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-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

html {
	height: 100%;
}

body {
	color: #FCE6BD;
	font-size: 62.5%;
	font-family: Georgia, Garamond, Times New Roman, Times;
	/*font-family: "Trebuchet MS", "Lucida Sans Unicode", Verdana, Tahoma, Helvetica, Arial, sans-serif;*/
	line-height: 1em;
	background: #FCE6BD url(images/bgBody.jpg) repeat;
	height: 100%;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
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: "" "";
}

em {
	font-style: italic;
}

/* ============== Layout ============== */

#container {
	position: relative;
	top: 0;
	left: 0;
	background: url(images/bgContainer.jpg) scroll repeat-x;
	width: 100%;
}

#base {
	position: relative;
	top: 0;
	left: 0;
	background: url(images/bgBase.jpg) 133px 100px repeat-y;
	width: 100%;
}

#page {
	position: relative;
	top: -178px;
	left: 168px;
	width: 720px;
	margin-bottom: 0;
}

#header {
	background: url(images/bgPageHeader.jpg) 0 0 no-repeat;
	height: 324px;
}

#header h1 {
	text-indent: -20000px;
}

#colLeft {
	width: 516px;
	/*min-height: 540px;*/
	min-height: 540px;
	text-align: justify;
	z-index: 10;
}

#colRight {
	position: absolute;
	top: 0;
	margin-top: -20px;
	left: 524px;
	width: 186px;
	z-index: 10;
}

.clearB {
	clear: both;
}

#footer {
	position: absolute;
	top: 85%;
	left: 0;
	width: 1024px;
	text-align: center;
	height: 240px;
	background: url(images/bgFooter.jpg) 0 0 no-repeat;
	z-index: 0;
}

#footerText {
	width: 710px;
	position: absolute;
	bottom: 1em;
	left: 154px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 4px;
	border-top: 1px #5C300B dotted;
}

/* ============== Tipografia =========== */

#page {
	font-size: 1.2em;
	color: #5C300B;
	line-height: 1.5em;
}

#colLeft img {
	margin-bottom: 8px;
}

#colLeft img.tituloTop {
	margin-top: 0px;
}

#colLeft p {
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 16px;
}

#minigmap {
	margin: 0;
	text-align: right;
}

#minigmap a {	
	font-size: .8em;
}

#colLeft a:link, #colLeft a:visited, #colLeft a:hover, #colLeft a:active {
	text-decoration: none;
	color: #671212;
	border-bottom: 1px #671212 dotted;
	padding: 1px 2px;
}

#colLeft a:hover {
	background: #89501B;
	color: #FCE6BD;
	border: 0;
}

#colLeft a.clean {
	background: transparent;
	border: 0;
}

#carta h2 {
	font-weight: bold;
	font-size: 1.3em;
	margin-bottom: 0.5em;
}

#carta ul {
	margin-bottom: 1.5em;
}

#galeria {
	text-align: left;
	margin: 0;
	padding: 0;
	width: 100%;
}

#galeria a:link, #galeria a:visited, #galeria a:hover, #galeria a:active {
	background-color: transparent;
	border: 0;
	margin: 0;
	padding: 0;
}

#footer {
	font-size: 0.9em;
	color: #5C300B;
	line-height: 1.2em;
}

#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	text-decoration: none;
	color: #671212;
	border-bottom: 1px #671212 dotted;
	padding: 1px 2px;
}

#footer a:hover {
	background: #89501B;
	color: #FCE6BD;
	border: 0;
}

p.alert {
	padding: 4px 8px;
	background: #fff;
	border: 1px #5C300B dotted;
}
