@charset "utf-8";
/* CSS Document */

#fichaTitle {
	display: block;
	padding: 10px;
	border-top: 3px solid #663300;
	border-bottom: 3px solid #663300;
	}
#backButton, #noPrint, .noPrint {
	display: none;
	}

.tabMenu,
#topQuery,
#mainMenu,
#nav-bottom ,
#nav-top,
#base,
.thumbmore,
.similares,
.preview {
	display: none;
	}
#header-right {
	margin-top: 45px;
	font-size: 24px;
	color: #000000;
	font-weight: bold;
	}
#header .columnLeft {
	width: 98%;
	float: none;
	padding: 0px;
	}	
#header .columnRight {
	width: 98%;
	float: none;
	padding: 0px;
	text-align: center;
	}

#fichaTitle h1, #fichaTitle h1 a, #fichaTitle h1 a:visited {
	font-size: 16px;
	color: #000000;
	text-decoration: none;
	} 
#body {
	width: 680px;
	margin: 0px;
	}
hr.separador {
	color: #000000;
	background-color: #000000;
	}

.ficha {
	clear: both;
	}
.ficha .leftColumn {
	float: left;
	display: inline-block;
	width: 150px;
	}
.ficha .mainColumn {
	float: left;
	display: inline-block;
	margin: 0px 0;
	width: 280px;
	}
.ficha .rightColumn {
	float: right;
	display: inline-block;
	width: 230px;
	}
.thumbRow {
	width: 140px;
	padding: 0px;
	display: inline-block;
	}
.thumbL {
	width: 140px;
	height: 105px;
	border: 1px solid #000000;
	text-align: left;
	margin: 0px 0px 10px 0px;
	}
.thumbR {
	width: 140px;
	height: 105px;
	border: 1px solid #000000;
	text-align: right;
	margin: 0px 0px 10px 0px;
	}
.datosAgente {
	width: 220px;
	overflow: hidden;
	
	border: 1px solid #808080;
	background-color: #F0F0F0;
	padding: 10px;
	text-align: center;
	margin-bottom: 10px;
	}
.datosAgente img {
	border: 1px solid #000000;
	margin: 0px 0px 10px 0px;
	}
	
.mainColumn h2 {
	border-bottom: 1px solid #CCCCCC;
	margin-top: 10px;
	}
	
.mainColumn .label {
	width: 120px;
	text-align: right;
	font-weight: bold;
	color: #663300;
	font-size: 12px;
	margin-right: 10px;
	}
.mapColumn {
	float: left;
	padding: 2px;
	font-size: 8px;
	}	
.mapColumn #map_canvas {
	width: 550px;
	height: 570px;
	}
.result-row-map {
	display: inline-block;
	clear: both;
	margin-top: 20px;
	padding: 3px;
	border-top: 2px solid black;
	}
	
.result-row-map .result-data {
	width: 460px;
	float: left;
	display: inline-block;
	}
.result-data-top-left {
	display: inline-block;
	float: left;
	clear: left;
	width: 150px;
	font-size: 18px;
	font-weight: bold;
	}
.result-data-top-right {
	display: inline-block;
	float: right;
	clear: right;
	width: 150px;
	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;
	}
	
