/* @group Font */

/**
 * 84.5% for !IE, keywords for IE
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE < 6 and IE6 quirks mode.
 *
 */

body {
	font: 13px arial,helvetica,clean,sans-serif;
	*font-size: small;
	*font: x-small;
}

table {
	font-size: inherit;
	font: 100%;
}

/**
 * 99% for safari; 100% is too large
 */

select, input, textarea {
	font: 99% arial,helvetica,clean,sans-serif;
}

/**
 * Bump up !IE to get to 13px equivalent
 */

pre, code {
	font: 115% monospace;
	*font-size: 100%;
}

/**
 * Default line-height based on font-size rather than "computed-value"
 * see: http://www.w3.org/TR/CSS21/visudet.html#line-height
 */

body * {
	line-height: 1.22em;
}

/* @end */

/* @group Reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,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;
}

ol,ul {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

q:before,q:after {
	content: '';
}

/* @end */html {
	margin: 0;
	padding: 0;
}

#contenedor {
	padding: 25px;
}

body {
	margin: 0;
	padding: 0;
	background: #cccccc;
}

#aboutus p:first-letter {
	float: left;
	font-size: 2.6em;
	line-height: 1;
	font-weight: bold;
	margin-right: 0.5em;
	color: #dedede;
	padding-left: 0.7em;
}

#aboutus .ten {
	float: left;
	font-size: 2.6em;
	line-height: 1;
	font-weight: bold;
	margin-right: 0.7em;
	color: #dedede;
}

a {
	color: #600;
}

#pagewidth {
	width: 760px;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	margin-right: auto;
	margin-left: auto;
	color: #333333;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: url(myimages/cabecera.gif) center top no-repeat #ffffff;
}

#visor {
	width: 760px;
	text-align: center;
	display: block;
	position: relative;
	top: 125px;
}

h1 {
	color: #666666;
	text-transform: capitalize;
	padding-top: 0;
	padding-bottom: 15px;
	margin: 0;
	font: bolder 18px 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	text-align: left;
}

h2 {
	color: #600;
	font: bolder 15px 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	text-transform: capitalize;
	padding-top: 0;
	padding-bottom: 0;
	margin: 0;
}

/* @group idiomas */

#idiomas {
	width: 750px;
	background: #600;
	padding-top: 6px;
	padding-bottom: 6px;
	color: #ffffff;
	text-align: right;
	padding-right: 10px;
	font-size: 11px;
	font-weight: bolder;
}

#idiomas a {
	color: #ffffff;
	text-decoration: none;
}

#idiomas a:hover {
	color: #ffffff;
	text-decoration: underline;
}

/* @end */

/* @group box */

.featured_top {
	border-bottom: 5px solid #600;
	height: 185px;
	padding-top: 10px;
}

.h2_box {
	padding-left: 25px;
}

.box {
	width: 247px;
	background: no-repeat bottom url(myimages/featured_img.jpg);
	float: left;
	padding-right: 3px;
	padding-left: 3px;
	color: #666666;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	height: 185px;
}

.box p strong {
	font-weight: bold;
}

.box p {
	padding-right: 25px;
	padding-left: 25px;
}

.box a {
	text-decoration: none;
	color: #666666;
}

.box a:hover {
	text-decoration: underline;
	color: #666666;
}

/* @end */

/* @group box_blank */

.box_blank {
	width: 247px;
	float: left;
	padding-right: 3px;
	padding-left: 3px;
	color: #666666;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	height: 230px;
}

.box_blank p strong {
	font-weight: bold;
}

.box_blank p {
	padding-left: 25px;
	padding-right: 25px;
}

.box_blank a {
	text-decoration: none;
	color: #666666;
	font-size: 10px;
}

.box_blank a:hover {
	text-decoration: underline;
	color: #666666;
	font-size: 10px;
}

/* @end */

/* @group box 2 */

.box_img {
	width: 247px;
	height: 280px;
	background: no-repeat bottom url(myimages/featured_img.jpg);
	float: left;
	padding-right: 3px;
	padding-left: 3px;
	color: #666666;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

.box_img img {
	padding-left: 5px;
	padding-top: 10px;
	width: 235px;
	height: 177px;
	margin-bottom: 5px;
}

.box_img p strong {
	font-weight: bold;
}

.box_img p {
	padding-left: 10px;
	padding-right: 10px;
}

.box_img a {
	text-decoration: none;
	color: #666666;
}

.box_img a:hover {
	text-decoration: underline;
	color: #666666;
}

/* @end */

/* @group footer */

#footer {
	background: #600;
	color: #ffffff;
	width:740px;
	font-size: 11px;
	font-weight: bolder;
	padding:15px 10px;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}

