/* Font, Reset */

.inmoba {
	text-align:right;
	width:781px;
	padding-top:5px;
	padding-bottom:5px;
	margin:5px auto;
	clear:both;
}

.inmoba img.inmoba-logo {
	margin-bottom:-5px;
}

/* @group Font */

table {
	font-size: inherit;
}

select, input, textarea {
	font: 99% arial,helvetica,clean,sans-serif;
}

pre, code {
	font: 115% monospace;
}

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;
}

q:before,q:after {
	content: '';
}

/* @end */

/* Html, Body, Container */

html,body {
	margin: 0;
	padding: 0;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	background: #EDEDED;
}

#container {
	width: 781px;
	margin-right: auto;
	margin-left: auto;
	background: url(/myimages/container-img.gif) repeat-y;
}

/* Header */

#header-slideshow {
	float: right;
	width: 583px;
	height: 120px;
	background-color: #000;
}

#slideshow {
	width: 583px;
	height: 327px;
	float: right;
	background-color: #000;
	position: relative;
}

.information {
	position: absolute;
	right: 0;
	width: 563px;
	text-align: right;
	font-size: 12px;
	padding: 3px 10px;
	background: url(/myimages/information.gif) repeat;
	color: #2a2a2a;
	font-weight: bold;
	bottom: 0;
}

.header-slideshow0 {
	background: url(/myimages/slideshow/top0.jpg) no-repeat 0 center;
}

.header-slideshow1 {
	background: url(/myimages/slideshow/top1.jpg) no-repeat 0 center;
}

.header-slideshow2 {
	background: url(/myimages/slideshow/top2.jpg) no-repeat 0 center;
}

.header-slideshow3 {
	background: url(/myimages/slideshow/top3.jpg) no-repeat 0 center;
}

.header-slideshow4 {
	background: url(/myimages/slideshow/top4.jpg) no-repeat 0 center;
}

.header-slideshow5 {
	background: url(/myimages/slideshow/top5.jpg) no-repeat 0 center;
}

.header-slideshow6 {
	background: url(/myimages/slideshow/top6.jpg) no-repeat 0 center;
}

.header-slideshow7 {
	background: url(/myimages/slideshow/top7.jpg) no-repeat 0 center;
}

.slideshow0 {
	background: url(/myimages/slideshow/top0.jpg) no-repeat;
}

.slideshow1 {
	background: url(/myimages/slideshow/top1.jpg) no-repeat;
}

.slideshow2 {
	background: url(/myimages/slideshow/top2.jpg) no-repeat;
}

.slideshow3 {
	background: url(/myimages/slideshow/top3.jpg) no-repeat;
}

.slideshow4 {
	background: url(/myimages/slideshow/top4.jpg) no-repeat;
}

.slideshow5 {
	background: url(/myimages/slideshow/top5.jpg) no-repeat;
}

.slideshow6 {
	background: url(/myimages/slideshow/top6.jpg) no-repeat;
}

.slideshow7 {
	background: url(/myimages/slideshow/top7.jpg) no-repeat;
}

/* Rapid Search */

.rapid-search {
	font-size: 10px;
	width: 96%;
	background-color: #252533;
	padding: 2%;
	border-bottom: 2px solid #FBE575;
	display: block;
	clear: both;
	color: #fff;
}

.rapid-search label {
	display: block;
	float: left;
	margin-right: 5px;
}

.rapid-search select {
	border: 1px solid #cccccc;
	color: #333333;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	float: left;
	margin-right: 10px;
}

/* Leftcol */

#leftcol {
	float: left;
	width: 198px;
	background: #333344;
	height: 327px;
}

#leftcol ul {
	margin: 0;
	padding: 0;
	width: 198px;
	list-style: none;
	font-size: 10px;
}

#leftcol ul li {
	margin: 0;
	background: #FBE575;
	padding: 0;
	width: 198px;
}

