	html {
		font-family:   "Courier New", Courier, monospace;
		color: #fff;
		
	}
	body {
		margin: 0px;
		padding: 0px;
		position: absolute;
		width: 100%;
		background-color: #000;

	}
	
	#leftbg{
		position: absolute;
		/*background: url(../imgs/leftbg.jpg) no-repeat;*/
	
	
		top: 0;
		left: 0;
	}
	
	#rightbg{
		position: absolute;
		/*background: url(../imgs/rightbg.jpg) no-repeat right bottom;*/

		bottom: 0;
		right: 0;
	}
	
	#contactbg{
		position: absolute;

		/*background: url(../imgs/contact_bg.gif) no-repeat 0 650px;*/
		top: 650px;
		left: 0;
		
	}
	#title{
		width: 690px;
		height: 127px;
		color: #000;
		margin: 10px auto 10px auto;
		padding: 20px 0 0 50px;
		z-index: 10;
		background: #000 url(../imgs/paper_title_bg.jpg) no-repeat top left;
		z-index: 4;
		
	}
	#title p{
		font-size: 11pt;
		text-decoration: none;
	}
	
	#title p span{
		font-style: italic;
		font-weight: bold;
	}
	
	#title a, #paper a{
		font-weight: bold;
		color: #555;
	}
	
	#title a:hover, #paper a:hover{
		color: #000;
	}
	
	#center {		
		position:relative;
		left:50%;
		width: 0;
		background-color: #fff;
	}
	#screen {
		position: relative;
		left:-370px;
		top: -10px;
		width: 740px;
		height: 520px;
		background: #000;
		overflow: hidden;
		/*outline: #fff solid 1px;*/
		border: 1px solid #fff;
	}

	#wrappen_top{
		width: 738px;
		height: 39px;
		margin: 0 auto;
		background: #fff url(../imgs/paper_wrappen_top.jpg) no-repeat top;
	}
	#paper {
		width: 738px;
		margin: -15px auto;
		background: #fff url(../imgs/paper_repeaty.jpg) repeat-y;
	}
	#wrappen_bottom{
		width: 738px;
		height: 39px;
		margin: 0 auto;
		background: #fff url(../imgs/paper_wrappen_bottom.jpg) no-repeat bottom;
	}
	#paper .t{
		padding: 30px 40px 10px 40px;
		font-weight: bold;
	}
	#paper p, #lenin_angulo{
		color: #000;
		padding: 0 40px;
		font-size: 9pt;
	}
	
	#paper ul {
		font-size: 9pt;
		list-style-type: none;
		color: #000;
	}
	
	#paper li {
		margin: 0 20px;
	}
	
	#credits{
		width: 740px;
		margin: 0 auto;
		color: #b3b3b3;
	}
	
	#credits li{
		font-family: Tahoma, sans-serif;
		font-size: 8pt;
		display: inline;
	}
	
	a{
		color: #b3b3b3;
	}
	
	a:hover{
		color: #fff;
	}
	
	#cc {
		width: 63px;
		margin: 0 auto; 
		padding: 0;
	}
	
	#cc img{
		border: 0;
	}
	.fondo {
		width:250px;
		margin: 10px auto 0 auto;
	}
	.preload {
		display:none;
	}
	
