/* www.casalasiesta.com - Infomego */
/* reset */
* {
	padding: 0;
	margin: 0;
}
/* tags */
body {
	background: url(../images/fondo.jpg) repeat;
}
img {
	border: 0;
}
/* main structure */
#mainwrapper {
	width: 872px;
	height: 552px;
	background-color: #f3f3f3;
	border: 1px solid #999;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}
#leftwrapper {
	width: 345px;
	height: 500px;
	float: left;
	margin: 25px 0 0;
}
#rightwrapper {
	width: 525px;
	height: 500px;
	margin: 25px 0 0;
	float: left;
}
#ltopwrapper {
	background-color: #cbb676;
	width: 300px;
	height: 140px;
	text-align: center;
	margin: 0 0 20px 25px;
}
#lcenterwrapper {
	width: 290px;
	height: 295px;
	margin: 0 0 0 35px;
}
#lbottomwrapper{
	background-color: #695e49;
	width: 300px;
	height: 25px;
	text-align: center;
	margin: 20px 0 0 25px;
}
#lbottomwrapper a {
	font: 11px Arial, sans-serif;
	color: #fff;
	line-height: 25px;
	text-decoration: none;
}
#lbottomwrapper a:hover {
	color:  #cbb676;
}
#logo {
	margin-top: 20px;
}
#image {
	height:500px;
	width:500px;
	border: 0;
}
.thumb {
	float:left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 0;
}
#footwrapper {
	width: auto;
	height: 25px;
	text-align: right;
	margin-right: 25px;
	clear: both;
}

/* foot tags */
#footwrapper p {
	font: 9px Arial, sans-serif;
	color: #cbb676;
	line-height: 25px;
	cursor: default;
}
.infomego {
	font: 9px Arial,  sans-serif;
	color: #6c6f70;
	text-decoration: none;
}
.infomego :hover {
	color: #6c6f70;
}