#contenido #margen {
	padding: 0px 20px 0px 160px;
}

ul#notas {
	list-style: none;
	width: 440px;
	padding-right: 15px;
	margin: 0px;
	float: left;
}
ul#notas h1 {
	padding: 0px 0px 0px 15px;
}
ul#notas h2 {
	background-image: url(../img/bulletSubmenu.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 15px;
}
ul#notas h2 a {
	text-decoration: none;
	color: #FF0000;
}
ul#notas h2 a:hover {
	text-decoration: underline;
}
ul#notas p {
	padding: 0px 0px 0px 15px;
}

#clear {
	font-size: 0px;
	line-height: 0px;
	height: 10px; /* 10 */
	clear: both;
}

div#texto {
background-image: url(../img/fondoDivisionVertical.gif);
	background-position: left;
	background-repeat: repeat-y;
	width: 335px;
	padding-left: 15px;
	float: left;
}

ul#itemsDestacados {
	list-style: none;
	margin: 30px 0px 0px;
	float: left; 
	
}
ul#itemsDestacados li {
	width: 258px; 
	height: 220px;
	margin-right: 20px;
	position: relative;
	float: left; 
}
ul#itemsDestacados li h1 {
	font-size: 20px;
	position: absolute;
	top: 115px;
	left: 15px;
}
ul#itemsDestacados li h2 {
	position: absolute;
	top: 10px;
	left: 15px;
}
ul#itemsDestacados h2 a {
	text-decoration: none;
	color: #FF0000;
}
ul#itemsDestacados h2 a:hover {
	text-decoration: underline;
}
ul#itemsDestacados li p {
	line-height: 1.2em;
	position: absolute;
	top: 145px;
	left: 15px;
}
