body{
<!--text-align: center;-->
}

p { 
  margin-left: 20px;  
}

#contenedor{
width:800px;
margin: 0 auto;
}

.arriba{
height: 30px;
border-bottom: 10px solid red;
}

.izquierda, .derecha{
height:200px;
border: solid 1px white;
color:#000000;
}
.izquierda{
float: left; 
width:425px;
}

.derecha{
	margin-left: 30em;
	}

.izqDebajo, .dchaDebajo{
height:400px;
border: solid 1px white;
color:#000000;
margin-top: 30px;
}
.izqDebajo{
float: left; 
width:400px;
}

fieldset {
	top:100px; 
	left:10px;
	bottom:20px; 
	right:0px;
	width:200px;
}

