/* CSS Document */

body {
	margin:0;
	padding:0;
	background:white;
	font-family:Arial, Helvetica, sans-serif;
}

#all {
	width:708px;
	padding:15px;
	background:#E3E3E3;
/*	margin:0 auto;*/
}

.clear {
	clear:both;
}
dd, dl, dt {
	margin:0;
	padding:0;
	text-align:right;
}


#head h1, #head h2 {
	display:none;
}

span.error{
	color:#fff;
	margin-left:5px;
	padding-left:5px;
	font-size:12px;
}
img {
	font-size:9px;
}
/*Lista Fotos*/
.wrapper{
	/*margin-left:150px;*/
	position:relative;
}
ul.lista_pics{
	min-height:360px!important;
	height:auto;
	height:360px;
}
ul.lista_pics li {
	padding:0;
	list-style:none;
	float:left;
	margin-left:10px;
	position:relative;
	z-index:1;
}
ul.lista_pics li img{
	height:82px;
	width:80px;
}
ul.lista_pics li img.bot{
	height:39px;
	width:26px;
	
}

li.big, ul.nojs li:hover{
	padding-bottom:0px;
	margin-top:0px;
	overflow:hidden;
}
	.description {
		background:#DEB909 none repeat scroll 0%;
		bottom:0px;
		left:0px;
		height:70px;
		position:absolute;
		width:400px;
		
	}
	ul.lista_pics li.big{
		height:350px;
		width:400px;
		background:#GGG;
		text-align:center;
	}
	
	ul.lista_pics li p{
		font-size:12px;
		text-align:left;
		display:none;
	}
	ul.lista_pics li.big p {
		width:330px;
		display:block;
		margin:18px 10px;
		float:left;
	}
	ul.lista_pics li.big img {
		height:auto;
		width:auto;
		position:relative;
	}

h3{
	margin-left:6.2em;
	margin-top:2em;
	margin:2em 0 1em 6.2em;
	font-size:16px;
}
#main .intro.info{
	width:510px;
	margin:2em 0 0.5em 6.2em;
}
.intro h2 {
	font-size:14px;
	color:black;
	margin:0.5em 0;
}
.intro p {
	font-size:14px;
}

ul.lista_pics li.arrow{
	font-size:5em;
	color:#DEB50E;
	display:block;
	position:absolute;
	top:3em;
	background:none;
	font-weight:bold;
	cursor:pointer;
}
ul.nojs li.arrow{
	display:none;
}
ul.lista_pics li.arrow:hover{
	background:none;
}
.play{
	right:227px;
	top:339px;
	position:absolute;
	z-index:3;
}
#left{
	left:50px!important;
	left:-35px;
	top:2.5em;
	
}
#right{
	left:500px!important;
	top:2.5em!important;
	left:410px;
	top:2.5em;
}
.grey{
	background:#454545 none repeat scroll 0%;
	float:right;
	height:65px;
	margin:2em 16px 0 0;
	width:338px;
	
}
.grey img{
	padding:4px;
	float:left;
	margin-right:10px;
}
.grey h6{
	color:#CCCCCC;
	font-size:24px;
	padding-top:4px;
	margin:0;

}
.grey a{
	color:#ffffff;
	font-size:12px;
	text-decoration:underline;
	float:left;
}
#head .left{
	float:left;
}
#head .left .banner{
	display:block;
	height:140px;
	width:510px;
	overflow:hidden;
}
#head .contact {
	background:url(../img/contact_bg.jpg) repeat-y right;
	padding-bottom:0 !important;
	padding-bottom:16px;
	height:168px !important;
	height:auto;
	padding-right:7px;
}

#head .contact a{
	display:block;
	font-size:11px;
	color:white;
	text-align:right;
	margin-top:20px;
}
#head dt {
	color:white;
	font-size:10px;
	text-transform:uppercase;
	position:relative;
	top:30px;
}
#head dd {
	font-size:20px;
	color:#FFCC00;
	margin-bottom:5px;
}

