@charset "UTF-8";
/* CSS Document */

/*@group Destacados */
#propiedades_destacadas {
	margin-bottom:30px;
	text-align:left;
	font-size:10px;
	letter-spacing:0.5px;
	color:#666;
}

.destacada_impar {
	background:url(../imgs/fondo_destacada_impar.png) no-repeat 0px 30px;
	width:345px;
	height:160px;
	padding:10px;
	margin:0px;
	float:left;
}

.destacada_par {
	background:url(../imgs/fondo_destacada_par.png) no-repeat 0px 30px;
	width:345px;
	height:160px;
	padding:10px;
	margin:0px;
	float:left;
}

.destacada_img {	
	background: #FFF;
	float:left;
	width:130px;
	height:130px;
	margin-right:10px;
	padding:5px;
	border:#069 10px double;
	text-align:center;
	vertical-align:middle;
}

.destacada_btn {
	float:left;
	margin:10px 0px 0px 95px;
}

.info {
	float:left;
	height:120px;
	width:175px;
}
/* @end */

/* @group Bienvenida */
#bienvenida {
	background:url(../imgs/fondo_bienvenida.png) no-repeat;
	width:630px;
	height:200px;
	padding:50px;
	color:#FFF;
}

#bienvenida img {
	float:right;
	margin-left:20px;
}
/* @end */
