/* LANZADOR */
	#launcher {
		width:980px;
		height:347px;
		background:#d7e3b9 url(../../art/bg_launcher.jpg);
		position:relative;
		margin-bottom:30px;
	}
	#launcher-text {
		margin-left:320px;
		margin-right:20px;
		padding-top:10px;
		color:#425c27;
	}
	#launcher-text h3 {
		font-size:3em;
		margin-bottom:20px;
	}
	#launcher-text p {
		font-size:1.8em;
		margin-bottom:20px;
	}
	/* BOTONES */
		#launcher p.buttons {
			padding-top:20px;
			padding-left:30px;
		}
		#launcher p.buttons a {
			display:block;
			float:left;
			margin:0 20px;
			color:#555;
			text-decoration:none;
			font-size:12pt;
			font-weihgt:normal;
			line-height:20pt;
		}
		#launcher p.buttons a {
			width:237px;
			height:126px;
			background:url(../../art/launcher_button.png) no-repeat 0 0;
		}
		#launcher p.buttons a:hover {
			color:#5c883c;
		}
		#launcher p.buttons span {
			display:block;
			margin:18px 60px 20px 30px;
			text-align:center;
		}
	/* BOTONES */
/* LANZADOR */