#contenido {
	width: 960px;
}

#contenido .contenido {
	color: #ffffff;
	background-color: #222233;
	height: 380px;
	_height: 420px;
	width: 700px;
	padding: 20px;
	overflow: auto;
	float: right;		
}

#contenido p {
	text-indent: 20px;
}

#contenido h2 {
	font-weight: bolder; 
	font-size: 16pt;
	margin: 0;
	display: block;
	width: 100%;
	height: 20px;
	overflow: hidden;
	color: #DD5555;
	margin: 0 0 20px 0;
}

#contenido img.principal {
	float: left;
	margin: 0 10px 10px 0;
	width: 200px;
}