body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	margin-top:0px;
}

#contenedor {
	height: 795px;
	background-color:pink;
	margin: auto;
	width: 780px;
}	

#encabezado {
	width:780px;  
	height:125px; 
	background-color:#CC6600; 
}	

#menu {
	width:780px;  
	height:26px; 
	background-color: #FFCC00;
}

#contenido {
	width:780px;
	height:664px;
	background-color:white;
}

img {
    border:none;
}
