html{
	height:100%
}

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	margin:0;
	padding:0;
	background-image:url(../imgs/bgs/bg_body_capa.jpg);
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: top;
	background-color:#FFF;
}

#Capa{
	width:822px;
	height:576px;
	margin:0 auto;
	padding:0;
}
