@charset "utf-8";
.texto {
}
body {
	background-image:url(imgs/back.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
}
.contenedor {
	margin-left:auto;
	margin-right:auto;
	width:950px;
	height:800px;
}
.contenedor2 {
	float:left;
	width:950px;
	height:800px;
}
