html,body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	padding: 0;
	margin: 10px 0 0;
	background: url(/myimages/bg2.jpg) repeat-x left top;
}

/* @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 */

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 */

/* @group banners */

.banner336 {
	height: 280px;
	width: 336px;
	border: 1px solid #f8f8f8;
	float: right;
}

.banners-leftcol {
	width: 100%;
	text-align: center;
}

.banners-leftcol img {
	border: 1px solid #919191;
	margin-top: 20px;
}

/* @end */

/* @group Modificaciones */

.arrow {
   background: url(myimages/arrow2.gif) no-repeat 0;
   padding-left: 15px;
}

div#logo.property-fotos {
	position: absolute;
	top: 0;
	left: 0;
}


div#apDiv1 {
	/*position:absolute;*/
	width:136px;
	height:88px;
	/*z-index:1;*/
	left: 575px;
	top: 295px;
}

#group{
	width:950px;
	margin-right: auto;
	position: relative;
	margin-left: auto;
}

/* @group Index */

/* @group features */

#features-container {
	width: 420px;
	height: 830px;
}

.roundedcorner-box {
	background: #f7f7f7;
	float: left;
	margin-bottom: 10px;
	margin-right: 8px;
	width: 200px;
}

.roundedcorner-content {
	margin: 0 10px;
	text-align: left;
	height: 260px;
}

.roundedcorner-content p {
	font-size: 11px;
}

.roundedcorner-content img {
	width: 172px;
	height: 130px;
	padding: 4px;
	background-color: #fff;
	margin-bottom: 5px;
}

.roundedcorner-content .title {
	font-size: 12px;
	font-weight: bold;
	color: #360;
}

.roundedcorner-content .price {
	font-size: 22px;
	font-weight: bold;
	color: #666;
	text-align: center;
	margin-bottom: 5px;
}

.roundedcorner-top div {
	background: url(/myimages/roundedcorner-tl.png) no-repeat top left;
}

.roundedcorner-top {
	background: url(/myimages/roundedcorner-tr.png) no-repeat top right;
}

.roundedcorner-bottom div {
	background: url(/myimages/roundedcorner-bl.png) no-repeat bottom left;
}

.roundedcorner-bottom {
	background: url(/myimages/roundedcorner-br.png) no-repeat bottom right;
}

.roundedcorner-top div, .roundedcorner-top, 
.roundedcorner-bottom div, .roundedcorner-bottom {
	width: 100%;
	height: 10px;
	font-size: 1px;
}

/* @end */

/* @group  */

#key {
	position: absolute;
	top: -20px;
	right: -20px;
}

.login {
	padding: 10px 15px;
	background-color: #fff;
	margin-bottom: 7px;
	position: relative;
	background-image: url(/myimages/login-back.jpg);
	background-repeat: no-repeat;
	height: 110px;
	font-size: 12px;
	color: #333;
}

.login-es {
	padding: 10px 15px;
	background-color: #fff;
	margin-bottom: 7px;
	position: relative;
	background-image: url(/myimages/login-back-es.jpg);
	background-repeat: no-repeat;
	height: 110px;
	font-size: 12px;
	color: #333;
}

.register {
	padding: 0;
	background-color: #fff;
	margin-bottom: 7px;
	position: relative;
	background-image: url(/myimages/register.jpg);
	background-repeat: no-repeat;
	height: 59px;
}

.register-es {
	padding: 0;
	background-color: #fff;
	margin-bottom: 7px;
	position: relative;
	background-image: url(/myimages/register-es.jpg);
	background-repeat: no-repeat;
	height: 59px;
}

#options {
	visibility:hidden;
	display:none;
	float: right;
	width: 220px;
	padding: 7px;
	margin-left: 20px;
}

#options a.title {
	background-color: #f6f6f6;
	color: #666;
	font-weight: bold;
	font-size: 24px;
	letter-spacing: -2px;
	display: block;
	width: 150px;
}

#options p {
	margin-top: 5px;
}

.options-box {
	padding: 10px 15px;
	margin-bottom: 10px;
	position: relative;
	height: 150px;
	background: #fff url(/myimages/options-back.jpg) no-repeat;
	font-size: 12px;
}

/* @end */

/* @end */

/* @group Cabecera */

#cabecera {
	width: 720px;
	height: 121px;
	position: absolute;
	top: 0;
	left: 230px;
}

#banner {
	width: 200px;
	float: left;
	height: 90px;
	text-align: right;
}

