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

body {font:10px Verdana, Arial, Helvetica, sans-serif;}

a {color: #00CCFF; text-decoration: none; }
a:link {}
a:visited {}
a:hover {color: #000000; text-decoration:none;}
a:active {}

h3 {color: #00CCFF;}

#global {
		width: 980px ;
		height: auto;
		margin: 4px auto;
}

#cabecera {
		height: auto;
		padding: 0 0 20px 0;
}

#izquierdo li {list-style:none; text-align:left; padding: 0 0 10px 0;}
#izquierdo ul { margin-left: 1px }
#izquierdo {
		font:14px Verdana, Arial, Helvetica, sans-serif;
		width: 140px;
		float:left;
}

#derecho {
		width: 840px;
		float:right;
}

#banner-propiedad {
		width: 840px;
		height: 180px;
}

#banner-propiedad-chico {
		width: 840px;
		height: 70px;
}

#propiedad {
		text-align: center;
		width: 260px;
		height: 220px;
		float: left;
		padding: 10px;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		border-bottom-color: #00CCFF;
}

#informacion {
		padding: 40px 0 0 0;

}

#informacion-prop {
		width:450px;
		float:right;
}

#fotos {
		width:840px;
		float: left;
		margin: 20px 0 0 0;
		padding: 10px 0 0 0;
		border-top-style: solid;
		border-top-width: 1px;
		border-top-color: #00CCFF;
}

#piso {
		text-align: center;
		width: 980px ;
		height: 50px;
		float: left;
		margin: 40px 0 0 0;
		pading: 20px 0 0 0;
		border-top-style: solid;
		border-top-width: 2px;
		border-top-color: #00CCFF;
}