/* www.casalasiesta.com - Infomego */
/* equine refuge */
/* reset */
* {
	padding: 0;
	margin: 0;
}
/* tags */
body {
	background: url(../images/fondo.jpg) repeat;
}
img {
	border: 0;
}
/* structure */
#wrapper {
	width: 872px;
	background-color: #f3f3f3;
	border: 1px solid #999;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
/* header */
#header {
	background-color: #cbb676;
	width: 822px;
	height: 120px;
	text-align: center;
	margin: 25px 25px 0;
}
#header img {
	margin-top: 10px;
}
/* navigation */
#menunav {
	background-color: #695e49;
	width: 822px;
	height: 30px;
	text-align: right;
	margin: 20px 25px 0;
	color: #fff;
	font: 0.85em Arial, sans-serif;
}
#menunav a {
	font: 0.85em Arial, sans-serif;
	color: #fff;
	line-height: 30px;
	text-decoration: none;
}
#menunav a:hover {
	color:  #cbb676;
}
/* equine refuge info */
#contentwrapper {
	width: 822px;
	background-color: #E1DFDB;
	margin: 20px auto 0;
}
#infowrapper {
	width: 772px;
	margin: 20px auto;
}
#info {
	width: 772px;
}
#info h1 {
	font: 1.2em Arial, sans-serif;
	color: #695e49;
	margin-bottom: 25px;
}
#info h2 {
	font: 1em Arial, sans-serif;
	text-decoration: underline;
	color: #695e49;
	margin-bottom: 20px;
}
#info p {
	font: 0.75em Arial, sans-serif;
	color: #695e49;
	text-align: justify;
	margin-bottom: 15px;
}
#info a {
	color: #695e49;
	text-decoration: none;
}
#info a:hover {
	color: #cbb676;
}
/* horse summary */
.summarywrapper {
	width: 822px;
	background-color: #E1DFDB;
	margin: 20px auto 0;
}
.textwrapper{
	width: 772px;
	margin: 20px auto;
}
.textwrapper img {
	display: block;
	float: left;
	margin-top: 20px;
}
.space {
	clear: both;
	height: 20px;
	width: 822px;
}
.text {
	width: 547px;
	float: left;
	margin-right: 20px;
}
.text h1 {
	font: 1.2em Arial, sans-serif;
	text-decoration: underline;
	color: #695e49;
	margin-bottom: 20px;
}
.text p {
	font: 0.75em Arial, sans-serif;
	color: #695e49;
	text-align: justify;
	margin-bottom: 15px;
}
/* footer */
#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;
}