body {
  background:#fff;
	background: #F7F3C3;
	margin:0;
	padding:0;
}
a:link {
  color:#58a;
  text-decoration:none;
  }
a:visited {
  color:#969;
  text-decoration:none;
  }
a:hover {
  color:#c60;
  text-decoration:underline;
  }
a img {
  border-width:0;
  }


/* ------- Estructura ------- */
#cuerpo {
	background: white;
	height:800px;
	margin:auto;
	width:1003px;
}

.foto {
/*	background: url(/casa-rural-nahuar-400.jpg) center no-repeat #ddd;*/
	float:right;
	height:500px;
	margin-left:25px;
	text-align:center;
	width:309px;
}
		
#texto {
	background: url(/casa-rural-nahuar-400.jpg) right no-repeat #F7F3C3;
	color:#711F33;
	font: 14.0px Century Gothic, Century, Verdana, sans-serif; 
	height:500px;
	padding:25px 0 25px 25px;
	width:978px;
}
#info {
	color:#711F33;
	float:right;
	text-align:center;
	width:309px;
}
.margen {
	margin-left:30px;
}
.eslogan {
	margin: 16.2px 0.0px 0.0px 0.0px; 
	font: 26.0px Brush Script MT; 
	color: #990033;
}

