@charset "utf-8";
/* CSS Document */

#arcilla{
  width: 720px;
  height:auto;
  background: #F8FDF6;
  }

#menu{
	float:left;
	width:350px;
	height:200px;
	background-color:#FFF;
	padding-left:10px;
	}
#imgarcilla{
	float:right;
	width:350px;
	height:200px;
	}


#contarcilla {
  width: 710px;
  height:auto;
  margin: 180px auto auto auto;
  background:#FFF;
  }