@charset "utf-8";
/* CSS Document */
#contenedorBanner #banner #cont_boxs {
	height: 550px;
	width: 960px;
	background-image: url(../../images/infantil/cuadros/fondo.jpg);
	/* [disabled]border:1px solid #0f0; */
}
#contenedorBanner #banner .game_loading {
	height: 550px;
	width: 960px;
	background-image: url(../../images/infantil/cuadros/loading.gif);
	background-position: center center;
	background-repeat: no-repeat;
	background-color:#000000;
}
#contenedorBanner #banner #cont_boxs #cuadro1 {
	height: 138px;
	width: 264px;
	position: absolute;
	margin-left: 5px;
	margin-top: 5px;
}
#contenedorBanner #banner #cont_boxs #cuadro2 {
	height: 138px;
	width: 455px;
	position: absolute;
	margin-left: 275px;
	margin-top: 5px;
}
#contenedorBanner #banner #cont_boxs #cuadro3 {
	height: 274px;
	width: 220px;
	position: absolute;
	margin-left: 735px;
	margin-top: 5px;
}
#contenedorBanner #banner #cont_boxs #cuadro4 {
	height: 131px;
	width: 467px;
	position: absolute;
	margin-left: 5px;
	margin-top: 148px;
}
#contenedorBanner #banner #cont_boxs #cuadro5{
	height: 131px;
	width: 253px;
	position: absolute;
	margin-left: 477px;
	margin-top: 148px;
}
#contenedorBanner #banner #cont_boxs #cuadro6{
	height: 259px;
	width: 263px;
	position: absolute;
	margin-left: 5px;
	margin-top: 285px;
}
#contenedorBanner #banner #cont_boxs #cuadro7{
	height: 109px;
	width: 682px;
	position: absolute;
	margin-left: 273px;
	margin-top: 285px;
}
#contenedorBanner #banner #cont_boxs #cuadro8{
	height: 144px;
	width: 375px;
	position: absolute;
	margin-left: 273px;
	margin-top: 400px;
}
#contenedorBanner #banner #cont_boxs #cuadro9{
	height: 144px;
	width: 301px;
	position: absolute;
	margin-left: 654px;
	margin-top: 400px;
}
#contenedorBanner #banner #cont_boxs a{
	color:#F00;
	display:block;
	width:100%;
	height:100%;
}

#contenedorBanner #banner #cont_boxs a:hover{
	display:block;
	width:100%;
	height:100%;
	background-image:url(../../images/infantil/cuadros/play.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color:#000000;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
#contebanner_cuadros {
	display: none;
}