#head dd em {
	font-size:14px;
	font-style:normal;
}




#head ul {
	padding:0;
	margin:0;
	list-style:none;
	width:510px;
}

#head li {
	float:left;
	width:155px;
	background:#454545;
	border:1px solid white;
	border-right:none;
	font-size:12px;
	border-bottom:5px solid red;
	height:22px;
	position:relative;/*by alex*/
}

#head li.depts {
	border-bottom-color:#990000;
	padding-left:1px;
	border-left:none;
	width:126px;/*added by andy*/
}
#head li.depts a:hover{
	background:#990000;
	width:116px;/*added by andy*/
}
#head li.cond {
	border-bottom-color:#669933;
	width:126px;/*added by andy*/
}
#head li.cond a:hover {
	background:#669933;
	width:116px;/*added by andy*/
}
#head li.cont {
/*	border-bottom-color:#DEB50E;*/
    border-bottom-color:#FFCC00;
    width:128px;
}
#head li.cont a:hover {
	background:#FFCC00;
	width:118px;
}
#head li.hot {
	border-bottom-color:#006699;
	width:126px;/*added by andy*/
}
#head li.hot a:hover {
	background:#006699;
    width:116px;
}

#head li a {
	color:white;
	text-transform:uppercase;
	text-decoration:none;
	display:block;
	height:14px;
	overflow:hidden;
	padding:4px 5px;
	border-bottom:1px solid white;
	font-weight:bold;
}
#head li a span{
	color:#FFCC00;
	text-transform:none;
}

/*Sub menu by alex */
#head li ul#subnav{
    display:none;
    width:126px;
    position:absolute;
    top:27px;
    left:0;
    z-index:100px;
    border-top:1px solid #FFF;
}
#head li ul#subnav li{
    background-color:#990000;
    border:none;
    border-bottom:1px solid #FFF;
    width:126px;
}
#head li ul#subnav li.people{
    background-color:#454545;
}
#head li ul#subnav li a{
    width:116px;
}
#head li ul#subnav li a:hover{
    background-color:#FFCC00;
    color:#666;
}
/*#head li.depts:hover ul#subnav , #head li.cond:hover ul#subnav, #head li.cont:hover ul#subnav {
    display:block;
}*/

/* end Sub menu by alex */

#main p.thanks {
	font-size:14px;
	padding-left:6px;
	color:#333333;
	margin:2em 0 4em 0;
}

#main .links {
	padding:10px 1.5em 0 1.5em;
	color:#333;
}
#main .links h2 {
	font-size:16px;
	margin-top:0.5em;
}
#main .links p {
	font-size:12px;
	color:#666666;
}
#main .links p a{
	font-size:14px;
	color:#666666;
	text-decoration:none;
	margin-right:5px;
}
#main .text {
	padding:10px 1.5em 0 1.5em;
	color:#333;
}

#main .text h2 {
	font-size:16px;
	margin-top:0.5em;
}
#main .text p {
	font-size:14px;
}
#main .text a {
	text-decoration:underline;
	color:#333333;
}

#main ol.text {
	width:80%;
}
#main ol.text li {
	font-size:12px;
	margin-bottom:1em;
}
#main .text p a, #main .text ol li a {
	color:#333;
}

#main .banner {
	float:right;
	width:183px;
	width:197px;
	/*min-height:280px;*//*232px;*/
	/*_height:280px;*/
	/*background:#FFCC00;*/
	color:white;
	/*padding:7px 7px 17px 7px;*/
	/*padding:0px 0px 17px 0px;*/
	padding:0;
	margin-left:3em;
	margin-top:1px;
	font-family:"Lucida Grande","Trebuchet MS","Bitstream Vera Sans",Verdana,Helvetica,sans-serif;
}
#main .search{
    background:#FFF;
    width:197px;
    height:25px;
    border-top:3px solid #E3E3E3;
    border-bottom:2px solid #E3E3E3;
}
    #main .search input{
        border:1px solid #FFF;
        color:#999;
        margin-top:3px;
        background:url(../img/search-line.jpg) no-repeat 4px 15px;
    }
    #main .search img{
        margin-top:1px;
        cursor:pointer;
    }
    #main .special{
        float:right;
    }
