@charset "utf-8";
/* CSS La Moneda */

html, body {
	margin:0px;
	height:100%;
	width:100%;
}

body {
	background-image: url(../images/bg/bg.gif);
	background-repeat: repeat;
	background-position: center bottom;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #D76922;
}

.boxHead {
	padding-top: 19px;
	background-image: url(../images/bg/bg_white.gif);
	background-repeat: repeat;
}