#leftcol ul li a:link, #leftcol ul li a:visited {
	background: #333344 no-repeat url(/myimages/off.gif) 8px;
	color: #ffffff;
	width: 178px;
	text-decoration: none;
	display: block;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#leftcol ul li a:hover {
	background: #FBE575 no-repeat url(/myimages/on.gif) 8px;
	color: #616161;
	width: 178px;
	text-decoration: none;
	display: block;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* Featured Property */

.feature-link {
	background-color: #989866;
	width: 178px;
	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: 2px solid #000;
	border-bottom: 2px solid #000;
}

.featured-property img {
	width: 150px;
	height: 112px;
	padding: 3px;
	background-color: #999;
	margin-bottom: 5px;
}

/* Main, Content */

#maincol {
	background: #ffffff;
	width: 781px;
	clear: both;
}

#content {
	padding: 20px;
}

#navigation {
	font-size: 11px;
	margin-bottom: 15px;
}

#content p {
	padding-top: 5px;
	padding-bottom: 5px;
}

/* Home Featured */

#featured-left {
	float: left;
}

h3 .more {
	font-size: 11px;
	position: absolute;
	top: 0;
	right: 0;
}

h3 .more a {
	color: #666;
}

.featured {
	width: 350px;
}

.featured .featured-box {
	float: left;
	width: 140px;
	height: 94px;
	background: #fff url(/myimages/box.gif) no-repeat left top;
	color: #333;
	padding: 10px 20px 20px 10px;
	font-size: 11px;
}

.featured img {
	background-color: #fff;
	border: 1px solid #999;
	padding: 5px;
	width: 140px;
	height: 105px;
	float: right;
}

.featured .featured-description {
}

/* Home Featured Development */

#featured-right {
	float: right;
}

.featured-development {
	width: 350px;
}

.featured-development img {
	background-color: #fff;
	border: 1px solid #999;
	padding: 5px;
	width: 338px;
}

.featured .featured-development-description {
	
}

/* Style, Formating */

.tel {
	color: #cc3333;
	font-weight: bold;
	font-size: 16px;
}

.price {
	color: #cc3333;
	font-weight: bold;
	font-size: 12px;
	display: block;
	width: 100%;
	text-align: left;
}

.rentalprice {
	color: #cc3333;
	font-weight: bold;
	font-size: 12px;
	display: inline;
	width: 100%;
	text-align: left;
}

h1 {
	font: bold 18px 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	color: #cc3333;
	padding: 0;
	margin: 0 0 10px;
}

h3 {
	font: bold 14px 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	margin: 0 0 5px;
	color: #333344;
	border-bottom: 1px solid #ccc;
	background-color: #fbfacf;
	padding: 0.4em;
}

h3 a {
	font: bold 14px 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	color: #333344;
	text-decoration: none;
}

h3 a:hover {
	font: bold 14px 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	color: #cc3333;
	text-decoration: underline;
}

h2 {
	font: bold 14px 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	margin: 0 0 5px;
	padding: 0;
	color: #cc3333;
}

h4 {
	color: #666666;
	font: bold 15px 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	margin: 0 0 5px;
	padding: 0;
}

a {
	color: #cc3333;
	text-decoration: none;
}

.blue {
	color: #4D4D80;
}

a:hover {
	color: #cc3333;
	text-decoration: underline;
}

.leftimg {
	float: left;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
}

.rightimg {
	float: right;
	padding-left: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.italic {
	font-style: italic;
}

.clear {
	clear: both;
}

strong {
	font-weight: bold;
}

.center {
	text-align: center;
}

/* Footer */

#footer {
	text-align: left;
	color: #FBE575;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background-color: #333344;
	height: 100px;
	width: 781px;
	position: relative;
}

#footer img {
	float: left;
	padding-right: 1em;
	padding-left: 15px;
	padding-top: 5px;
}

#footer-links {
	height: 60px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #fff;
}

#footer a:hover {
	text-decoration: underline;
	color: #fff;
}

#banner-footer {
	background-color: #FBE575;
	position: absolute;
	width: 176px;
	padding: 10px;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	left: 0;
	bottom: 100px;
	color: #cc3333;
	text-align: center;
}

