/* Documento CSS para kinoskopik.com */
/***************** ETIQUETAS HTML *************************/
html, body {background:#000; overflow:hidden}
/***************** /ETIQUETAS HTML ************************/
#general { 
	margin:0 auto; 
	position:absolute;
	top:50%;
	left:50%;
	width:1024px;
	height:768px;
	margin-left:-550px;
	margin-top:-384px;
	z-index: 2;

	}

#botones {
	width:210px;
	text-align:center; 
	position:absolute; 
	bottom:180px; 
	left:440px;

}

#botones .enlaces a{
	font-size:17px;
	color:#918435; 
	font-weight:bold; 
	font-family:Georgia Times, serif;
	text-decoration:none;

}


#botones .enlaces a:hover{
	
	color:#c53c01; 
	text-decoration:none;

}
