* {
	padding: 0;
	margin: 0;
}

body {
	font-size: 11px;
	font-family: 'Lucida Grande', Verdana,Arial,Sans-Serif;
	letter-spacing: 0.015em;
	line-height: 1.6em;
	background: #A7D2EF url("img/bg_body.jpg") repeat-x fixed;
	color: #000;
}

a {
	text-decoration: none;
}

a:hover {
	/*background-color: #F4F2E4;*/
	border-bottom:1px solid #9A8E51;
	color: #000000;
	border-bottom-width: 1px;
}

#page {
	margin: auto;
	text-align: left;
	width: 760px; 
	background: #FFF;
}

#header {
	height: 100px;
	background: url('img/bg_head.jpg') no-repeat;
}

#sidebar {
	float: left;
	padding: 0 0 0 20px;
	width: 200px;
}

#sidebar div {
	border-bottom: 1px dashed #B2B2B2;
	padding: 10px 0.5em;
	text-align: center;
}

#sidebar img {
	text-align: center;
}

#sidebar li {
	background:transparent url('img/diamond-gray.gif') no-repeat scroll 0pt 0.4em;
	padding-left: 12px;
	list-style-type: none;
text-align: left;
}

#sidebar a {
	text-decoration: none;
	color: #88734C;
}

#sidebar .logo {
	margin-bottom: 10px;
}

#dock {
	cursor: pointer;
}

#footer {
	clear: both;
}








/**
 * Content
 **/

.top {
	height: 25px;
	background: url('img/go_top.gif') no-repeat 0 -1px;
	padding-left: 20px;
}

#content {
	margin: 30px 30px 30px 280px;
	color: #000;
}

.title h3 {
	text-align: left;
	font-size: 12px;
	margin-bottom: 2em;
	color: #000;
}

.part {
	margin-bottom: 3em;
}

.post_title {
	font-family: Georgia, Times, serif;
	font-size: 18px;
	font-size-adjust: none;
	font-weight: normal;
	color: #9A361C;
}

.post_subtitle {
	font-size: 120%;
	color: #9A361C;
}

.post .panel {
	background: #F8F7EF;
	border-top: 1px dashed #B2B2B2;
	border-bottom: 1px dashed #B2B2B2;
	padding: 10px;
}

.post .panel img {
	display: block;
	border: 1px solid #CCC;
	padding: 2px;
	margin-right: 20px;
}

.post .letter {
	background: url('img/letter.jpg');
	padding: 10px;
	color: #003399;
}

.post a {
	color: #88734C;
}

.post li {
	margin-left: 2em;
}

.post dt {
	float: left;
	font-weight: bold;
	width: 110px;
}

.post dd {
	margin-left: 90px;
}

.map {
	border: 1px solid #CCC;
	padding: 5px;
}

.galeria a {
	margin: 0 10px 10px 0;
}

.galeria img {
	border: 1px solid #CCC;
	padding: 2px;
	background: #F8F7EF;
}



/**
 * Admin
 **/
.editor_field {
	width: 100%;
}


