.wrap{
	overflow: hidden;
	overflow-y: scroll;
	width: 1245px;
	height: 665px;
	position: absolute;
}
.content{
	height: 870px;
	background-image: url('../img/ACT4/SB_S_G10_U03_L04_unidadesdeconcentracion.png');
	background-position: 45px -32px;
}
.board{
	position: absolute;
	top: 518px;
	left: 70px;
	width: 1093px;
	border: 1px dashed #666666;
	background: #d9d9d9;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	min-height: 63px;
}
.board:before{
	content: url('../img/ACT4/SB_S_G10_U03_L04_iconitotabla.png');
	width: 71px;
	height: 63px;
	position: absolute;
	top: -2px;
	left: -2px;
}
.buttons .button{
	width: 41px;
	height: 45px;
	position: absolute;
	top: 425px;
	background-position: center;
	background-repeat: no-repeat;
}
.buttons .button.red{
	top: 427px;
}
.buttons .button:nth-child(1){
	left: 109px;
}
.buttons .button:nth-child(2){
	left: 208px;
}
.buttons .button:nth-child(3){
	left: 312px;
}
.buttons .button:nth-child(4){
	left: 435px;
}
.buttons .button:nth-child(5){
	left: 759px;
}
.buttons .button:nth-child(6){
	left: 911px;
}
.buttons .button:nth-child(7){
	left: 1064px;
}
.buttons .button.blue{
	background-image: url('../img/ACT4/SB_S_G10_U03_L04_botondesactivado.png');
}
.buttons .button.red{
	background-image: url('../img/ACT4/SB_S_G10_U03_L04_botondesactivadounidadesquimicas.png');
}
.buttons .button.blue.active{
	background-image: url('../img/ACT4/SB_S_G10_U03_L04_botonactivado.png');
}
.buttons .button.red.active{
	background-image: url('../img/ACT4/SB_S_G10_U03_L04_botonactivado2.png');
	background-position: 0px;
}
.board .item{
	text-align: center;
}
.board .item h2{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.75em;
	font-weight: bold;
	text-align: left;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 90px;
	width: 100%;
}
.board .item.blue h2{
	color: #00bab2;
}
.board .item.red h2{
	color: #fc8c79;
}
.board .item p{
	font-size: 1.31em;
	color: #575756;
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 0px 49px;
}
.board .item img{
	margin-bottom: 30px;
}