body
{
	text-align: center;
	min-width: 1014px;
	margin: 0 auto 0 auto;
	font-family: Arial, Sans-Serif;
	font-size: 14px;
	background-color: #e7e0ce;
}

body *
{
	font-size: 14px;
}

h1{ font-size: 30px; color: #C7B48A }
h2{ font-size: 24px; color: #AD2525 }
h3{ font-size: 18px; color: #000000 }

a{ color: #937D47; text-decoration: none; }
a:hover{ color: #AD2525; text-decoration: underline; }

img{ border: 0 }

table, td
{
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
}

#right
{
	vertical-align: top;
	width: 230px;
	padding-left: 5px;
	padding-top: 5px;
	text-align: left;
}

#content
{
	width: 100%;
	text-align: left;
}

#center
{
	padding: 10px;
	vertical-align: top;
}

#center table
{
	width: 100%;
}

#footer
{
	height: 68px;
	width: 908px;
	background-color: #ffffff;
	margin-top: 10px;
	padding: 5px;
}

#footer .block 
{
	width: 820px;
	margin: 0;
	padding: 0;
}

#footer .enlaces
{
	width: 700px;
	float: left;
	background-color: #aa2525;
	height: 68px;
	text-align: left;
}

#footer .desarrollador
{
	width: 193px;
	float: right;
	background-color: #d0c3ad;
	height: 68px;
}

.block-title
{	
	background-color: #aa2525;
	color: #ffffff;
	padding: 5px;
	font-weight: bold;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	margin-top: 15px;
}

.block-footer
{	
	background-color: #aa2525;
	color: #ffffff;
	padding: 5px;
	font-weight: bold;
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
}

.block .content .menu
{
	padding: 0;
	margin: 0;
}

.block .content .menu li
{
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline;
}

.block .content .menu li a
{
	color: #000000;
	display: block;
	padding: 3px;
	background-color: #e8e0cd;
	margin-top: 2px;
}

.block .content .menu li a:hover
{
	background-color: #d1c39e;
	text-decoration: none;
}

.block-2
{
	margin-top: 15px;
	padding-top: 5px;
}

.content-block .title
{
	margin-bottom: 10px;
}

.content-block
{
	margin-bottom: 10px;
	border-bottom: solid 1px #d1d1d1;
}

.content-block .title a
{
	color: #aa2525;
	font-weight: bold;
}

.content-block .title a:hover
{
	text-decoration: underline;
}

.content-block .block-view-more
{
	text-align: right;
	margin-bottom: 8px;
}

.content-block .block-view-more a
{
	background-color: #aa2525;
	padding: 5px;
	color: #fff;
}

.featured-listing td
{
	padding: 5px;
	border-bottom: dashed 1px #000000;
	width: 50%;
}
	
.featured-listing td a:hover
{
	text-decoration: none;
}

/*Search results*/
.search-results
{
	margin: 30px 0 30px 0;
}