#languages {
	width: 500px;
	float: right;
	text-align: right;
}

#menu {
	width: 675px;
	clear: both;
	padding-top: 5px;
	padding-left: 25px;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

#menu ul li {
	padding: 0;
	display: inline;
	margin-right: 10px;
}

#menu ul a {
	color: #333;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}

#menu ul a:hover {
	color: #333;
	text-decoration: underline;
	font-weight: bold;
	font-size: 14px;
}

/* @end */

/* @group Message */

#message {
	height: 100px;
	color: #333;
	padding: 10px 0;
	margin: 0 0 25px;
	font-size: 12px;
	position: relative;
}

#message h1 {
	font: bold 19px 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	color: #333;
}

#message a {
	font-weight: bold;
	color: #339;
	text-decoration: underline;
}

#message a:hover {
	font-weight: bold;
	color: #339;
	text-decoration: underline;
}

/* @end */

/* @group Leftcol */

#leftcol {
	float: left;
	width: 230px;
	position: relative;
	top: -121px;
}

h4 {
	font: bold 15px 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	color: #333;
	margin: 0;
	padding: 0;
}

.box-promotions {
	color: #333;
	font-weight: bold;
	font-size: 14px;
	width: 480px;
	float: left;
	padding: 0;
}

.box-promotions strong {
	font-weight: bold;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

.box-promotions p {
	margin-bottom: 0;
	padding-bottom: 0;
}

.box-promotions p a {
	margin: 0;
	padding: 0;
	color: #693;
}

.box-promociones {
	position: relative;
	text-align:center;
	background: url(/myimages/promociones.jpg) no-repeat center top;
	height: 250px;
}

.box {
	padding: 7px;
	border: 1px solid #ccc;
	background-color: #fff;
		position: relative;
}

.box_group {
	background: #f0ffbd;
	color: #333;
	padding: 15px;
		position: relative;
}

.box_title {
	padding-bottom: 10px;
	position: relative;
}

#roof {
	position: absolute;
	top: -34px;
	left: -35px;
}

.separate {
	border-bottom: 1px solid #ccc;
	margin-top: 15px;
	margin-bottom: 10px;
}

.box_body .map {
	border: 1px solid #ccc;
	margin-bottom: 10px;
}

.box_body {
	
}

.box label {
	margin-bottom: 10px;
	display: block;
}

.box select {
	border: 1px solid #cccccc;
	margin-top: 5px;
	width: 100%;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.box_body ul {
	padding: 0;
	list-style-position: outside;
	list-style-image: url(/myimages/bullet.gif);
	margin: 0 0 0 15px;
}

/* @end */

/* @group Content */

#container{
	width:950px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	position: relative;
	top: 121px;
}

#content{
	width: 695px;
	float: right;
	padding-left: 25px;
}

#content p {
  margin-bottom: 10px;
}


/* @end */

/* @group Footer */

#footer {
	width: 100%;
	color: #333;
	background: #f7f7f7 url(/myimages/footer_img.gif) repeat-x 0 top;
	border-top: 50px solid white;
}

#footer-container {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
}

#footer-wraper {
	width: 630px;
	float: right;
}

#footer-left {
	width: 300px;
	float: left;
	padding-right: 15px;
}

#footer-middle {
	width: 300px;
	float: left;
	padding-right: 15px;
}

#footer-right {
	width: 315px;
	float: right;
}

#footer h2 {
	font: bold 14px 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	color: #360;
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted #666;
    margin-bottom: 5px;
}
#footer p {
	margin-bottom: 5px;
    font-size: 90%;
}

.footer-arrow {
	position: absolute;
	top: -50px;
	left: -15px;
}

#footer-full {
	width: 950px;
	margin-bottom: 20px;
}

/* @end */

/* @end */

/* @group Genericos */

.space {
	height: 121px;
	width: 99%;
}

.color {
	color: #363;
}

a {
	color: #360;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #360;
}

.clear {
	clear: both;
	color: #fff;
}

