@charset "utf-8";
/* CSS Document */
dl.propiedad2 .titulo {
	font-size: 120%;
	margin-bottom: 10px;
	color: #FF9900;
}

dl.propiedad2 dd {
	margin-left: 0;
	padding-left: 0;
	clear: both;
}

dl.propiedad2 .imagen_gallery {
	float: left;
}

dl.propiedad2  .imagen {
	width: 350px;
	clear: none;
	float: left;
}

dl.propiedad2  .imagen img {
	float: left;
	width: 350px;
	height: 266px;
}

dl.propiedad2  .gallery {
	clear: none;
	float: right;
	width: 100px ;
	height: 266px;
	overflow: auto;
	margin-bottom: 10px;
}

dl.propiedad2 .gallery img {
	width: 80px;
	height: 60px;
	border: 0;
	margin: 0 0 5px 2px;
}

dl.propiedad2 dd.precio {
	font-weight: bold;
	font-size: 120%;
	font-style: italic;
}

h4.proyecto_link {
	clear: both;
}

div.proyecto_link {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
