body
{
	min-width: 779px;
	margin: 0 auto 0 auto;
	background-color: #ececec;
}

body *
{
	font-family: Lucida Sans, Arial, Sans-Serif;
	font-size: 13px;
	color: #4D4D4D;
}

h1{ font-size: 28px; color: #4d4d4d;}
h2{ font-size: 22px; color: #37c837;}
h3{ font-size: 18px; color: #00aad4;}

a{ color: #015e96; text-decoration: none; }
a:hover{ color: #e88c00; }

#footer-blocks ul li
{
	list-style-image: url(images/bullet.jpg);
}

#content  ul li
{
	list-style-image: url(images/bullet.jpg);
}

#tabs-menu  ul li
{
	list-style-image: none;
}

img{ border: 0 }

table
{
	width: 100%;
}

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

#contenedor
{
	width: 950px;
}

#header
{
	width: 950px;
	background-color: #fff;
}

#header .top-menu ul
{
	margin: 0;
	padding: 0;
}

#header .top-menu ul li
{
	float: left;
	list-style: none;
	margin: 0 3px 0 3px;
}

#header .top-menu ul li a
{
	display: block;
	color: #4d4d4d;
	font-weight: bold;
	padding: 10px 12px 10px 12px;
}

#header .top-menu ul li a:hover
{
	color: #fff;
	background-color: #55C82C;
}

#header .top-menu ul li a.active
{
	color: #fff;
	background-color: #55C82C;
}

#header .siguenos
{
	color: #06ACD5;
	text-align: right;
}

.barra
{
	height: 12px;
	background-color: #55C82C;
}

#page-heading
{
	margin-top: 3px;
	border: solid 1px #d3d3d3;
	background-color: #fff;
}

#page-heading .logo
{
	float: left;
}

#page-heading .blocks
{
	float: right;
}

#content
{
	margin-top: 10px;
	text-align: left;
}

#content .left, #content .center, #content .right
{
	vertical-align: top;
}

#content .left, #content .right
{
	width: 240px;
}

#content .left .block, #content .right .block
{
	background: #fff url(images/fondo-bloque.jpg) repeat-x left top;
	margin-bottom: 5px;
	border: solid 1px #d3d3d3;
}

#content .left .block .title, #content .right .block .title
{
	font-size: 18px;
	color: #666666;
	padding: 5px;
}

#content .left .block .content, #content .right .block .content
{
	padding: 5px;
}

#content .left .block ul, #content .right .block ul
{
	padding: 0;
	margin: 0;
}

#content .left .block ul li, #content .right .block ul li
{
	list-style: none;
}

#content .left .block ul li a, #content .right .block ul li a
{
	display: block;
	background: transparent url(images/bullet.jpg) no-repeat left center;
	padding: 6px 0 6px 20px;
}

#content .left
{
	padding-right: 8px;
}


#content .right
{
	padding-left: 8px;
}

#content .center
{
	padding: 10px;
	border: solid 1px #d3d3d3;
	background-color: #fff;
	width: auto;
	text-align: left;
}

#footer-blocks
{
	margin-top: 8px;
}

#footer-blocks td
{
	width: 33%;
	padding-right: 5px;
	vertical-align: top;
}

#footer-blocks .block
{
	background: #fff url(images/fondo-bloque.jpg) repeat-x left top;
	margin-bottom: 5px;
	border: solid 1px #d3d3d3;
}

#footer-blocks .block .title
{
	font-size: 20px;
	color: #666666;
	padding: 5px;
}

#footer-blocks .block .content
{
	padding: 5px;
}

#footer-message
{
	width: 950px;
	border: solid 1px #d3d3d3;
	background-color: #fff;
	height: 100px;
}

#footer-message *
{
	font-size: 10px;
}

#footer-message .copyright
{
	float: left;
	margin: 25px 0 0 10px;
	text-align: left;
}

#footer-message .developer
{
	float: right;
	margin: 25px 10px 0 0;
}



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

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

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

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

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

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

.content-block .title
{
	margin-top: 15px;
	color: #015e96;
	font-weight: bold;
}

.content-block .title a{ color: #015e96; font-size: 16px; 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: dashed 1px #000000;
	width: 50%;
}