strong {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

h1 {
	font: bold 18px 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	color: #333;
}

h2 {
	font: bold 15px 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	color: #333;
}

h3 {
	width: 210px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	margin: 0;
	color: #333;
	font: bold 13px 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	padding-left: 20px;
}

h5 {
	font: bold 20px 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	color: #333;
	margin: 0;
	padding: 0;
}

.left {
	float: left;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
}

.right {
	float: right;
	padding-left: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
}

/* @end */

/* @group Login */

.register-text a.vender-title, .login-text a.vender-title {
	font-size: 22px;
	font-weight: bold;
	color: #333;
	display: block;
	margin-bottom: 5px;
}

.register-text {
	width: 300px;
	padding: 15px;
	/* height: 200px;*/
	margin-right: 10px;
	float: left;
	background: #f6f6f6;
}

.login-text {
	width: 300px;
	padding: 15px;
	background: #f6f6f6;
	/* heigdht: 200px; */
	float: left;
}

/* @end */

/* @group TPL */

/* @group Refine Search */

.refine {
	font-size: 12px;
	position: absolute;
	top: 73px;
	left: 255px;
	color: #333;
	width: 685px;
}

.refine label {
	display: block;
	float: left;
	margin-right: 7px;
}

.refine select {
	border: 1px solid #cccccc;
	color: #333333;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}

.refine input {
	margin-top: 15px;
}

/* @end */

/* @group Listings TPL */

/* @group 1 */

#content .tpl-properties-searchinfo-paging img {
	margin: 0;
	padding: 0;
	float: none;
}

.tpl-properties-searchinfo {
	background-color: #ffc;
	border: 1px solid #993;
	position: absolute;
	top: 140px;
	right: 0;
	width: 663px;
	padding: 15px;
	height: 53px;
}

.tpl-developments-searchinfo {
	background-color: #ffc;
	border: 1px solid #993;
	position: absolute;
	top: 140px;
	right: 0;
	width: 663px;
	padding: 15px;
/*	height: 23px;*/
}

.tpl-properties-searchinfo-dev {
	position: absolute;
	top: 125px;
	right: 0;
	width: 663px;
	padding: 15px;
}

.tpl-properties-searchinfo-paging {
	text-align: right;
}

.tpl-properties-searchinfo-actual-page {
	font-weight: bold;
	background: #360;
	color: #ffffff;
}

.tpl-properties-searchinfo-paging a:link, .tpl-properties-searchinfo-paging a:visited {
	text-decoration: none;
	color: #360;
}

.tpl-properties-searchinfo-paging a:hover {
	text-decoration: underline;
	color: #360;
}

.tpl-properties-searchinfo-found {
	float: left;
}

/* @end */

#tpl-listing-pagewidth {
	width: 565px;
	text-align: left;
	background: #f5f5f5;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
}

#tpl-listing-leftcol {
	width: 33%;
	float: left;
	position: relative;
	height: 180px;
}

#tpl-listing-twocols {
	width: 62%;
	float: right;
	position: relative;
}

#tpl-listing-rightcol {
	width: 45%;
	float: right;
	position: relative;
}

#tpl-listing-maincol {
	float: left;
	height: 180px;
	display: inline;
	position: relative;
	width: 50%;
}

#tpl-listing-box {
	width: 500px;
}

#tpl-listing-city {
	float: right;
	width: 40%;
}

#tpl-listing-type {
	float: left;
	width: 50%;
}

/* @group Simple */

#maincol .tpl-listings-ul-simple li {
	padding-left: 20px;
	padding-top: 5px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	list-style: disc inside;
}

#maincol .tpl-listings-ul-simple li a:link, #maincol .tpl-listings-ul-simple li a:visited {
	color: #000033;
	text-decoration: none;
	font-weight: normal;
}

#maincol .tpl-listings-ul-simple li a:hover {
	color: #000033;
	text-decoration: underline;
	font-weight: normal;
}

/* @end */

/* @group Doble */

#maincol .tpl-listings-ul-doble {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	list-style: none;
}

#maincol .tpl-listings-ul-doble a:link, #maincol .tpl-listings-ul-doble a:visited {
	font: bold;
	color: #666666;
	text-decoration: none;
}

#maincol .tpl-listings-ul-doble a:hover {
	font: bold;
	color: #666666;
	text-decoration: underline;
}

#maincol .tpl-listings-ul-doble ul {
	font: 16px Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
	color: #000033;
}

#maincol .tpl-listings-ul-doble ul li {
	font-size: 11px;
	padding-left: 20px;
	padding-top: 5px;
	list-style: disc inside;
}

#maincol .tpl-listings-ul-doble ul li a:link, #maincol .tpl-listings-ul-doble ul li a:visited {
	color: #000033;
	text-decoration: none;
	font-weight: normal;
}

#maincol .tpl-listings-ul-doble ul li a:hover {
	color: #000033;
	text-decoration: underline;
	font-weight: normal;
}

