/* CSS Document */
body{
	background: url(../images/no_flash/fondo_montana.jpg) no-repeat;
	text-align:center;
}
#noFlash{
	background:url(../images/no_flash/txt.gif) no-repeat;
	margin:150px auto 0 auto;
	width:448px;
}
#noFlash img{
	float:left;
}
#noFlash a.btnNoflash{
	display:block;
	width:448px;
	height:300px;
}
#noFlash a.btnNoflash:hover{
	background:none;
}

#noFlash .texto{
	text-indent:-5000px;
}