#banner-footer a:link, #banner-footer a:visited {
	color: #cc3333;
	text-decoration: none;
}

#banner-footer a:hover {
	color: #cc3333;
	text-decoration: underline;
}

/*
---------------------------
           TPL
---------------------------
*/

/* Generic TPL */

#leftcol-tpl {
	float: left;
	width: 198px;
	background: #333344;
}

#leftcol-tpl ul {
	margin: 0;
	padding: 0;
	width: 198px;
	list-style: none;
	font-size: 10px;
}

#leftcol-tpl ul li {
	margin: 0;
	background: #FBE575;
	padding: 0;
	width: 198px;
}

#leftcol-tpl ul li a:link, #leftcol-tpl ul li a:visited {
	background: #333344 no-repeat url(/myimages/off.gif) 8px;
	color: #ffffff;
	width: 178px;
	text-decoration: none;
	display: block;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#leftcol-tpl ul li a:hover {
	background: #FBE575 no-repeat url(/myimages/on.gif) 8px;
	color: #616161;
	width: 178px;
	text-decoration: none;
	display: block;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#maincol-tpl {
	background: #fff;
	width: 583px;
	float: right;
}

#content-tpl {
	padding: 20px;
}

/* Listings TPL */

#content-tpl label {
	float: left;
	margin-right: 15px;
}

#check-sotogrande {
	width: 49%;
}

#check-marbella {
	width: 49%;
}

#content-tpl #check-sotogrande label, #content-tpl #check-marbella label {
	float: none;
	margin: 0 0 4px;
	padding-left: 15px;
	display: block;
}

#content-tpl #check-sotogrande label input, #content-tpl #check-marbella label input {
	margin-right:5px;
}

.input {
	margin-top: -3px;
	margin-bottom: -3px;
	margin-right: 5px;
}

.category a {
	font-size: 14px;
	margin-right: 5px;
	font-weight: bold;
	color: #cc3333;
}

.option a {
	font-size: 11px;
	color: #c66;
}

/* Properties TPL - cabecera - */

.tpl-properties-searchinfo {
	width: 100%;
}

.tpl-properties-searchinfo-paging {
	text-align: right;
}

.tpl-properties-searchinfo-actual-page {
	font-weight: bold;
	background: #cc3333;
	color: #ffffff;
}

.tpl-properties-searchinfo-paging a:link, .tpl-properties-searchinfo-paging a:visited {
	text-decoration: none;
	color: #011750;
}

.tpl-properties-searchinfo-paging a:hover {
	text-decoration: underline;
	color: #011750;
}

.tpl-properties-searchinfo-found {
	float: left;
}

/* Properties TPL */

.tpl-properties {
	margin-bottom: 10px;
	padding: 10px;
	background: #f3f3f3;
	border: 1px solid #c6c6c6;
	width: 520px;
	position: relative;
}

.tpl-properties-description {
	margin: 0;
	padding: 0;
}

.tpl-properties .tpl-properties-imgviewer {
	float: right;
	padding-left: 15px;
}

.tpl-properties .tpl-properties-imgviewer img {
	margin: 0;
	padding: 3px;
	background: #c8c8c8;
	width: 200px;
	height: 150px;
}

.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: 10px;
	color: #cc3333;
	padding: 3px;
	background: #FBE575;
	font-weight: bold;
}

.tpl-properties .rentalonportfolio {
	position: absolute;
	right: 5px;
	top: 5px;
}

.tpl-properties h1 {
	font-size: 14px;
	color: #4D4D80;
	font-weight: bold;
	padding: 0;
	border-style: none;
	margin: 0 0 5px;
	background: #f3f3f3;
	position: relative;
	width: 100%;
}

.tpl-properties h1 a:link, .tpl-properties h1 a:visited {
	font-size: 14px;
	color: #4D4D80;
	text-decoration: none;
	font-weight: bold;
	background: #f3f3f3;
}

