div#izquierda {
	width:250px;
	height: 350px;
	float:left;
	background-image: url(imagenes/sobre.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding: 20px 10px 0px 10px;
}

div#centro {
  float:left;
  width: 430px;
}

div#derecha {
  float: right;
  padding: 10px;
  width: 300px;
}

label
{
width: 4em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}

.submit input
{
margin-left: 4.5em;
}

input, textarea
{
color: #000;
background: #ece9d8;
border: 1px solid #CEB54C;
}

.submit input
{
color: #000;
background: #ffa20f;
border: 2px outset #CEB54C;
}
fieldset
{
border: 1px solid #CEB54C;
padding: 0px 40px 10px 40px;
}

legend
{
color: #fff;
background: #CEB54C;
border: 1px solid #CEB54C;
padding: 2px 6px
}