* {
	padding: 0;
	margin-right: 0;
	margin-left: 0;
	margin-top: 0;
}
a {
	color: #36C;
}
a:hover {
	color: #0066FF;
}
body {
	background: #4E5D3C url(../img/bg_tierra.jpg);
	color: #666;
	font: normal 62.5%  Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
}
h1 {
	font: bold 1.2em serif;
	margin: 3px 0 1.2em;
	text-align: justify;
}
h2 {
	font: bold 1.5em serif;
	margin-bottom: 1em;
	text-align: center;
	clear: both;
}
h3 {
	font: bold 1em;
	margin-bottom: 1.3em;
	text-align: center;
}
blockquote p {
	padding: 6px;
}
th {
	text-align: left;
}
td {
	text-align:right;
	font-weight: bold;
}
caption {
	font: bold 1.5em serif;
	padding-bottom: 1em;
}
img {
	border: 1px solid #000;	
} 
/* misc */
.left {
	float: left;
}
.left_vert {
	float: left;
}

.right {
	float: right;
}
img.left {
	margin: 0 18px 6px 0;
	width: 180px;
	height: 135px;
}
img.left_vert {
	margin: 0 18px 6px 0;
	width: 129px;
	height: 170px;
}

.divider {
	background:  url(../img/divider.gif) repeat-x;
	height: 5px;
	margin: 24px 80px;
}
.presentacion {
	padding-bottom: 3em;
}
/* structure */
.container {
	background: url(../img/bgcontainer.jpg) repeat-y center top;
	margin: 0 auto;
	width: 736px;
}
.top {
	text-align: center;
	width: 632px;
	margin: 0 auto;
}
.header {
	background: #115f26 url(../img/cabecera1.jpg) no-repeat;
	font-size: 1.4em;
	height: 156px;
}
.header h1 {
	font: normal 3.2em serif, sans-serif;
	padding: 62px 0 34px 0;
}
.pattern {
	background: #334127 url(../img/pattern.gif) repeat-x;
	clear: both;
	height: 12px;
}
.table {
	margin:1em auto;
	width: 500px;
}
/* navigation */
.navigation {
	margin: 0 24px;
}
.navigation a {
	color: #6C7151;
	font: normal 1.9em serif;
	line-height: 50px;
	margin: 0 16px;
	text-decoration: none;
}
.navigation a:hover, .navigation #selected {
	color: #2C3111;
}
/* content */
.content {
	clear: both;
	font-size: 1.2em;
	margin: 0 52px;
	padding: 0 38px 12px;
}
.content .spacer {
	height: 42px;
}
.content .presentacion {
}
/* content item */
.item {
	clear: both;
}

.item .img {
	border: 1px solid #8A6;
}
.item .title {
	color: #445044;
	font: normal 2em serif;
	text-indent: 3px;
}
.item .title:first-letter {
	display: block;
	float: left;
	font-size: 2.4em;
}
.item .metadata {
	color: #666;
	font-size: 1em;
	float: left;
	padding: 0 0 6px 4px;;
}
.item .body {
	padding-bottom: 2em;
	margin: 0 auto;
	width: 556px;
}
.item .imageContainer {
	float: left;
	width: 556px;
	margin: 2em auto 0;
}
.item .image_left {
	float: left;
	width: 180px;
	height: 135px;
	margin-right: 5px;
}
.item .image_left_vertical {
	float: left;
	width: 129px;
	height: 170px;
}

.item .image_center {
	margin: 0 auto;
	width: 180px;
	height: 135px;
	float: left;
}
.item .image_center_vertical {
	width: 128px;
	height: 170px;
	float: left;
	margin-left: 85px;
}

.item .image_rigth {
	float: right;
	width: 180px;
	height: 135px;
}
.item .image_rigth_vertical {
	float: right;
	width: 128px;
	height: 170px;
}

/* footer */
.footer {
	color: #666;
	font-size: 1.1em;
	line-height: 41px;
	margin: 0 auto;
	text-align: center;
	width: 632px;
}
.footer a {
	color: #666;
	text-decoration: none;
}
.footer a:hover {
	color: #333;
	text-decoration: underline;
}
.atras {
	cursor: default;
	display: block;
	margin: 5px auto 0;
	width: 10em;
	font-weight: bold;
	font-size: 1em;
	text-align: center;
	color: #36c;
	text-decoration: underline;
	clear: both;
}
.contact {
	margin-bottom: 1em;
	list-style-type: none;
	margin-left: 12em;
	font-weight: bold;

}
li {
	list-style-type: none;
}
.list_left {
	width: 250px;
	float: left;
	padding-left: 3em;
}
.list_rigth {
	float: left;
	width: 250px;
}
.img_album_iz {
	width: 100px;
	height: 75px;
	margin: 0 25px 15px 25px;
}
.img_album {
	width: 100px;
	height: 75px;
	margin: 0 25px 15px 0;
}
.reservation {
	line-height: 1.5em;
}
.reservation_box {
	width: 500px;
	margin: 20px auto 0;
}
.spacer1 {
	height: 20px;
	clear: both;
}
.blog {
	font: bold 1em;
	text-align: center;
	margin: 10px auto;
}
#center {
	text-align: center;
}
