@charset "UTF-8";

/* CUERPO */

#cuerpo {
	height: 500px;
	float: left;
	background: #e6e6e6 url(../img/fondo_index.jpg) no-repeat;
	overflow: auto;
}

#info {
	width: 360px;
	height: auto;
	background: url(../img/pixel2x2.gif) repeat;
	display: block;
	clear: both;
	float: left;
	margin-top: 40px;
}

#info h3 {
	font: 30px Georgia, "Times New Roman", Times, serif;
	margin: 0px 5px 0px 30px;
}