body
{
	text-align: center;
	min-width: 1015px;
	margin: 0 auto 0 auto;
	background-color: #3A3A3A;
}

body *
{
	font-family: Arial, Sans-Serif;
	font-size: 14px;
	text-align: left;
}

h1{ font-size: 32px; text-align: left; color: #999;}
h2{ font-size: 24px; text-align: left; color: #333; font-family: Palatino, serif; margin: 0; padding: 1px;}
h3{ font-size: 18px; text-align: left; color: #ff8810; }
h4{ font-size: 12px; text-align: left; color: #fff; }

a{ color: #ccc; text-decoration: none; }
a:hover{ color: #ffeeaa; }

#center a{ color: #000; text-decoration: none; }
#center a:hover{ color: #ff8810; }

img{ border: 0 }

table
{
	width: 100%;
}

table, td
{
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	vertical-align: top;
	padding: 0;
}

#body
{
	width: 1015px;
	margin: 0 auto 0 auto;
}

#layout
{
	width: 100%;
	text-align: center;
}

#left
{
	width: 256px;
	vertical-align: top;
}

#content
{
	width: 789px;
	vertical-align: top;
	padding-left: 15px;
}

#center
{
	padding: 5px 10px 10px 10px;
}

#center table
{
	width: 100%;
}

#menu
{
	margin-top: 50px;
}

#menu .title
{
	margin: 10px 0 10px 0;
	color: #fff;
	cursor: pointer;
	text-transform: uppercase;
	text-align: left;
	font-size: 14px;
	background: transparent url(images/icono-hdr-menu.png) no-repeat center right;
	font-family: Arial, Sans-Serif;
}

#menu .title a
{
	color: #fff;
}

#menu .title a:hover
{
	color: #fff;
}

#menu .content
{
	position: relative;
	height: 180px;
	width: 256px;
}

#menu .content .transparency
{	
	top: 0;
	left: 0;
	background-color: #666666;
	height: 180px;
	width: 256px;
	position: absolute;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

#menu .content .enlaces
{	
	position: absolute;
	top: 0;
	left: 0;
	width: 256px;	
}

#menu .content a
{	
	display: block;
	font-weight: bold;
	padding: 4px;
	color: #fff;
	text-align: left;
	font-size: 12px;
}

#menu .content a:hover
{
	background-color: #ff8810;
}

#languages
{
	text-align: right;
	height: 30px;
}

#languages .en-enlace
{
	background-color: #000;
	color: #fff;
	cursor: pointer;
	border: solid 2px #fff;
	padding: 8px;
	margin-right: 4px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
}

#languages .es-enlace
{
	background-color: #000;
	color: #fff;
	cursor: pointer;
	border: solid 2px #fff;
	padding: 8px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px
}

#footer-message
{
	margin: 15px 0 15px 0;
	color: #ccc;
}

#footer-message .follow
{
	float: left;
}

#footer-message .follow div
{
	float: left;
	margin: 5px 4px 0 0;
}

#footer-message .follow img
{
	float: left;
}

#footer-message .rights
{
	float: right;
	text-align: right;
	font-size: 12px;
}

#footer-message .footer-left
{
	font-size: 12px; 
	float: left; 
	text-align: left;
}

#footer-message .rights a
{
	color: #fff;
	font-size: 12px;
}

/*Regular Blocks*/
.block
{
	margin-top: 30px;
}

.block .title
{
	padding: 5px;
	background-color: #4d4d4d;
	color: #fff;
	text-align: left;
	font-weight: bold;
}

.block .content
{
	padding: 5px;
	background-color: #333;
	color: #b3b3b3;
	text-align: left;
}

/*Content Blocks*/
.content-block
{
	margin-top: 30px;
}

.button-view-featured
{
	padding: 8px;
	color: #fff;
	background-color: #000;
}

.button-buy-featured
{
	padding: 8px;
	color: #fff;
	background-color: #ff8810;
}

.block-view-more
{
	float: right;
	display: inline;
	color: #fff;
	font-weight: bold;
	padding: 6px;
}

.block-view-more a { color: #fff; }

.content-block .content
{
	padding: 10px;
}

.content-block .title
{
	margin-top: 15px;
	padding: 5px;
	color: #fff;
	font-weight: bold;
}

.content-block .title a{ color: #fff; text-decoration: none; }
.content-block .title a:hover{ text-decoration: underline; }

.block-image-thumbnail
{
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}

.featured-listing td
{
	padding: 10px;
	border-bottom: dotted 1px #d4d4d4;
}

.featured-listing-content
{
	margin-top: 15px;
}

.featured-listing-content img
{
	border: solid 1px #d4d4d4;
	margin-bottom: 3px;
}