#main .banner .offers{
    background:#FFCC00;
    min-height:200px;
    _height:200px;
}
#main .banner a {
	text-decoration:none;
	color:white;
}
#main .banner h2 {
	font-size:21px;
	color:white;
	margin:0;
	word-spacing:-3px;
	margin-left:4px;
	line-height:21px;
	font-weight:normal;
}

#main .banner h3 {
	font-size:21px;
	margin:27px 0 0 4px;
	word-spacing:-3px;
	font-weight:normal;
}

#main .banner h4 {
	font-size:32px;
	margin:0;
	word-spacing:-3px;
	font-weight:bold;
}

#main .banner h5 {
	font-size:12px;
	margin:-10px 0 0 7em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}
#main .banner h6 {
	font-size:20px;
	font-weight:bold;
	color:white;
	margin:20px 0 0 4px;
	font-weight:normal;
}
#main .banner table.tableFlash {
	/*margin-top:15px;*/
	border-top:2px solid #E3E3E3;
    border-bottom:2px solid #E3E3E3;
}

/*OLD Banner format*/
/*#main .banner {
	float:right;
	width:183px;
	background:#FFCC00;
	color:white;
	padding:7px;
	margin-left:3em;
	margin-top:1px;
}
#main .banner a {
	text-decoration:none;
	color:white;
}
#main .banner h2 {
	font-size:39px;
	font-weight:normal;
	color:white;
	margin:0;
}

#main .banner h3 {
	font-size:15px;
	font-weight:normal;
	text-decoration:underline;
	margin:0;
}

#main .banner h4 {
	font-size:26px;
	font-weight:normal;
	margin:2.5em 0 0 0;
}

#main .banner h5 {
	font-size:20px;
	margin:2.5em 0 0 0;
}*/

/*#main p.deptos_ver { 
	margin:0;
	padding:1em 0 1em 0;
	background:#CCCCCC;
}*/

#main .feat-zone p a.feat_action, a.feat_action  {
	display:block;
	margin:0;
	background:url(../img/feat_action.gif) no-repeat;
	padding:10px 4em 1em 2.5em;
	font-size:16px;
	color:white;
	text-decoration:none;

}

#main .feat-zone p.deptos_ver a.feat_action, a.feat_action  {
	display:block;
	margin:0;
	background:url(../img/feat_action_ver.gif) no-repeat;
	padding:9px 4em 1em 2.5em !important;
	padding:5px 4em 1em 2.5em;
	font-size:16px;
	color:white;
	text-decoration:none;
}

#main .feat-zone {
	background:#ccc;
	clear:both;
	padding:0.5em;
	border-top:1px solid #E3E3E3;
	position:relative;
	*margin-top:-18px;
}

#main .feat-zone h2.main{
	position:absolute;
	right:16px!important;
	right:35px;
	top:26px;
	text-transform:uppercase;
	font-size:10px;
	font-weight:normal;
	color:#454545;
}
#main .feat-zone p{
	margin:0;
}
#main .feat-zone ul.ofertas img.btnmasinfo{
	margin:10px 0 5px 7px;
}

#main ul.ofertas {
	list-style:none;
}
#main ul.ofertas, #main .ofertas li {
	list-style:none;
	padding:0;
	margin:0;
	position:relative;
}

#main .ofertas li {
	width:170px;
	float:left;
	background:#454545;
	border-right:1px solid #ccc;

	
}

#main .ofertas h2 {
	font-size:12px;
	color:white;
	font-weight:normal;
	text-transform:uppercase;
	margin:1em 0 0 0;
	padding:0 0.5em;
}

#main .ofertas dt {
	display:none;
}

#main .ofertas dd {
	text-align:left;
}

