/* PÁGINA INICIAL */
div.cronometro{
	height:150px;
	overflow:hidden;
	width:962px;
	position:relative;
}
div.cronometro div.bg{
	height:150px;
	width:962px;
	background:url(../img/bg/cronometro.png) center center no-repeat;
	z-index:1000;
}
div.cronometro div.flash{
	background:#336633;
	height:150px;
	width:962px;
	z-index:2000;
}
