/* CSS Document */
body {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
.centered {
	position: fixed;
	top: 50%;
	margin-top: -300px;
	width:100%;
	height:600px;
}
*html .centered {
	position:absolute
}
#rayaArriba {
	position:absolute;
	width:100%;
	height:10px;
	top: 0px;
	left: 0px;
	background-image:url(../imgs/linea.gif);
	background-position:center;
}
#rayaAbajo {
	position:absolute;
	width:100%;
	height:10px;
	top: 590px;
	left: 0px;
	background-image:url(../imgs/linea.gif);
	background-position:center;
}
.centro {
	position: fixed;
	top: 50%;
	margin-top: -241px;
	width:100%;
	height:483px;
	background-image:url(../imgs/l_tramado.gif);
	background-position:center;
}
*html .centro {
	position:absolute
}

.cuadrados {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -365px;
	margin-top: -241px;
	width:728px;
	height:483px;
}
*html .cuadrados {
	position:absolute
}
#uno {
	position:absolute;
	width:237px;
	height:237px;
	top: 0px;
}
#dos {
	position:absolute;
	width:237px;
	height:237px;
	left: 245px;
	top: 0px;
}
#tres {
	position:absolute;
	width:237px;
	height:237px;
	left: 491px;
	top: 245px;
}
#cuatro {
	position:absolute;
	width:186px;
	height:55px;
	left: 755px;
	top: 15px;
}
