@charset "utf-8";
/* CSS Document */
#caja2 {
	width:170px;
	height:46px;
	float:left;
	background-image: url(../cuenta_regresiva_home_2.jpg);
	background-repeat: no-repeat;
	margin:0 0 0 800px;
}
		
#cuenta {width:170px;
		 height:20px;
		 margin:25px 0 0 0;}
		 
#relleno2 {width:50px;
		   height:20px;
		   float:left;}
		   
.cuadros {width:15px;
		  height:15px;
		  float:left;
		  margin:0 6px 0 6px;
		  background-color:#FFFFFF;
		  border:#CCCCCC 1px solid;
		  font-size:9px;
		  font-weight:bold;
		  text-align:center;}
		  

