.container-puntitos {
	position:relative; /* needed for footer positioning*/
	margin: 100 auto; /* center, not in IE5 */
	width:100%;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	z-index: 6001;
}

.container-puntitos h2{
	font-size:20px;
	font-family:'Trebuchet MS', 'Myriad Pro', Arial, sans-serif;
	text-indent:4px;
	font-weight:normal;
	font-style:italic;
	color:#444;
	padding:5px 0px 20px 0px;
}

.container-puntitos a:link    {
	text-decoration: none;
}

.container-puntitos a:visited {
	text-decoration: none;
	border-bottom: 0px dotted #000;
}
/*
.content {
	width:600px;
	margin:0 auto;
	padding-bottom:50px;
}
*/

.demo {
	margin: 0;
	/*padding:20px;*/
	/*background:#C0C0C0;*/
	/*-moz-box-shadow:0px 0px 1px #fff;*/
	/*-webkit-box-shadow:0px 0px 1px #fff;*/
	/*box-shadow:0px 0px 1px #fff;*/
}
