
#topSearchForm {
	padding: 2px;
	margin: 0px;
	clear: both;
	background: transparent url(/imagenes/top-buscador-bg.gif) repeat-x bottom left;
	text-align: center;
	vertical-align: middle;
	padding-bottom: 5px;
	margin-bottom: 10px;
	}
.top-query-label {
	width: 100px;
	height: 30px;
	font-size: 18px;
	font-weight: bold;
	text-align: right;
	line-height: 30px;
	color: #FFFFFF;
	}
.top-query-input {
	height: 30px;
	vertical-align: middle;
	}
.top-query-input input {
	width: 500px;
	height: 22px;
	padding: 5px;

	font-size: 18px;
	color: #808080;
	border: 1px solid #000000;

	line-height: 16px;
	vertical-align: bottom;
	}
.top-query-submit {
	width: 130px;
	height: 30px;
	}
.top-query-submit input {
	padding: 0px;
	margin: 0px;
	vertical-align: middle;
	height: 30px;
	}
.top-query-links {
	width: 120px;
	height: 30px;
	font-size: 10px;
	color: #FFFFFF;
	}
.top-query-links a {
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
	}

#header .columnRight {
	font-size: 24px;
	font-weight: bold;
	padding: 0px;
	}
#header-right,
.fichaTitle {

	}
.ficha {
	width: 960px;
	clear: both;
	display: inline-block;
	}
.ficha .leftColumn {
	float: left;
	display: inline-block;
	width: 310px;
	}
.ficha .mainColumn {
	float: left;
	display: inline-block;
	margin: 0px 10px;
	width: 390px;
	}
.ficha .rightColumn {
	float: right;
	display: inline-block;
	width: 230px;
	}
.preview {
	width: 300px;
	height: 225px;
	display: inline-block;
	border: 1px solid #000000;
	margin: 0px 0px 10px 0px;
	}
.thumbRow {
	width: 300px;
	margin: 5px 0px 10px 0px;
	padding: 0px;
	display: inline-block;
	}
.thumbL {
	float: left;
	width: 140px;
	height: 105px;
	border: 1px solid #000000;
	text-align: left;
	}
.thumbR {
	float: right;
	width: 140px;
	height: 105px;
	border: 1px solid #000000;
	text-align: right;
	}

.datosAgente {
	width: 230px;
	display: block
	overflow: hidden;
	
	border: 1px solid #808080;
	background-color: #F0F0F0;
	padding: 10px 0px;
	text-align: center;
	margin-bottom: 10px;
	}
.datosAgente img {
	width: 200px;
	border: 1px solid #000000;
	margin: 0px 0px 10px 0px;
	}
	
.mainColumn h2 {
	color: #CC8800;
	border-bottom: 1px solid #888888;
	margin: 5px 0px;
	}
	
.mainColumn .label {
	width: 120px;
	text-align: right;
	font-weight: bold;
	color: #663300;
	font-size: 12px;
	margin-right: 10px;
	}
.precio {
	font-size: 18px;
	font-weight: bold;
	color: #CC0000;
	}
.mapColumn {
	float: right;
	display: inline-block;
	font-size: 10px;
	color: #888888;
	width: 630px;
	}
.mapColumn #map_canvas, .mapColumn #pano {
	width: 630px;
	height: 350px;
	border: 1px solid black;
	padding: 0px;
	margin: 0px;
	}

.result-row-map {
	display: inline-block;
	clear: both;
	margin-top: 20px;
	padding: 3px;
	border-top: 2px solid black;
	}
.result-row-map .result-data {
	width: 540px;
	float: left;
	display: inline-block;
	}
.result-data-top-left {
	display: inline-block;
	float: left;
	clear: left;
	width: 200px;
	font-size: 18px;
	font-weight: bold;
	}
.result-data-top-right {
	display: inline-block;
	float: right;
	clear: right;
	width: 200px;
	font-size: 18px;
	font-weight: bold;
	text-align: right;
	}
.result-data-content {
	display: inline-block;
	clear: both;
	font-size: 14px;
	margin: 5px 0px;
	}
.result-row-map .result-logo {
	width: 80px;
	float: right;
	}
.result-data-content ul {
	padding: 0 0 0 0px;
	margin: 0px;
	height: 20px;
	list-style: none;
	}
.result-data-content li{
	float:left;
	padding-left: 10px;
	padding-right: 10px;
	}

#addList {
	background: transparent url(/imagenes/icons/add.png) no-repeat 0px 8px;
	padding-left: 15px;
	}
#sendMail {
	background: transparent url(/imagenes/icons/email.png) no-repeat 0px 8px;
	padding-left: 15px;
	}
#printIt {
	background: transparent url(/imagenes/icons/print.png) no-repeat 0px 8px;
	padding-left: 15px;
	}	
#fichaTitle { clear: both; display: inline-block; width: 100%; }
#fichaTitle h1 { float: left; }
#fichaTitle div { float: right; }
#backButton {
	float: left;
	height: 32px;
	display: inline-block;
	}
#backButton a {
	background: transparent url(/imagenes/form-button-bg.gif) no-repeat top left;
	display: block;
	float: left;
	text-align: center;
	line-height: 22px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
	height: 30px; /* Height of button background height */
	padding-left: 8px; /* Width of left menu image */
	text-decoration: none;
	overflow: hidden;
	}
#backButton b {
	background: #ffffff url(/imagenes/form-button-bg.gif) no-repeat top right;
	display: block;
	padding: 4px 20px 4px 12px; /*Set 10px to be equal or greater than'padding-left' value above*/
	}
	
.agentBlock {
	width: 100%;
	display: block;
	overflow: hidden;
	}
	.agentPhoto {
		float: left;
		display: inline;
		overflow: hidden;
		margin-left: 5px;
		}
		.agentPhoto img {
			border: 1px solid #000;
			width: 60px;
			height: 80px;
			}
	.agentData {
		float: right;
		width: 155px;
		margin: right: 5px;
		text-align: left;
		font-size: 10px;
		}
		.agentData h3 { color: #630; font-size: 14px; }
		.agentData p { font-size: 10px; }
		.agentData b { color: #888; font-size: 11px; }

