@charset "utf-8";
.fondo {
	background-image: url(../images/fondo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.precio {
	font-family: "Trebuchet MS", Verdana;
	font-size: 40px;
	font-weight: bold;
	color: #29271d;
}
.txtGeneral {
	font-family: "Trebuchet MS", Verdana;
	font-size: 12px;
	color: #95947f;
	text-align: justify;
}
.nomCaracteristica {
	font-family: "Trebuchet MS", Verdana;
	font-size: 14px;
	color: #29271d;
	font-weight: bold;
}
.caracteristica {
	font-family: "Trebuchet MS", Verdana;
	font-size: 14px;
	color: #bbae6f;
	font-weight: bold;
}
.fondoCaract {
	background-image: url(../images/fondoCaract.png);
	background-repeat: repeat;
	background-position: left top;
}
.minizona {
	font-family: "Trebuchet MS", Verdana;
	font-size: 12px;
	color: #000000;
	padding-right: 30px;
	padding-left: 40px;
	padding-top: 1px;
	padding-bottom: 1px;
}
.minizona a{
	font-family: "Trebuchet MS", Verdana;
	font-size: 12px;
	color: #000000;
}