/* @end */

/* @group Listings TPL */

#tpl-listing-box {
	width: 498px;
}

#tpl-listing-city {
	float: right;
	width: 40%;
}

#tpl-listing-type {
	float: left;
	width: 50%;
}

h3 {
	width: 100%;
	border-bottom: 1px dotted #666666;
	margin-bottom: 15px;
	color: #600;
	font: bolder 18px 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	text-transform: capitalize;
}

/* @group Simple */

.tpl-listings-ul-simple li {
	padding-left: 20px;
	padding-top: 5px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	list-style: disc inside;
	color: #666666;
}

.tpl-listings-ul-simple li a:link, .tpl-listings-ul-simple li a:visited {
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}

.tpl-listings-ul-simple li a:hover {
	color: #666666;
	text-decoration: underline;
	font-weight: normal;
}

/* @end */

/* @group Doble */

.tpl-listings-ul-doble {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	list-style: none;
}

.tpl-listings-ul-doble a:link, .tpl-listings-ul-doble a:visited {
	font: bold;
	color: #666666;
	text-decoration: none;
}

.tpl-listings-ul-doble a:hover {
	font: bold;
	color: #666666;
	text-decoration: underline;
}

.tpl-listings-ul-doble ul {
	font: 16px Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
	color: #666666;
}

.tpl-listings-ul-doble ul li {
	font-size: 11px;
	padding-left: 20px;
	padding-top: 5px;
	list-style: disc inside;
}

.tpl-listings-ul-doble ul li a:link, .tpl-listings-ul-doble ul li a:visited {
	color: #666666;
	text-decoration: none;
}

.tpl-listings-ul-doble ul li a:hover {
	color: #666666;
	text-decoration: underline;
}

/* @end */

/* @end */

/* @group Poperties TPL */

#tpl-properties-searchinfo {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	width: 100%;
}

.tpl-properties-searchinfo-paging {
	text-align: right;
	font-size: 12px;
}

.tpl-properties-searchinfo-actual-page {
	font-size: 12px;
	font-weight: bold;
	background: #600;
	color: #ffffff;
}

.tpl-properties-searchinfo-paging a:link, .tpl-properties-searchinfo-paging a:visited {
	text-decoration: none;
	color: #600;
}

.tpl-properties-searchinfo-paging a:hover {
	text-decoration: underline;
	color: #600;
}

#tpl-properties-searchinfo-found {
	float: left;
	font-size: 12px;
}

.tpl-properties {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	padding: 10px;
	height: 127px;
	background: #f3f3f3;
	border: 1px solid #c6c6c6;
}

.tpl-properties-onportfolio {
	text-align: center;
	width: 147px;
	font-size: 10px;
	position: absolute;
	background: #600;
	color: #ffffff;
	padding-top: 3px;
	padding-bottom: 3px;
}

.tpl-properties-head {

}

.tpl-properties-head h1 {
	font-size: 14px;
	color: #600;
	padding-bottom: 10px;
	font-weight: bold;
}

.tpl-properties-head h1 a:link, .tpl-properties-head h1 a:visited {
	font-size: 14px;
	color: #600;
	text-decoration: none;
	font-weight: bold;
}

.tpl-properties-head h1 a:hover {
	font-size: 14px;
	color: #600;
	text-decoration: underline;
	font-weight: bold;
}

.tpl-properties-imgviewer {
	float: left;
	width: 155px;
}

.tpl-properties-imgviewer a img {
	width: 135px;
	background: #ffffff;
	border: 1px solid #999999;
	padding: 5px;
	height: 101px;
}

.tpl-properties-imgviewer a:hover img {
	background: #999999;
}

.tpl-properties-imgviewer a:hover {
	background: #999999;
}

.tpl-properties-description {
	height: 80px;
}

.tpl-properties-description p {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

.tpl-properties-description p a:link, .tpl-properties-description p a:visited {
	color: #600;
	text-decoration: none;
}

.tpl-properties-description p a:hover {
	color: #600;
	text-decoration: underline;
}

.tpl-properties-features {
	padding-top: 10px;
	font-size: 10px;
	text-align: right;
}

.tpl-properties-features a:link, .tpl-properties-features a:visited {
	text-decoration: none;
	color: #600;
}

.tpl-properties-features a:hover {
	text-decoration: underline;
	color: #600;
}

.tpl-properties-features strong {
	font-weight: bold;
}

/* @end */

/* @group Property TPL */

#tpl-property-virtual {
	color: #333333;
	background: #eeeeee;
	height: 20px;
	width: 100%;
	text-align: center;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 10px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

/* @group Form */

.tpl-property-form {

}

.tpl-property-instructions {
	padding-bottom: 15px;
	padding-top: 5px;
}

.tpl-property-form form {
	width: 470px;
	padding: 0 10px 10px 10px !important;
	margin: 0;
	background: #f2f2f2;
	position: relative;
}

.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: 300px;
	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: 11px 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: 300px;
	background: #ffffff;
}

