@charset "UTF-8";

/* CUERPO */

#cuerpo {
	height: 500px;
	float: left;
	overflow: auto;
	background: url(../img/pixel2x2.gif) repeat;
}

h2 {
	font: bold 20px Georgia, "Times New Roman", Times, serif;
	padding-left: 15px;
}

p {
	font: bold 15px Georgia, "Times New Roman", Times, serif;
	padding-left: 15px;
}
/* FOTOS */

#foto,#comentario {
	float: left;
}

#foto {
	width: 225px;
	height: 250px;
	margin-right: 9px;
	margin-left: 9px;
	margin-bottom: 9px;
	background: url(../img/ejemplo_fotogaleria.jpg) no-repeat;
}

#comentario {
	width: 215px;
	margin-top: 190px;
	background-image: url(../img/pixel2x2_2.gif);
	padding: 5px;
	color: #fff;
}