/* Font, Reset */

/* @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 */

body {
	background-color:rgb(159,186,250);
	font:12px "Trebuchet Ms", Verdana, Arial;

}

/* -----Lyout----- */

#group {
	width:760px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	background-color:#fff;
	border: #E9E9E9 1px solid;

	

}

#content {
	width:660px;
	padding:160px 45px 20px;
	
}

#footer {
	width:760px;
	padding:20px 0 10px 0;
	background-color:#FFFFFF;
 
}

#header {
	width:760px;
	height:150px;
	position:absolute;
	top:0;
}

/* -----Genericos----- */

h1,h2,h3 {
	font:bold 18px "Lucida Grande", Lucida, Helvetica, Arial, sans-serif;
}

.cazul {
	color:#343399;
}

.mb10 {
	margin-bottom:10px;
}

.mb15 {
	margin-bottom:15px;
}

.mb20 {
	margin-bottom:20px;
}

.mt20 {
	margin-top:20px;
}

.block {
	display:block;
}

p {
	line-height:1.5em;
}

a {
	color:#0099ff;
	text-decoration:none;
}

a:hover {
	color:#0099ff;
	text-decoration:underline;
}

em {
	font-style:italic;
}

.left {
	float:left;
}

.right {
	float:right;
}

u {
	text-decoration:underline;
}

.clear {
	clear:both;
}

.tacenter {
	padding-top: 90px;
	text-align:center;
}

.tacenter2 {
	padding-top: 15px;
	padding-bottom:15px;
	position:absolute;
	width:760px;
	text-align:center;
	background-color:#E9E9E9;
}

/* ------TPL Listings */

.marcobusqueda {
	background-color:#D5EAFF;
	width:650px;
	padding:10px;
}

/* -----TPL Properties----- */

.tpl-properties {
	width:670px;
	position:relative;
	border-bottom:1px solid #ccc;
	margin-bottom:20px;
	padding-bottom:20px;
}

.tpl-properties-imgviewer {
	float:left;
	margin-right:10px;
}

.tpl-properties .tpl-properties-imgviewer img {
	margin-right:5px;
	width:175px;
	height:131px;
	border:1px solid #0099ff;
}

.ref {
	color:#666666;
	font-weight:bold;
}

.tpl-properties strong {
	color:#666;
	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-searchinfo-paging {
	text-align:right;
}

.tpl-properties-searchinfo-actual-page {
	font-weight:bold;
	background:#000b64;
	color:#ffffff;
}

/* @group Img Viewer */

.tpl-property-details {
	
}

.tpl-property-details-right {
	width:670px;
	padding-right:0px;
}

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

#tpl-property-visor {
	text-align:left;
	float:left;
	margin-right:20px;
}

#tpl-property-visor img {
	border:1px solid #0099ff;
	width:400px;
	height:300px;
}

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

#tpl-property-thumbnails img {
	width:90px;
	border:1px solid #4e4e4e;
	height:72px;
	margin-right:0px;
}

.space {
	margin-right:5px;
}

/* @end */

/* @group Interested */

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

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

/* @end */

.tpl-property-form {
	width:85%;
}

.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;
}