@import url('template.css');

/* Cuerpo
/********************************************************************/
#cuerpo{ margin-bottom:135px;}
h2{ display:none;}

/* Content
/********************************************************************/
#content{
	background:#ccc;
	color:#666;
	float:left;
	margin:25px 0 0 0;
/*	padding-bottom:500px;*/
	width:665px;
	display:inline;
}
#content h2{
	color:#a31616;
	font:bold 18px Arial, Helvetica, sans-serif;
	margin-bottom:15px;
}