@charset "UTF-8";

.rowMates {
	display:table-row;	
	border-spacing:22px 0;
}

.actividades{
	overflow: auto;
	height: 1110px;
}

.textoFormas,.textoNumeros01,.textoNumeros02,.textoColorea01,.textoColorea02,.textoTablaMultiplicar01,
.textoFracciones01,.textoSumas01,.textoSumas02,.textoGeometria01,.textoGeometria02,
.textoGeometria03,.textoGeometria04,.textoGeometria05,.textoSumasRestas01,.textoDinero01,.textoRomanos01,
.textoSeries01{
	vertical-align: top;
	display: table-cell;
}

#matesFormas,#matesNumeros01,#matesNumeros02,#matesColorea01,#matesColorea02,#matesTablaMultiplicar01,
#matesFracciones01,#matesSumas01,#matesSumas02,#matesGeometria01,#matesGeometria02,
#matesGeometria03,#matesGeometria04,#matesGeometria05,#matesSumasRestas01,#matesDinero01,#matesRomanos01,
#matesSeries01{
 	width:0px;
 	height: 0px;
 	margin-bottom:32px;
 	margin-left:18px;
 	text-align:left;
 	box-shadow: 2px 2px 5px #999;
 	display: table-cell;
}

.vSpacer{
    height: 12px;
}

.text05 {
    width: 430px; 
}

.printText01{
    font-weight:bold;
    font-size: 24px;
    display:none;
}

@media print {
	body {
		background-image: none;
 		background-color:#FFF;
	}
	#container {
		background-color:#FFF;
		height: 100%;
	}
	#header,#leftCol,#rightCol,nav,a,#footer {
		display: none;
	}
	#middleCol {
		float:none;
		margin-left:auto;
		margin-right:auto;
		height: 100%;
	}
	.printText01{
    	display:block;
	}
}