/* @end */

/* @end */

/* @group Properties */

.box_property {
	width: 679px;
	border: 1px solid #ccc;
	background-color: #fff;
	margin-bottom: 15px;
	padding: 7px;
	position: relative;
}

.box_group_property {
	background: #f9f9f9;
	color: #333;
	padding: 10px;
}

.box_title_property {
	padding-bottom: 10px;
}

.box_body_property {
	margin: 0;
	padding: 0;
}

.visor {
	float: right;
	padding-left: 10px;
}

.visor img {
	width: 180px;
	height: 135px;
	border: 5px solid #e3e3e3;
}

.shadowimg {
	background: #fff url(/myimages/img_shadow.gif) repeat-x left top;
	height: 9px;
	width: 220px;
}

.shadow {
	background: #fff url(/myimages/img_shadow.gif) repeat-x left top;
	height: 9px;
	width: 100%;
}

.price {
	font-weight: bold;
	font-size: 18px;
	color: #666;
	display: block;
	margin-top: 5px;
}

.info-button {
	position: absolute;
	top: 140px;
	right: 230px;
}

.more {
	font-weight: bold;
	font-size: 12px;
	margin-top: 10px;
}

h2.properties-title {
	display: block;
	margin-bottom: 10px;
}

/* @end */

/* @group Property TPL */

#property-subtitle {
	font-size: 16px;
}

.property-features {
	background-color:#f2f2f2;
	margin-right:5px;
	display:block;
	float:left;
	color:#333;
	font-weight:bold;
	font-size:12px;
	padding:5px 10px;
	width:90px;
	margin-bottom:5px;
	height:30px;
        margin-top:40px;
}

h1.title {
	margin-top:15px;
	display:block;
	padding:10px;
	background-color:#f2f2f2;
}

.property-price {
	color:#360;
	font-size:22px;
}

.property-ref {
	font-size:16px;
	color:#999;
}

.property-info {
	display:block;
	text-align:center;
}

ul.features {
	display:block;
	width:450px;
	margin-left:15px;
/*	margin-bottom:20px;*/
}

ul.features li {
	width: 225px;
	height: 20px;
/*	list-style-type:square;
	list-style-position:outside;
	margin-bottom:5px;*/
	display: block;
	float: left;
}

.property-description {
	margin-bottom:20px;
	display:block;
	padding:10px;
	background-color:#f2f2f2;
	width:430px;
}

/* @group managedby */

#managedby {
	background-color: #d8ffa0;
	padding: 10px;
	border-top: 5px solid #e2ffb9;
	border-right: 5px solid #e2ffb9;
	border-left: 5px solid #e2ffb9;
	width: 420px;
}

div#managedby.property-f-managed {
	top: 0;
	right: 0;
	position: absolute;
	border-bottom: 5px solid #e2ffb9;
}

.cool_address {
	color: #666;
	display: block;
	margin-bottom: 0px;
}

.megastrong {font-size:16px;}  /* AÑADIR */


/* @end */

/* @group Form */

.gray-form {
	padding: 20px;
	margin: 0;
	background: #f2f2f2;
	border-right: 5px solid #ececec;
	border-left: 5px solid #ececec;
	border-bottom: 5px solid #ececec;
	width: 400px;	
}

.gray-form label {
	margin-top: 5px;
	display: block;
}

.gray-form  input {
	border: 2px solid #ddd;
	background: #ffffff;
	width: 300px;
	padding: 2px;
}

.gray-form  button {
	border: 2px solid #ddd;
	width: 100px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	text-align: center;
	padding: 2px;
}

.gray-form  textarea {
	border: 2px solid #ddd;
	background: #ffffff;
	width: 300px;
	padding: 2px;
}

/* @end */

/* @end */

/* @end */

/* @group Rightcol */

#rightcol {
	width: 200px;
	float: right;
	margin-left: 15px;
}

.photo {
	text-align: center;
        margin-top: 10px;
}

#rightcol .photo img {
        
	margin-bottom: 15px;	
	border: 3px solid #333333;
	width: 90%;
}

/* @end */

.skyscrapper {
	width: 250px;
	float: right;
	font-size: 12px;
	font-weight: bold;
	color: #ccc;
	margin-top: 20px;
}

.skyscrapper img {
	border: 3px solid #ccc;
}

/**/
.Style4 {
	font-size: 13px;
	color: #336600;
	font-weight: bold;
	}