/* ZONA GENERAL */
* {margin:0px ; padding:0px ; border: 0px}

#contenido {
  /*background-color: orange;*/
	padding-top: 0px;
	border-top: 1px dotted #666;
  border-bottom: 1px dotted #666;
  border-left: 1px dotted #666;
	border-right: 1px dotted #666;
	}

.tpisos {
	 /*background-color: white;/*#666;*/ 
   width: 518px; /*518px; */
   height: 180px;       
   margin-top: 5px;
	 padding: 10px 0px 10px 10px;

}	 
.tfoto {
  /* background-color: orange;*/ 
   float: left;
   width: 110px; /*  90px; */
	 height: 120px; /* 100px; */
   padding: 0px 0px 0px 0px;
	 margin: 30px 10px 0px 0px;
   border-left: 2px solid  #CCCCCC; 
	 border-right: 2px solid  #CCCCCC;
	 border-top: 2px solid  #CCCCCC;
	 border-bottom: 2px solid  #CCCCCC;
}	 
	 
.tdescripcion {
   width: 360px; /*400px; */
	 height: 140px; /* 160px */
   float: right;
   margin: 20px 10px 0px 0px;
	 padding-top: 20px;
	 padding-left: 10px;
	 padding-right: 10px;
   border-left: 1px solid #CCCCCC; 
	 border-right: 1px solid  #CCCCCC;
	 border-top: 1px solid  #CCCCCC;
	 border-bottom: 1px solid  #CCCCCC;
	background: url(../images/fondopisos.png) no-repeat right top;

}

#zona {
 	font-family: Calibri, Arial, Helvetica, sans-serif;
	color: #999999;
	/*font-weight: bold;*/
	font-size: 18px;
	padding-top: 10px;
}	 
	 
#direccion, #precio, #habitaciones, #banos {
	color: #000000;
	/*font-weight: bold;*/
	font-size: 15px;
} 

#minfo {
  float: right;
  color: #020C60;
}
	 
