#container{
	width: 950px;
	margin: 0px auto;
	background-color: #FFFFFF;
	background-image: url(imgs/fondo.jpg);
	background-repeat: repeat-y;
}
body {
	margin-top: 0px;
	background-color: #E8E8E8;
}
#header {
	margin-bottom: 0px;
}


#footer {
	clear: both;
	background-color: #E8E8E8;
	text-align: right;
	padding-top: 10px;
}
#content800 {	width:
	width: 780px;
	width: 1024px;
	background-color: #FFFFFF;
	margin-bottom: 0px;
}
#left {
	width: 250px;
	margin-bottom: 0px;
	float: left;
}
#right {
	width: 700px;
	float: right;
	background-color: #FFFFFF;
	padding-left: 55px;
}
#right_h {
	width: 700px;
	float: right;
	background-color: #FFFFFF;
}