#main .ofertas dd.edificio {
	font-size:10px;
	color:#ccc;
	padding:0 0.5em 0.4em 0.5em;
}

#main .ofertas dd.direccion {
	font-size:12px;
	color:white;
	margin-top:0.5em;
	padding:0 0.5em 0.4em 0.5em;
}

#main .ofertas dd.precio {
	font-size:12px;
	color:white;
	padding:0 0.5em 0.4em 0.5em;
}

#main .ofertas dd.precio em{
	font-style:normal;
	font-size:18px;
}

#main a.res_action, #main a.rescon_action, #main  a.res-info_action {
	font-style:normal;
	font-size:10px;
	background:url(../img/res_action.gif) no-repeat;
	display:block;
	color:white;
	padding:0.5em;
	padding-left:0.8em;
	text-decoration:none;
	margin-left:0.4em;
}
#main  a.res-info_action {
	background:url(../img/rescon_action-big.jpg) no-repeat;
	font-size:15px;
	padding:0.8em 0.5em 1.2em 0.9em;
	color:#220600;
	margin:0;
}
#main .desc a.res_action {
	background:url(../img/res_action-big.gif) no-repeat;
	font-size:12px;
	padding:0.8em 0.5em 0.7em 0.8em;
}

#main .desc a.rescon_action {
	background:url(../img/rescon_action-big.jpg) no-repeat;
	font-size:15px;
	padding:0.8em 0.5em 1.2em 0.9em;
	color:#220600;
}

#main  a.info_action {
	font-style:normal;
	font-size:10px;
	background:url(../img/ver_action.gif) no-repeat;
	display:block;
	color:black;
	padding:0.5em;
	padding-left:0.8em;
	text-decoration:none;
	margin-left:0.4em;
	margin-bottom:1em;
}
	#main  a.info_action:hover {
		background:url(../img/ver_action_h.gif) no-repeat;
	}
#main  .desc a.info_action {
	background:url(../img/ver_action-big.gif) no-repeat;
	font-size:12px;
	padding:0.8em 0.5em 0.7em 0.8em;
	color:white;
}

#recomiende {
	padding:1em;
	float:left;
}
#recomiende h2{
	font-size:14px;
	color:#454545;
	margin:0;
}
#recomiende p{
	font-size:12px;
	color:#666;
	margin:0 0 0.5em 0!important;
	margin:0 0 0 0;
}
#recomiende input.textbox {
	border:1px solid #ccc;
}


#footer {
	color:black;
	padding:1em 1em;
}

#footer p {
	margin:0 0 0.5em 0;
	font-size:12px;
}

#footer a {
	color:black;
}

#footer .legal {
	font-size:10px;
	color:#666;
	margin-top:1em;
}


#main {
	clear:both;
}

#main h2.categoria{
	background-color:#FFCC18;
	color:#000000;
	float:none;
	font-size:16px;
	height:21px;
	margin:2px 0pt;
	padding:6px 0pt 2px 10px;
	width:160px;
}
#main h2 {
	font-size:14px;
	color:#454545;
	margin:1em 0 0 0;
	float:none;
	background:none;
	width:auto;
	padding:0;
}
#main h2 em {
	font-weight:normal;
	font-style:normal;
	font-size:12px;
}

/* lista de departamentos */
.lista_deps, .lista_deps li {
	padding:0;
	margin:0;
	list-style:none;
}
.lista_deps li {
	height:129px;
	background:#454545;
	width:706px;
	margin-bottom:2px;
	overflow:hidden;
}
.lista_deps li:hover {
	background:#555555;
}
.lista_deps li div {
	float:left;
}


.lista_deps li .desc {
	width:323px;
	padding:10px;
}
	.lista_deps li .desc h3, .lista_deps li .desc h3 a{
		font-size:18px;
		color:white;
		margin:0;
		text-decoration:none;
	}
	.lista_deps li .desc h4{
		font-size:14px;
		color:white;
		margin:0;
	}
	.lista_deps li .desc p {
		font-size:12px;
		color:#CCCCCC;
	}



