﻿/* LANZADOR */
	#launcher {
		width:980px;
		height:355px;
		background:#d7e3b9 url(../../art/bg_launcher.jpg);
		position:relative;
		margin-bottom:30px;
	}
	#launcher-text {
		margin-left:320px;
		margin-right:20px;
		padding-top:7px;
		color:#404040;
	}
	#launcher-text h1 {
		margin-bottom:20px;
		color: #404040;
		font-size:24pt;
		font-weight:bold;
	}
	#launcher-text .link {
		font-size:10pt;
		color: #425c27;
		font-weight:bold;
	}


	#launcher-text .links {
		width:235px;
		margin:25px 0 5px 10px;
		padding:0 0 0 10px;
		border-left:5px solid #95b573;
		float:right;
	}
	#launcher-text .links a {
		display:block;
		height:28px;
		line-height:28px;
	}
	#launcher-text .link.presentacion {
		padding-left:35px;
		background:url(../../art/icons/icono_video.gif) no-repeat 0 2px;
	}
	#launcher-text .link.tarifas {
		padding-left:35px;
		background:url(../../art/icons/icono_tarifas.gif) no-repeat 0 2px;
	}
	#launcher-text .link.free {
		padding-left:35px;
		background:url(../../art/icons/icono_tarifas2.png) no-repeat 0 2px;
	}
	#launcher-text .link.ventajas {
		padding-left:35px;
		background:url(../../art/icons/icono_ventajas.gif) no-repeat 0 2px;
	}
	#launcher-text .link.cincodias {
		padding-left:132px;
		background:url(../../art/icons/icono_cincodias.gif) no-repeat 0 2px;
	}
#launcher-text .link.credit {
		padding-left:233px;
		background:url(../../art/icons/icono_credit.png) no-repeat 0 2px;
	}
	#launcher-text .link.aeat {
		padding-left:35px;
		background:url(../../art/icons/icono_aeat.gif) no-repeat 0 2px;
	}



	#launcher-text p {
		font-size:10pt;
		margin-bottom:15px;
	}
	#launcher-text .comisiones {
		font-weight:bold;
		font-size:11pt;
	}





	/* BOTONES */
		#launcher div.buttons {
			margin-top:0px;
			padding-top:15px;
			padding-left:30px;
		}
		#launcher div.buttons a.button {
			display:block;
			float:left;
			margin:0 20px;
			color:#555;
			text-decoration:none;
			font-size:14pt;
			font-weight:bold;
			letter-spacing:0.2em;
			padding:0;
		}
		#launcher div.buttons a.button {
			width:237px;
			height:126px;
			background:url(../../art/launcher_button.png) no-repeat 0 0;
		}
		#launcher div.buttons a.button:hover {
			color:#5c883c;
		}
		#launcher div.buttons a.button span {
			display:block;
			margin:18px 60px 20px 30px;
			text-align:center;
			line-height:52px;
		}
		#launcher div.buttons div.tags {
			margin:0;
			padding:0;
		}
		#launcher div.buttons div.tags p {
			font-size:10pt;
			text-align:left;
			color:#555;
			line-height:22px;
			margin:0;
			padding:0;
		}
		#launcher div.buttons div.tags a {
			font-weight:bold;
		}
	/* BOTONES */


/* LANZADOR */


/* LANZADOR */
	#presentacion {
		width:980px;
		height:347px;
		background:#d7e3b9;
		position:relative;
		padding:0;
	}
/* PRESENTACIÓN */