/* @end */

/* @group Form Mortgage Calculator */

#tpl-property-mortgage-interested h5 {
	width: 100%;
	border-bottom: 1px solid #623964;
	color: #600;
	margin-bottom: 15px;
	font: bold 16px 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
}

#tpl-property-mortgage-interested {
	position: relative;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	margin-top: 15px;
}

.tpl-property-mortgage-instructions {
	padding-bottom: 15px;
	padding-top: 5px;
}

.tpl-property-mortgage-form form {
	width: 470px;
	padding: 0 10px 10px 10px !important;
	margin: 0;
	background: #f2f2f2;
	position: relative;
}

.tpl-property-mortgage-form label {
	margin-top: 10px;
	position: absolute;
	text-align: right;
	width: 120px;
}

.tpl-property-mortgage-form form input {
	border: 2px solid #ddd;
	margin-top: 10px;
	margin-left: 130px;
	width: 150px;
	background: #ffffff;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}

.tpl-property-mortgage-form form button {
	border: 2px solid #ddd;
	margin-top: 10px;
	margin-left: 130px;
	width: 100px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	text-align: center;
}

.tpl-property-mortgage-form form textarea {
	border: 2px solid #ddd;
	margin-top: 10px;
	margin-left: 110px;
	width: 300px;
	background: #ffffff;
}

/* @end */

/* @group Portfolio */

.tpl-property-onportfolio {
	text-align: center;
	width: 482px;
	font-size: 12px;
	position: absolute;
	background: #600;
	color: #ffffff;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
}

.tpl-property-onportfolio a:link, .tpl-property-onportfolio a:visited {
	text-decoration: underline;
	color: #ffffff;
	font-weight: bold;
}

.tpl-property-onportfolio a:hover {
	text-decoration: underline;
	color: #ffffff;
	font-weight: bold;
}

/* @end */

/* @group Tools */

#tpl-property-tools {
	color: #666666;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	position: relative;
	float: right;
	z-index: 101;
}

#tpl-property-tools ul {
	color: #24447e;
	list-style: none;
	text-align: right;
}

#tpl-property-tools ul li {
	padding-bottom: 5px;
}

#tpl-property-tools ul a:link, #tpl-property-tools ul a:visited {
	color: #600;
	text-decoration: none;
}

#tpl-property-tools ul a:hover {
	color: #600;
}

#tpl-property-tools li a:link, #tpl-property-tools li a:visited {
	color: #600;
	text-decoration: none;
}

#tpl-property-tools li a:hover {
	color: #600;
}

#tpl-property-tools h4 {
	font-size: 16px;
	font-weight: bold;
}

#tpl-property-tools p {
	font-size: 10px;
}

/* @end */

/* @group Intro */

#tpl-property-intro {
	color: #333333;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}

#tpl-property-intro a:link, #tpl-property-intro a:visited {
	text-decoration: none;
	color: #600;
}

#tpl-property-intro a:hover {
	text-decoration: underline;
	color: #600;
}

#tpl-property-intro strong {

}

#tpl-property-intro h2 {
	color: #600;
	font: bolder 15px 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	text-transform: capitalize;
	padding-top: 15px;
}

#tpl-property-intro p {
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* @end */

/* @group Price Hilight */

#tpl-property-pricehilight {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
}

#tpl-property-pricehilight strong {
	font-weight: bold;
}

/* @end */

/* @group Img Viewer */

#tpl-property-imgviewer {
	width: 100%;
}

#tpl-property-visor {
	width: 490px;
	text-align: center;
	float: left;
}

#tpl-property-visor img {
	padding: 5px;
	border: 1px solid #666666;
	background: #ffffff;
	width: 470px;
	height: 352px;
}

#tpl-property-thumbnails {
	text-align: left;
	float: right;
	width: 210px;
}

#tpl-property-thumbnails img {
	background: #ffffff;
	width: 90px;
	padding: 3px;
	border: 1px solid #666666;
	height: 75px;
}

/* @end */

/* @group Main features */

#tpl-property-mainfeature {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	position: relative;
	margin-bottom: 20px;
}

#tpl-property-mainfeature table {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	width: 100%;
}

#tpl-property-mainfeature table th {
	font-weight: bold;
	background: #f1f1f1;
	color: #666666;
	padding: 3px;
	border-right: 3px solid #ffffff;
	text-align: center;
}

