/* CSS Document */
body {
	background-color: #5a551d;
	margin-top: 0px;
}
.fondo {
	background-image:  url(../images/bandFondo.jpg);
	background-repeat: repeat-x;
}
.fondoTxt {
	background-image: url(../images/decoro.gif);
	background-repeat: no-repeat;
	border: 1px solid #CCCCCC;
}
.borderGray {
	border: 1px solid #999999;
}
.txt {
	font-family: Arial, Helvetica, sans-serif, "Arial Narrow";
	font-size: 12px;
	color: #333333;
	text-align: justify;
}
.title {
	font-family: Arial, Helvetica, sans-serif, "Arial Narrow";
	font-size: 14px;
	font-weight: bold;
	color: #576225;
}
.fondoAddress {
	background-image: url(../images/bandAddress.gif);
	background-repeat: no-repeat;
}
.Address {
	font-family: Arial, Helvetica, sans-serif, "Arial Narrow";
	font-size: 11px;
	color: #FFFFFF;
}
.borderDark {
	border: 1px solid #333333;
}
.txtBold {
	font-family: Arial, Helvetica, sans-serif, "Arial Narrow";
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
.linkMail {
	font-family: Arial, Helvetica, sans-serif, "Arial Narrow";
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
.linkMail:hover {
	font-family: Arial, Helvetica, sans-serif, "Arial Narrow";
	font-size: 12px;
	color: #333333;
	text-decoration: underline;
}
.txtSmall {
	font-family: Arial, Helvetica, sans-serif, "Arial Narrow";
	font-size: 10px;
	color: #333333;
}
.txtNormal {
	font-family: Arial, Helvetica, sans-serif, "Arial Narrow";
	font-size: 12px;
	color: #333333;
}
.fondoPrice {
	border: 1px solid #CCCCCC;
}
