/* home */

#show_room {
	float: left;
	padding-top: 10px;
	margin-left: 7px;
}
.tit_destacados {
	margin-top: 15px;
	margin-right: 20px;
	margin-left: 15px;
}
.box_destacados {
	float: left;
	padding-top: 10px;
	background-image: url(../imagenes/box_destacados.jpg);
	height: 170px;
	width: 180px;
	background-repeat: no-repeat;
	background-position: center;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}
#banner_inf_izq {
	float: left;
	padding-top: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #EDEDED;
	margin-left: 15px;
	margin-bottom: 15px;
}
#banner_inf_der {
	float: left;
	padding-top: 10px;
	margin-left: 15px;
	margin-bottom: 15px;
}
.titulo_box_destacados {
	font-size: 15px;
	color: #6B6A6F;
	font-weight: bold;	
	margin-left: 15px;
}
.titulo_box_destacados a{
	text-decoration: none;
}
.titulo_box_destacados a:hover{
	text-decoration: underline;
	color: #6B6A6F;
}
.subtitulo_box_destacados {
	font-size: 15px;
	color: #6B6A6F;	
	margin-left: 15px;
}
.subtitulo_box_destacados a{
	text-decoration: none;
}
.subtitulo_box_destacados a:hover{
	font-size: 15px;
	color: #6B6A6F;	
	text-decoration: underline;
}
.imagen_box_destacados {
	text-align: center;
	margin-top: 5px;
}
.btn_ver_box_destacados {
	text-align: right;
	margin-top: 5px;
	margin-right: 15px;
}
.tit_home {
    font-weight: bold;
	color: #999999;
	font-family: Arial;
	font-size: 13px;
	padding-bottom: 5px;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}