﻿/* LANZADOR */
	#launcher {
		/*width:980px;*/
		height:355px;
		background:#d7e3b9 url(../../art/bg_launcher_hd.jpg?v=1);
		position:relative;
		margin-bottom:30px;
		margin-left:-500px;
		margin-right:-500px;
	}
	#launcher-text {
		margin: 0px 500px 0 800px;
		/*margin-left:320px;
		margin-right:20px;*/
		padding-top:37px;
		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 {
		margin: 0 20px;
		padding: 10px 15px;
		float: right;
		border-radius: 5px;
		background-color: rgba(91, 132, 54, 0.2);
	}
	#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.png) 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.cobertura {
		padding-left:35px;
		background:url(../../art/icons/icono_cobertura.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 .link.aeate {
		padding-left:35px;
		background:url(../../art/icons/icono_aeat2.png) 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:20pt;
			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;*/
			width: 287px;
			height: 85px;
			/*border: 2px solid rgba(87, 151, 27, 0.4);*/
			margin-bottom: 30px;
			box-shadow: 5px 5px 0px 0px rgba(87, 151, 27, 0.15);
			background: linear-gradient(180deg, rgba(210,210,210,0.3) 0%, rgba(255,255,255,0.5) 50%);
			border: 3px solid rgba(87, 151, 27, 0.4);
			margin-right:50px;
			border-radius: 5px;
		}
		#launcher div.buttons a.button:hover {
			color:#5c883c;
			border: 3px solid rgba(87, 151, 27, 0.55);
		}
		#launcher div.buttons a.button span {
			display: block;
			margin: 18px auto;
			text-align: center;
			line-height: 52px;
			background: url(../../art/new-icons/engranaje.svg?v=1) no-repeat 25px 0px;
			background-size: contain;
			padding-left: 50px;
		}
		#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 */