body {
	font:Verdana, Arial, Helvetica, sans-serif;
	margin:10px;
	text-align:center;
	background-color:#CC3300;
}

#contenedor{
background-color:#990000;
text-align:left;
width:800px;
height:auto;
margin:auto;

}
  
#cabecera{
background-color:#CCCCCC;
height: 200px;
width: 800px;
}

#cuerpo{
margin:0px;
background-color:#FFFFFF;
width: 800px;
height: auto;
height:70px;
}

#principal{
width:650px;
height:auto;
background-color:#CCCCCC;
float:right;

}

#izquierda{
width:150px;
height:auto;
background-color:#990000;
float:left;
}

