* {
	margin: 0;
	padding: 0;
	}

body {
    margin:0px;
	padding:0px;
	background-color:#F3F4E0;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
}

#contenedor {
	width:1225px;
	height:652px;
	margin: 0px auto  0px ;
}

#cizq {
	width:160px;
	height:652px;
	float:left;
	background-image: url(img/img_l.jpg);
}
#cder {
	width:1065px;
	height:652px;
	float:right;
}
#cder1 {
	width:905px;
	height:652px;
	float:left;
}
#cder2 {
	width:160px;
	height:652px;
	float: right;
	background-image: url(img/img_r.jpg);
}

#footer {
	width: 1225px;
	height: 83px;
	margin: 0px auto  0px ;
	background-repeat: repeat-x;
}