#tpl-property-mainfeature table td {
	background: #ffffff;
	color: #333333;
	padding: 3px;
	border-right: 3px solid #ffffff;
	text-align: center;
}

/* @end */

/* @group Description */

#tpl-property-description a:link, #tpl-property-description a:visited {
	color: #600;
	text-decoration: none;
}

#tpl-property-description a:hover {
	color: #600;
	text-decoration: underline;
}

#tpl-property-description {
	position: relative;
}

#tpl-property-description p {
	padding-bottom: 10px;
}

/* @end */

/* @group Features */

#tpl-property-features {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	margin-top: 15px;
}

#tpl-property-features table {
	width: 100%;
}

#tpl-property-features table td {
	width: 33%;
}

#tpl-property-features h5 {
	font-size: 16px;
	width: 100%;
	border-bottom: 1px solid #000066;
	color: #600;
	margin-bottom: 15px;
}

/* @end */

/* @group Interested */

#tpl-property-interested {
	position: relative;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	margin-top: 15px;
}

#tpl-property-interested p {
	padding-bottom: 15px;
}

#tpl-property-interested h5 {
	width: 100%;
	border-bottom: 1px solid #623964;
	color: #600;
	margin-bottom: 15px;
	font: bold 16px 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
}

/* @end */

/* @end */

/* @group Development TPL */

/* @group Img Viewer */

#tpl-development-imgviewer {

}

#tpl-development-imgviewer p {
	text-align: center;
	padding-top: 10px;
}

#tpl-development-visor {
	text-align: center;
}

#tpl-development-visor img {
	padding: 5px;
	border: 1px solid #666666;
	background: #ffffff;
	width: 500px;
	height: 375px;
}

#tpl-development-thumbnails {
	text-align: center;
	width: 545px;
	position: absolute;
	bottom: 330px;
}

#tpl-development-thumbnails img {
	background: #ffffff;
	width: 60px;
	padding: 3px;
	border: 1px solid #666666;
	height: 45px;
}

/* @end */

/* @group Development form */

.tpl-development-form {

}

.tpl-development-instructions {
	padding-bottom: 15px;
	padding-top: 5px;
}

.tpl-development-form form {
	width: 522px;
	padding: 0 10px 10px 10px !important;
	margin: 0;
	background: #f2f2f2;
}

.tpl-development-form label {
	margin-top: 10px;
	position: absolute;
	text-align: right;
	width: 100px;
}

.tpl-development-form form input {
	border: 2px solid #ddd;
	margin-top: 10px;
	margin-left: 110px;
	width: 300px;
	background: #ffffff;
}

.tpl-development-form form button {
	border: 2px solid #ddd;
	margin-top: 10px;
	margin-left: 110px;
	width: 100px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	text-align: center;
}

.tpl-development-form form textarea {
	border: 2px solid #ddd;
	margin-top: 10px;
	margin-left: 110px;
	width: 300px;
	background: #ffffff;
}

/* @end */

/* @end */

/* @group Portfolio TPL */

/* @group form */

.tpl-portfolio-form {

}

.tpl-portfolio-form h3 {
	width: 100%;
	border-bottom: 1px solid #623964;
	color: #600;
	margin-bottom: 15px;
	font: bold 16px 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
}

.tpl-portfolio-instructions {
	padding-bottom: 15px;
	padding-top: 5px;
}

.tpl-portfolio-form form {
	width: 470px;
	padding: 0 10px 10px 10px !important;
	margin: 0;
	background: #f2f2f2;
}

.tpl-portfolio-form label {
	margin-top: 10px;
	position: absolute;
	text-align: right;
	width: 100px;
}

.tpl-portfolio-form form input {
	border: 2px solid #ddd;
	margin-top: 10px;
	margin-left: 110px;
	width: 300px;
	background: #ffffff;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}

.tpl-portfolio-form form button {
	border: 2px solid #ddd;
	margin-top: 10px;
	margin-left: 110px;
	width: 100px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	text-align: center;
}

.tpl-portfolio-form form textarea {
	border: 2px solid #ddd;
	margin-top: 10px;
	margin-left: 110px;
	width: 300px;
	background: #ffffff;
}

/* @end */

/* @end */

.tpl-property-form form .checkbox {
	width: 15px;
	height: 15px;
	margin: 0;
	padding: 0;
	border-style: none;
}

.clear {
	clear:both;
}

.footer-left {
	display:block;
	float:left;
	width:360px;
	text-align:left;
}

.footer-right {
	display:block;
	float:right;
	width:360px;
	text-align:right;
}

.footer-center {
	display:block;
	width:360px;
	text-align:center;
	margin:0 auto 0 auto;
}