@charset "utf-8";
/* CSS Document */

@import url("index-acordeon.css");
#cuerpo-index hr {
	background: transparent url(../imagenes/hr-oscuro.png) no-repeat;
	clear: both;
	height: 2px;
	width: 950px;
	display: block;
	border-style: none;
	margin: 10px 0px;
}
#cuerpo-index h2 {
	color: #FFF;
	font-weight: bold;
	font-size: 1.6em;
	margin-bottom: 10px;
}

#cuerpo-index {
	position: relative;
	top: 0px;
	clear:both;
	/*.padding-top: 20px;*/
}
#fotoSuperior {
	background: url(../imagenes/index-foto.jpg) no-repeat;
	height: 180px;
	width: 950px;
	margin-bottom: 50px;
}


.panel_button {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 0px;
	width: 950px;
	height: 53px;
	background: url(../imagenes/index-panel-button.png) no-repeat;
	_background: url(../imagenes/index-panel-button.gif) no-repeat;
	z-index: 20;
	filter:alpha(opacity=99);
	-moz-opacity:0.99;
	-khtml-opacity: 0.99;
	opacity: 0.99;
	cursor: pointer;
}
.panel_button img {
	position: relative;
	top: 10px;
	border: none;
}
.panel_button a {
	text-decoration: none;
	color: #FFF;
	font-size: 1.4em;
	.font-size:1.2em;
	font-weight: bold;
	position: relative;
	top: 5px;
	left: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
.panel_button a:hover {
	color:#8CD1FF;
}
#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	text-align: center;
}
#toppanel {
	position: absolute;
	width: 950px;
	left: 0px;
	z-index: 25;
	text-align: center;

}
#panel {
	width: 950px;
	position: relative;
	top: 0px;
	height: 0px;
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
	overflow: hidden;
	text-align: left;
}
#panel_contents {
	background: #00809E;
	filter:alpha(opacity=95);
	-moz-opacity:0.9;
	-khtml-opacity: 0.95;
	opacity: 0.95;
	height: 100%;
	width: 950px;
	position: absolute;
	z-index: -1;
}
#panel h1 {
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: white;
	font-weight: normal;
	line-height: 35px;
	left: 275px;
	position: absolute;
	top: 11px;
}
#panel h2 {
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #447c6f;
	line-height: 25px;
	font-size: 16px;
	position: absolute;
	top: 60px;
	left: 350px;
}
.border {
	border: 15px #1d1d1d solid;
}
img.border {
	float: left;
	margin-right: 15px;
	margin-bottom: 8px;
}
#panel  table tr td dl dt label {
	font-size: 1.4em;
	color: #FFF;
	margin-bottom: 10px;
	line-height: 2.4em;
}
#index-combos form table tr td dl dd {
	padding-top: 10px;
	padding-bottom: 10px;
}

img.border_pic {
	border: 15px #1d1d1d solid;
	position: absolute;
	top: 110px;
	float: left;
	margin-left: 150px;
	width: 250px;
	height: 150px;
	z-index: 30;
}
div#login {
	width: 240px;
	height: 150px;
	position: absolute;
	right: 150px;
	top: 110px;
	background: #46392f;
	text-align: left;
	padding-left: 10px;
}
div#login p {
	color: #CCCCCC;
	font-family: Century Gothic, Georgia, "Times New Roman", Times, serif;
	line-height: 25px;
}
div#login input#password {
	position: relative;
	right: -6px;
}
div#login input#login_btn {
	border: 1px #899690 solid;
	cursor: pointer;
	position: relative;
	top: 30px;
	left: 86px;
}
#index-combos {
	padding-top: 20px;
	text-align: center;
}
#index-combos .niceform table {
	text-align: center;
}
#index-combos #buscar-inmueble button      {
	background: url(../imagenes/ag-boton-busq-index.png) no-repeat 0px 0px;
	height: 44px;
	width: 194px;
	border-style: none;
	border-width: 0px;
	font-size: 1.6em;
	color: #300;
	line-height: 24px;
	margin: 0px;
	cursor: pointer;
	
}
#index-combos #buscar-inmueble button:hover {
	background: url(../imagenes/ag-boton-busq-index.png) no-repeat 0px -44px;
	height: 44px;
	width: 194px;
	border-style: none;
	border-width: 0px;
	font-size: 1.6em;
	color: #000;
	margin: 0px;
	cursor: pointer;
}