.lista_deps li .meta {
	width:171px;
	padding:10px 0;
}
	.lista_deps li .meta dl, .lista_deps li .meta dd{
		padding:0;
		margin:0;
	}
	.lista_deps li .meta dt {
		display:none;
	}
	
	.lista_deps li .meta dd {
		font-size:12px;
		color:white;
		padding:0 0.5em 0.4em 0.5em;
		text-align:left;
	}
	
	.lista_deps li .meta dd em{
		font-weight:bold;
		font-size:18px;
		font-style:normal;
	}
	
	.lista_deps li .meta dd.id {
		font-size:10px;
		text-align:right;
	}
	
	
.lista_deps li .pic {
	width:192px;
}




/* detalle */
#dep  {
	width:706px;
	background:#454545;
	color:#999;
	font-size:12px;
}

#dep .desc {
	width:282px;
	float:left;
	padding:20px;
}

	#dep .desc h2{
		font-size:18px;
		color:white;
		margin:0;
	}
	#dep .desc h3{
		font-size:14px;
		color:white;
		font-weight:normal;
		margin:0 0 1em 0;
	}
	
	#dep .desc dl, #dep .desc dd{
		padding:0;
		margin:0;
	}
	#dep .desc dt {
		display:none;
	}
	
	#dep .desc dd {
		font-size:12px;
		color:white;
		padding:0 0.5em 0.4em 0;
		text-align:left;
	}
	
	#dep .desc dd em{
		font-weight:bold;
		font-size:18px;
		font-style:normal;
	}
	
	#dep .desc p ul li{
		font-size:12px;
	}
	#dep .desc ul li {
		font-size:12px;
		color:#999;
		/*list-style:none; edited by andy 06-12-07 */
		padding:0;
		margin:0 0 0 15px;
	}
	#dep a.res_action, #dep a.info_action,#dep a.rescon_action {
		margin-left:0;
	}
	

#dep .pics {
	width:384px;
	float:left;
}
#dep .pics h3{
	color:white;
	font-size:10px;
	font-weight:normal;
	margin:0.5em 0;
}
#dep .pics ul, #dep .pics li {
	list-style:none;
	padding:0;
	margin:0;
}
#dep .pics li {
	float:left;
}

#dep h4 {
	clear:left;
	font-size:14px;
	color:white;
	font-weight:normal;
	margin-bottom:0.3em;
	padding:1.5em 0 0 0;
}
#dep h5{
	color:#FFCC1F;
	font-size:12px;
}

#dep h4.category {
	margin:1em 0 1em 0;
	padding:0;
}

#dep p {
	font-size:12px;
	color:#999;
	margin:0pt 0pt 0.5em;
}

#main .intro  {
	width:510px;
	margin-bottom:0.5em;
}
#main .intro h2 {
	font-size:14px;
	color:black;
	margin:0.5em 0;
}
#main .intro p {
	font-size:14px;
}
/* form contacto */

#contactf {
	padding:0;
	margin:0;
	background:#454545;	
}
#contactf fieldset {
	border:none;
	padding:1em 0;
	margin:0;	
}
#contactf ol, #contactf ol li {
	list-style:none;
	padding:0;
	margin:0;
	clear:left;
}
 #contactf ol li {
 	padding:0.5em 0;
 }

#contactf  label {
	float:left;
	clear:left;
	width:35%;
	text-align:right;
	margin-right:1em;
	font-size:14px;
	color:#999;
}
 #contactf ol li h3{
	display:inline;
	font-size:14px;
	color:#999; 
}
#contactf textarea {
	width:35%;
	height:6em;
}

select {
	width:80px;
}

#cont-start {
	float:left;
}

#cont-end {
	float:left;
}

#links{
	width:708px;
	padding:15px;
