@charset "utf-8";
/* CSS Document */


{
	margin: 0;
	padding: 0;
}
#container {  /* caja que contiene todos los elementos de scroll y elementos relacionados: textos, títulos... */
	width: 597px;
	background: #fff;
	padding: 0px;
	margin: 0px;
}

.scroll-pane {  /* caja que contiene aquello que tendrá scroll, tanto vertical como horizontal */
	width: 100%;
	height: 490px;
	overflow: auto;
}
.horizontal-only {  /* caja que contiene aquello que tendrá scroll SOLO horizontal */
	height: auto;
	max-height: 200px;
}
#contenido1 {
	background-color:#99C;
}