/* @group font & reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
sup,sub {line-height:-1px;vertical-align: text-top;}
sub {vertical-align:text-bottom;}
input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */

body {
	*font-size: small;
	*font: x-small;
	line-height: 1.22;
	font-size: 13px;
}

table {
	font-size: inherit;
	font: 100%;
}

/**
 * Bump up IE to get to 13px equivalent
 */

pre,code,kbd,samp,tt {
	font-family: monospace;
	*font-size: 108%;
	line-height: 99%;
}

/* @end */

body {
	background: #deeefd url(/myimages/back.jpg) repeat-x 0 top;
	font: 12px "Trebuchet Ms", Verdana, Arial;
	color: #333;
}

#group {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding-top: 155px;
}

#header {
	width: 800px;
	background: url(/myimages/header.jpg) no-repeat center top;
	height: 155px;
	position: absolute;
	top: 0;
}

#header #logo {
	position: absolute;
	top: 20px;
	left: 20px;
}

#header ul.menu {
	height: 15px;
	position: absolute;
	top: 120px;
	left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#header ul.menu li {
	display: inline;
}

#header ul.menu li a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 10px;
}

#header ul.menu li a:hover {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	background: url(/myimages/button.jpg) repeat-x;
	padding: 10px;
}

#header #language {
	position: absolute;
	top: 101px;
	right: 20px;
}

#header #language img {
	margin-bottom: -3px;
}

#header #language a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#header #language a:hover {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}

#content {
	width: 718px;
	border-right: 1px solid #a8c4dc;
	border-left: 1px solid #a8c4dc;
	background-color: #fff;
	padding: 40px;
}

#content p {
	margin-bottom: 15px;
}

#rightcol {
	width: 230px;
	float: right;
	text-align: right;}

#leftcol {
	width: 467px;
	float: left;
	padding-right: 20px;
}

#leftcol2 {
	width: 207px;
	float: left;
	padding-right: 20px;
}

.lpa {
	margin-bottom: 15px;
	display: block;
}

.clear {
	clear: both;
}

#content h1 {
	color: #3774c7;
	font-size: 22px;
	margin-bottom: 15px;
}

#footer {
	width:718px;
	padding:20px 40px 10px;
	border-right: 1px solid #a8c4dc;
	border-left: 1px solid #a8c4dc;
	font-size: 14px;
	font-weight: bold;
	color: #3774c7;
	background: #fff url(/myimages/1px.gif) no-repeat center top;
}

#footer #footer-left {
	width:350px;
	float: left;
}

#footer #footer-right {
	width:350px;
	float: right;
	text-align: right;
}

#footer #footer-menu {
	font-size: 12px;
	text-align: center;
	padding: 10px 10px 20px;
	background: url(/myimages/footer-back.jpg) repeat-x;
	margin-top: 10px;
}

#footer a {
	color: #3774c7;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover {
	color: #3774c7;
	text-decoration: underline;
	font-weight: bold;
}

h2 {
	font: bold 14px "Lucida Grande", Lucida, Helvetica, Arial, sans-serif;
	padding: 0;
	margin-bottom: 10px;
	color: #3774c7;
}

h3 {
	font: bold 16px "Lucida Grande", Lucida, Helvetica, Arial, sans-serif;
	padding: 0;
	margin-bottom: 10px;
	color: #3774c7;
}

p {
	line-height: 1.5em;
	margin-bottom: 1.5em;
}


a {
	color: #3774c7;
	text-decoration: none;
}

a:hover {
	color: #3774c7;
	text-decoration: underline;
}

div#footer strong {
	font-weight: bold;
	font-size: 12px;
	display: block;
	margin-bottom: 5px;
}

em {
	font-style: italic;
}

.left {
	float: left;
}

.right {
	float: right;
}

u {
	text-decoration: underline;
}

/*
---------------------------
           TPL
---------------------------
*/

/* Listings TPL */

.input {
	margin-top: -3px;
	margin-bottom: -3px;
	margin-right: 5px;
}

.rapid-search {
	width: 716px;
	margin-left: 11px;
	padding: 20px;
	margin-top: -12px;
}

.category a {
	font-size: 14px;
	margin-right: 5px;
	font-weight: bold;
	color: #3774c7;
}

/* Properties TPL - cabecera - */

#tpl-properties-intro {
	width: 100%;
}

.tpl-properties-searchinfo {
	width: 100%;
	font-size: 12px;
}

.tpl-properties-searchinfo-paging {
	text-align: right;
}

.tpl-properties-searchinfo-actual-page {
	font-weight: bold;
	background: #3774c7;
	color: #ffffff;
}

.tpl-properties-searchinfo-found {
	float: left;
}

/* Properties TPL */

/* @group Portfolio */

.tpl-property-onportfolio-off {
	text-align: center;
	font-size: 12px;
	background: #e7e7e7;
	color: #333;
	padding-top: 3px;
	padding-bottom: 3px;
}

.tpl-property-onportfolio-off a:link, .tpl-property-onportfolio-off a:visited {
	text-decoration: underline;
	color: #333;
	font-weight: bold;
}

.tpl-property-onportfolio-off a:hover {
	text-decoration: underline;
	color: #333;
	font-weight: bold;
}

.tpl-property-onportfolio {
	text-align: center;
	font-size: 12px;
	background: #3774c7;
	color: #fff;
	padding-top: 3px;
	padding-bottom: 3px;
}

