@charset "iso-8859-1";
#tk_main{
	width:100%;
	height:100%;
}
#tk_main #main{
	position:absolute;
	width:100%;
	height:100%;
	background-image:url(../img/cm/bg_home.jpg);
	background-position:top center;
}
#tk_main #main #body{
	position:absolute;
	width:930px;
	height:565px;
	padding:15px;
	background-image:url(../img/cm/bg_sombra.png);
	background-repeat:no-repeat;
	right:50%;
	left:50%;
	top:50%;
	bottom:50%;
	margin:-297px -465px -297px -465px;
}
#tk_main #main #body #flash{
	width:930px;
	height:550px;
}
#tk_main #main #body p{
	line-height:30px;
	font-size:11px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:center;
	color:#FFF;
}
#tk_main #main #body p a{
	color:#FFF;
	text-decoration:none;
}
