@charset "UTF-8";
/* CSS Document */
*{
	border:0;
	padding:0;
	margin:0;
	}

html, body{
	height:100%;
	}
	
body{
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	background:url(../imgs/css/bkgPage.jpg) repeat-x top left #fdfdfd;
	}
	
#page{
	width:950px;
	margin:0 auto;
	}
	
/* General*/	
strong{
	color:#660000;
	}
	
.hide{
	display:none;
	visibility:hidden;
	}	
	

/* HEADER */
#header{
	background:url(../imgs/css/skyLine.jpg) no-repeat top right;
	height:164px;
	}
	
#header img{
	float:left;
	}
	
/* MENÚ */
#mainMenu{
	background-color:#393f48;
	width:214px;
	float:left;
	display:inline;
	margin-top:28px;
	overflow:hidden;
	margin-right:15px;
	}
	
#mainMenu ul{
	padding:10px;
	text-align:left;
	}
	
#mainMenu li{	
	list-style-type:none;
	background:none;
	padding:10px;
	border-bottom:1px solid #FFFFFF;
	letter-spacing:3px;
	font-size:14px;
	}	
	
#mainMenu li.last{
	border:0;
	}	
	
#mainMenu a{	
	color:#FFFFFF;
	text-decoration:none;
	}
	
#mainMenu a.sel{
	color:#330000;
	font-weight:bold;
	}
	
#mainMenu a:hover{
	font-weight:bold;
	}	
	
/* CENTRAL */
#central{
	margin-top:8px;
	padding-top:35px;
	overflow:hidden;
	width:100%;
	min-height:100%;
	background:url(../imgs/css/topCentral.jpg) top right no-repeat;
	text-align:left;
	}
	
.bckWhite{
	width:100%;
	height:100%;
	background:url(../imgs/css/bkgWhite.png) 52px 10px repeat-y;
	}
	
/*	
.content{
	background:url(../imgs/css/bottomCentral.jpg) no-repeat 55px bottom;
	min-height:520px;
	padding:0px 35px 25px 20px;
	padding-left:230px;
	height:100%;
	}
*/

.content{	
	min-height:550px;
	/*padding:0px 35px 5px 230px;*/
	padding:0px 35px 5px 0px;
	overflow:hidden;
	}
	
.content p{
	line-height:20px;
	letter-spacing:1px;
	font-size:16px;
	margin-bottom:12px;
	}
	
/* BUSCADOR (Inmuebles)*/
#cntBuscador{
	text-align:center;
	overflow:hidden;
	width:80%;
	margin:15px 0px;
	padding:20px;
	background:url(../imgs/css/bkgBuscGeneral.gif) repeat-x top left;
	}

#cntBuscador form{
	text-align:left;
	width:550px;
	margin:0 auto;
	}

#cntBuscador fieldset, #miniBuscador fieldset{
	width:100%;
	margin:15px 0px;
	}

#cntBuscador select{
	float:right;	
	padding-top:2px;
	padding-left:10px;
	background:url(../imgs/css/inputs.jpg) repeat-x top left;
	height:25px;
	display:inline;
	border:2px solid #999999;
	}
	
#cntBuscador .rang{
	float:right; 
	font-size:14px;
	text-align:left;
	}
	
#cntBuscador select, #cntBuscador .rang{
	width:240px;
	}
	
#cntBuscador .rang input{
	background:url(../imgs/css/inputs.jpg) repeat-x top left;
	height:18px;
	border:2px solid #CCCCCC;
	padding-top:2px;
	}
	

#cntBuscador .button{
	float:right;
	}
	
/* BUSCADOR (Index)*/
#miniBuscador{
	font-size:14px;
	padding:10px;
	}
	
#miniBuscador select{
	float:right;
	width:75%;
	background:url(../imgs/css/inputs.jpg) repeat-x top left;
	border:2px solid #CCCCCC;
	}
	
#miniBuscador .button{
	float:right;
	}
	
/* BUSCADOR (carct. generales) */
.button{
	font-size:14px;
	color:#FFFFFF;
	background:url(../imgs/css/bkgButton.jpg) repeat-x top left;
	padding:3px;
	}
	
/* Lightbox */
#detail{
	overflow:hidden;
	width:670px;
	padding:15px 0px;
	text-align:left;
	}
	
#detail ul{
	list-style-type:none;
	}
	
#detail ul li{
	margin:15px 0px;
	}
	
#detail img{
	padding:12px;
	background:url(../imgs/css/bkgImg.jpg) center no-repeat;
	}
	
#detail a:hover img{
	background:url(../imgs/css/bkgImgOver.gif) center no-repeat;
	}
	
div#images{
	margin:10px 0px;
	}
	
/* FOOTER */
#footer{
	text-align:center;
	padding:15px 0px;
	padding-bottom:25px;
	background:url(../imgs/css/footer.gif) no-repeat 55px bottom;
	line-height:18px;
	}
	