/*	margin:0 auto;*/
	color:#666666;
	font-family:arial;
	font-size:10px;
}

	#links p{
		margin-left:15px;
		margin-bottom:4px!important;
		pading-bottom:-5px;
	}
	#links  a{
		text-decoration:underline;
		color:#666666;
		margin-left:2px;
		margin-right:2px;
	}
/* BOXS OUTER ALL */
#slide{
    width:200px;
    position:absolute;
    left:750px;
    font-family:Georgia;
    font-size:12px;
}
#slide_head{
    width:200px;
    position:absolute;
    left:750px;
    font-family:Georgia;
    font-size:12px;
}
#head #slide_head ul li {
border:0 none;
background:none;
float:none;
margin:0px;
}

#head #slide_head ul li a {
display:block;
height:17px;
}

#head #slide_head ul li a img {
display:block;
margin:0;
}

a#english {
background:url(../img/img_engilsh_lenguage.jpg) no-repeat;
}

a#english:hover {
background:url(../img/img_english_lenguaje_hover.jpg) no-repeat;
}

a#spanish {
background:url(../img/img_spanish_lenguaje.jpg) no-repeat;
}

a#spanish:hover {
background:url(../img/img_spanish_lenguaje_hover.jpg) no-repeat;
}

#slide .box{
    margin-bottom:50px;
    text-align:right;
}
.cites, .properties{
    border:1px solid #EFEFEF;
    background:#FFFFCC;
    min-height:160px;
    _height:160px;
    padding:12px;
    text-align:left;
}
#slide h3{
    /*color:#666;*/
    color:#900;
    margin:0 0 14px 0;
    font-size:12px;
  }
#slide p{
    /*color:#999;*/
    color:#000;
    margin:0 0 8px 0;
  }
#slide p.sign{
    font-size:10px;
    margin:0 0 14px 0;
    font-family:Arial;
    color:#666;
  }
#slide a{
    color:#0066FF;
    font-size:12px;
  }
#slide a.small{
    font-size:10px;
    text-decoration:none;
  }
#slide .rotation{
  display:none;
    position:absolute;
    top:35px;
    width:180px;
  }
/* new 2-01-08 */
img.btnmasinfo{
    margin-left:7px;
}

#comments {
	padding:0;
	margin:0;
	background:#454545;
}
#comments fieldset {
	border:none;
	padding:1em 0;
	margin:0;
}
#comments ol, #comments ol li {
	list-style:none;
	padding:0;
	margin:0;
	clear:left;
}
 #comments ol li {
 	padding:0.5em 0;
 }

#comments  label {
	float:left;
	clear:left;
	width:35%;
	text-align:right;
	margin-right:1em;
	font-size:14px;
	color:#FFF;
}
#comments  label span {
	font-size:10px;
	color:#999;
}
 #comments ol li h3{
	display:inline;
	font-size:14px;
	color:#999;
}
#comments textarea {
	width:35%;
	height:6em;
}
.postit{
    width:650px;
}
.postit p{
    font-size:12px;
}
.postit a{
    color:#0000FF;
    font-size:13px;
    font-weight:bold;
}
.postitImg{
    margin-top:20px;
}
.postitImg img{
    float:left;
    margin:0 5px 5px 0;
}
.postitImg p{
    font-size:10px;
    width:150px;
    float:left;
}

/*09-01-08*/
.gmap{ 
	 background:url(../img/google_map_bg.jpg) no-repeat;
	 width:130px;
	 height:55px;
	 padding:35px 10px 10px 10px;
	 text-align:center;
	 float:none;
 }
 
.gmap a {
	color:#0000FF;
}

.importante{
	clear:both;
	float:none;
	text-align:left;
	padding:10px 200px 0 30px;
	background:url(../img/importante-bg.jpg) no-repeat left;
	height:69px;
	*height:79px;
	width:500px;
}
.importante h3{
	padding:0;
	margin:0;
	color:#990000;
	font-size:12px;
}
.importante p{
	padding:0;
	color:#000;
	font-size:14px;
	margin:5px 0 0 0;
}