.tpl-properties h1 a:hover {
	font-size: 14px;
	color: #4D4D80;
	text-decoration: underline;
	font-weight: bold;
	background: #f3f3f3;
}

.ref {
	font-size: 11px;
	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: #cc3333;
}

/* Property TPL */

#print-information {
	display: none;
}

/* @group Portfolio */

.tpl-property-onportfolio-off {
	text-align: center;
	font-size: 11px;
	background: #e7e7e7;
	color: #666;
	padding-top: 3px;
	padding-bottom: 3px;
}

.tpl-property-onportfolio-off a:link, .tpl-property-onportfolio-off a:visited {
	text-decoration: underline;
	color: #666;
	font-weight: bold;
}

.tpl-property-onportfolio-off a:hover {
	text-decoration: underline;
	color: #666;
	font-weight: bold;
}

.tpl-property-onportfolio {
	text-align: center;
	font-size: 11px;
	background: #FBE575;
	color: #cc3333;
	padding-top: 3px;
	padding-bottom: 3px;
}

.tpl-property-onportfolio a:link, .tpl-property-onportfolio a:visited {
	text-decoration: underline;
	color: #cc3333;
	font-weight: bold;
}

.tpl-property-onportfolio a:hover {
	text-decoration: underline;
	color: #cc3333;
	font-weight: bold;
}

/* @end */

/* @group Img Viewer */

#tpl-property-imgviewer {
	width: 99%;
	position: relative;
}

#tpl-property-visor {
	width: 99%;
	text-align: center;
}

#tpl-property-visor img {
	padding: 5px;
	border: 1px solid #666666;
	background: #ffffff;
	width: 500px;
	height: 375px;
}

#tpl-property-thumbnails {
	text-align: center;
	width: 545px;
	position: absolute;
	top: 315px;
}

#tpl-property-thumbnails img {
	background: #ffffff;
	width: 60px;
	padding: 3px;
	border: 1px solid #666666;
	height: 45px;
}

/* @end */

/* @group Form Mortgage Calculator */

#tpl-property-mortgage-interested h5 {
	color: #999999;
	margin-bottom: 15px;
	background: #ffffff;
	font-size: 16px;
}

#tpl-property-mortgage-interested {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	margin-top: 15px;
	width: 99%;
	display: none;
}

.tpl-property-mortgage-instructions {
	padding-bottom: 15px;
	padding-top: 5px;
}

.tpl-property-mortgage-form form {
	padding: 0 10px 10px 10px !important;
	margin: 0;
	background: #f2f2f2;
}

.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: 50%;
	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 Form */

/* @group Interested */

#tpl-property-interested {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	margin-top: 15px;
	width: 99%;
}

#tpl-property-interested p {
	padding-bottom: 15px;
}

#tpl-property-interested h5 {
	color: #999999;
	margin-bottom: 15px;
	background: #ffffff;
	font-size: 16px;
	border-style: none;
}

/* @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: 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: 50%;
	background: #ffffff;
}

/* @end */

@media print{ 
#leftcol-tpl, #navigation, #header-slideshow, #footer, #tpl-property-interested, .tpl-property-onportfolio-off{display:none;} 
#maincol-tpl, #content-tpl, h1{width:100%;}

h1 {
	font-size: 24px;
	font-weight: bold;
}

#tpl-property-visor {
	text-align: left;
}

#tpl-property-visor img {
	width: 93%;
	height: auto;
	border-style: none;
	border-width: 0;
	padding: 0;
}

#tpl-property-thumbnails {
	width: 100%;
	text-align: left;
	height: auto;
	position: relative;
	top: 15px;
	margin-bottom: 30px;
}

#tpl-property-thumbnails img {
	width: 107px;
	height: 80px;
	padding: 0;
	border-style: none;
	border-width: 0;
	margin-right: 5px;
}

#tpl-property-mortgage-interested, .tpl-property-mortgage-form, .tpl-property-mortgage-instructions {
	display: none;
}

#print-information {
	display: block;
}
}