@charset "UTF-8";
.bg {
	background-attachment: scroll;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.bg_dest {
	background-image: url(images/bg_dest.png);
	height: 163px;
	width: 223px;
}
.texto1 {
	font-family: "Lucida Grande", Geneva, Arial, Verdana;
	font-size: 11px;
	color: #454545;
	text-align: left;
}
.puntoshorz {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
.bgurl {
	background-attachment: scroll;
	background-image: url(images/bg_url.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	width: 220px;
	padding-left: 30px;
}
.imgdest {
	padding-top: 5px;
}
.textdest {
	padding-top: 4px;
	font-family: "Lucida Grande", Geneva, Arial, Verdana;
	font-size: 11px;
	color: #454545;
	text-align: left;
	height: 52px;
	padding-left: 5px;
}
.bordecaja {
	border: 1px solid #847766;
}
