#content {
	background-color: #BED3E7;
	background-image: url(http://www.juntadeandalucia.es/educacion/poetasdel27/com/css/1024/bodybg.png);
	padding: 3em;
	margin:0.2em 2em;
	border: 2px solid #808BA4;
}
#mycustomscroll_contenido {
	width: 740px;
	/height: 570px;
	height: 535px;
	overflow: auto;
	position: relative;
	margin: 0.3em auto;

}

.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
	width: 550px;
	height: auto;
	position: relative;
	color: black;
	padding: 1px;
}