.tpl-property-onportfolio a:link, .tpl-property-onportfolio a:visited {
	text-decoration: underline;
	color: #fff;
	font-weight: bold;
}

.tpl-property-onportfolio a:hover {
	text-decoration: underline;
	color: #fff;
	font-weight: bold;
}

/* @end */

/* @group Img Viewer */

#tpl-property-imgviewer {
	width: 50%;
	float: right;
}

#tpl-property-visor {
	width: 99%;
	margin-bottom: 15px;
}

#tpl-property-visor img {
	border: 1px solid #0099ff;
	width: 99%;
}

#tpl-property-thumbnails {
	width: 99%;
	float: right;
	text-align: center;
}

#tpl-property-thumbnails img {
	width: 21%;
	border: 1px solid #4e4e4e;
	margin-right: 5px;
}

.space {
	margin-right: 5px;
}

/* @end */

#property-information {
	float: left;
	width: 49%;
}

.tpl-properties {
	width: 100%;
	position: relative;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	*padding-bottom: 10px;
	padding-bottom: 10px;
}

.tpl-properties-description {
	margin: 0;
	padding: 0;
	font-size: 12px;
}

.tpl-properties .tpl-properties-imgviewer {
	float: left;
	margin-right: 15px;
}

.tpl-properties .tpl-properties-imgviewer img {
	margin: 0;
	width: 150px;
	height: 112px;
	border: 1px solid #0099ff;
}

.tpl-properties .tpl-properties-rentalimgviewer img {
	margin: 0;
	padding: 3px;
	background: #c8c8c8;
	width: 200px;
	height: 150px;
	float: right;
}

.tpl-properties .tpl-properties-onportfolio {
	text-align: center;
	font-size: 12px;
	color: #fff;
	padding: 3px;
	background: #3774c7;
	font-weight: bold;
}

.tpl-properties .rentalonportfolio {
	position: absolute;
	right: 5px;
	top: 5px;
}

.ref {
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}

.tpl-properties ol {
	margin: 0;
	padding: 0;
	background: none;
	list-style: none;
	font-weight: normal;
	text-align: left;
}

.tpl-properties ol li {
	margin: 0;
	background: none;
	list-style: none;
	font-weight: normal;
	padding: 0 0 5px;
}

.tpl-properties ol li a {
	list-style: none;
	background: none;
	border-style: none;
	margin: 0;
	padding: 0;
}

.tpl-properties strong {
	font-weight: bold;
	color: #666;
}

strong {
	font-weight: bold;
}

/* Property TPL */

/* @group Form */

/* @group Interested */

#tpl-property-interested {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin-top: 15px;
	width: 99%;
}

#tpl-property-interested p {
	padding-bottom: 15px;
}

/* @end */

.tpl-property-form {

}

.tpl-property-instructions {
	padding-bottom: 15px;
	padding-top: 5px;
}

.tpl-property-form form {
	padding: 0 10px 10px 10px !important;
	margin: 0;
	background: #f2f2f2;
}

.tpl-property-form label {
	margin-top: 10px;
	position: absolute;
	text-align: right;
	width: 100px;
}

.tpl-property-form form input {
	border: 2px solid #ddd;
	margin-top: 10px;
	margin-left: 110px;
	width: 50%;
	background: #ffffff;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}

.tpl-property-form form button {
	border: 2px solid #ddd;
	margin-top: 10px;
	margin-left: 110px;
	width: 100px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	text-align: center;
}

.tpl-property-form form textarea {
	border: 2px solid #ddd;
	margin-top: 10px;
	margin-left: 110px;
	width: 50%;
	background: #ffffff;
}

/* @end */

.feature-link {
	background-color: #3774c7;
	color: #fff;
	width: 163px;
	display: block;
	padding: 5px 10px;
}

.feature-link a {
	background-color: #989866;
	color: #fff;
	text-decoration: none;
}

.feature-link a:hover {
	background-color: #989866;
	color: #fff;
	text-decoration: underline;
}

.featured-property {
	background-color: #f2f2f2;
	margin: 10px;
	padding: 10px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

.featured-property img {
	width: 136px;
	height: 102px;
	padding: 3px;
	background-color: #999;
	margin-bottom: 5px;
}

/* ----------------------- */
#leftcol strong.title {width:100%;float:left;margin-bottom:15px;font-size: 16px;}
.post {border-bottom:1px solid #e0e0e0;margin-bottom:15px;}
.sidebar {background:url(/myimages/rightcolBack.jpg) repeat-x left top;padding:20px;text-align:left;float:left;}
#group .sidebar p {margin-bottom:5px;float:left;width:100%;}
.sidebar ul {margin:0 0 15px 0;}
.sidebar ul li {margin:0 0 0 15px;padding:0;list-style-position:outside;list-style-type:disc;color:#3774c7;}
.sidebar form.blogSearch {float:left;width:100%;margin-bottom:15px;margin-top:15px;}
.sidebar form.blogSearch input {float:left;width:120px;margin-right:5px;}
.sidebar form.blogSearch input.button {float:right;width:auto;margin-right:0;color:#fff;background-color:#3774c7;border-style:none;padding:1px;}
img.alignnone {float:left;clear:both;margin-bottom:15px;}
img.alignleft {float:left;margin-right:10px;margin-bottom:3px;}
img.alignright {float:right;margin-left:10px;margin-bottom:3px;}
