.bg {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.bg_left {
	background-image: url(images/bg_left.jpg);
	background-repeat: repeat-y;
	background-position: left;
}

.boxContacto {
	font-family: tahoma, arial, verdana;
	font-size: 12px;
	color: #333333;
	height: 15px;
	border: 1px solid #37499F;
}

.bg_shadowLeft {
	background-image: url(images/shadowLeft.jpg);
	background-repeat: repeat-y;
}
.borderRight {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #A50704;
}
.txtGeneral {
	font-family: tahoma, arial, verdana;
	font-size: 12px;
	color: #666666;
}

