+
+
+
+ Programa de emprendedores FRP Y FLQDVI
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
PROGRAMA DE EMPRENDEDORES FUNDACIÓN RAFAEL DEL PINO Y FUNDACIÓN LO QUE DE VERDAD IMPORTA
+
+
+
+
¡ Gracias a todos por el primer #cursoemp !
+
+
+
+ El primer Curso para Emprendedores de la Fundación Rafael del Pino y la Fundación Lo Que De Verdad Importa se celebró con éxito el 13 de Mayo en la sede de la Fundación Rafael del Pino.
+
Los participantes, venidos de Alicante, Murcia, Navarra, Castellón y Madrid, recibieron durante las 5 horas de duración información teórica y práctica para generar nuevas ideas, preparar un equipo, generar modelos de negocio y explicar las ideas en público, entre otros temas.
+
+ Todo el material del curso, así como algunas lecturas recomendadas, se puede encontrar en la sección especial de esta web para participantes. Para los que no pudisteis venir, debéis saber que estamos preparando ya nuevos cursos.
+
+ ¡GRACIAS A TODOS!
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
El Curso para Emprendedores de la Fundación Rafael del Pino y la Fundación Lo Que De Verdad Importa, celebró su primera edición el pasado mes de mayo en la sede de la Fundación Rafael del Pino en Madrid, celebrando el éxito de convocatoria y resultados.
+
+Impartido por Pau Garcia-Milà y Lluís Soldevila, en sus cinco horas de duración se repasó cómo generar buenas ideas, validarlas y preparar a los participantes para llevarlas a la práctica: generar un modelo de negocio; contar las ideas en público; y preparar un buen lanzamiento para acercarles a eso que tanto nos quita el sueño, el éxito.
+
+El formato, lejos de una conferencia, incluye la participación de los alumnos en tiempo real a través de Twitter y otros medios, así como la reproducción de contenido multimedia y la proyección de gráficos y documentos que más tarde los participantes pueden descargar de la red Internet para su estudio y utilización. Además, se proporciona material a los asistentes que facilite la generación de ideas y el seguimiento del Curso, así como el nuevo libro de Pau Garcia-Milà titulado “Tienes una idea”.
+
+Se están preparado ya las próximas ediciones del curso y se publicarán en esta página web una vez planificadas.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/material/Lib1.png b/material/Lib1.png
new file mode 100644
index 0000000..12a7b09
Binary files /dev/null and b/material/Lib1.png differ
diff --git a/material/Lib2.png b/material/Lib2.png
new file mode 100644
index 0000000..476921f
Binary files /dev/null and b/material/Lib2.png differ
diff --git a/material/Lib3.png b/material/Lib3.png
new file mode 100644
index 0000000..ba7ac7f
Binary files /dev/null and b/material/Lib3.png differ
diff --git a/material/Lib4.png b/material/Lib4.png
new file mode 100644
index 0000000..fdb2dd9
Binary files /dev/null and b/material/Lib4.png differ
diff --git a/material/css/style.css b/material/css/style.css
new file mode 100644
index 0000000..c118c37
--- /dev/null
+++ b/material/css/style.css
@@ -0,0 +1,271 @@
+@charset "UTF-8";
+/* CSS Document */
+
+
+* {
+outline:none;
+border:none;
+}
+
+html{
+ /*font-family: 'Droid Sans', sans-serif;*/
+ font-family: "Helvetica", "Arial", sans-serif;
+ color:#000000;
+ font-size: 12px;
+}
+
+body{
+ margin: 0;
+ padding: 0;
+ background-color: #FFF;
+}
+
+#menu{
+ position: absolute;
+ left: -41px;
+ top: 20px;
+ z-index: 200;
+ width: auto;
+ height: 30px;
+}
+
+#menu ul{
+ margin: 0px;
+ padding: 0px;
+ list-style: none;
+}
+
+#menu ul li{
+ margin: 0px;
+ padding: 0px;
+}
+
+#menu ul li a{
+ width: 41px;
+ height: 170px;
+ display: block;
+ text-decoration: none;
+ margin-bottom: 12px;
+ -moz-transition: all 0.2s ease-out;
+ -webkit-transition: all 0.2s ease-out;
+ -ms-transition: all 0.2s ease-out;
+ -o-transition: all 0.2s ease-out;
+ transition: all 0.2s ease-out;
+
+}
+
+.menubginicio{
+ background-image: url("../imgs/pestana_inicio.png");
+ background-position: left top;
+ background-repeat: no-repeat;
+}
+
+.menubgprecio{
+ background-image: url("../imgs/pestana_precio.png");
+ background-position: left top;
+ background-repeat: no-repeat;
+}
+
+.menubgprof{
+ background-image: url("../imgs/pestana_profesores.png");
+ background-position: left top;
+ background-repeat: no-repeat;
+}
+
+.menubgprog{
+ background-image: url("../imgs/pestana_programa.png");
+ background-position: left top;
+ background-repeat: no-repeat;
+}
+
+#menu ul li a:hover, #menu ul li a.current{
+ background-position: 7px top;
+}
+
+
+.maincolumn{
+ width: 680px;
+ height: 100%;
+ background-color: #FFF;
+ margin-left: -375px;
+ left: 50%;
+ position: absolute;
+ z-index: 100;
+ padding-left: 70px;
+ display: block;
+}
+
+#contenedor{
+ min-height:100%;
+ height: auto !important;
+ height: 100%;
+ overflow: hidden;
+ margin: 0 auto -120px;
+}
+
+.push {
+ height: 130px;
+
+ position: relative;
+ clear: both;
+}
+
+
+
+.cabecera{
+ height: 70px;
+ margin-top: 20px;
+}
+
+.doscolumnas{
+ width: 50%;
+ float: left;
+ margin-top: 13px;
+ overflow: hidden;
+ line-height: 12pt;
+}
+
+
+
+.fila{
+ clear: both;
+ display: block;
+ overflow: hidden;
+ margin-top: 10px;
+}
+
+p.descript{
+ margin: 0px;
+ padding: 0px;
+ padding-top: 20px;
+ padding-left: 30px;
+}
+
+p.descript a{
+ text-decoration: none;
+ color: #034D44;
+}
+
+p.descript a:hover{
+ text-decoration: underline;
+}
+
+.imgprofs{
+ display: block;
+ margin-left: auto;
+ margin-right: 0px;
+}
+
+img.imvert{
+ margin-left: 13px;
+}
+
+.clear{
+ clear: both;
+ overflow: hidden;
+ width: 100%;
+}
+
+.titular{
+ color: #000;
+ font-family: 'Droid Sans', sans-serif;
+ font-weight: bolder;
+ font-size: 26pt;
+ line-height: 30pt;
+}
+
+.titularpeq{
+ color: #034D44;
+ text-align: right;
+}
+
+.button{
+ background-color: #034D44;
+ color: #FFF;
+ font-family: 'Droid Sans', sans-serif;
+ font-weight: lighter;
+ font-size: 12pt;
+ width: 155px;
+ float: left;
+ text-align: center;
+ text-decoration: none;
+ padding-top: 10px;
+ padding-bottom: 10px;
+ -moz-transition: all 0.2s ease-out;
+ -webkit-transition: all 0.2s ease-out;
+ -ms-transition: all 0.2s ease-out;
+ -o-transition: all 0.2s ease-out;
+ transition: all 0.2s ease-out;
+}
+
+.button:hover{
+ background-color: #02302a;
+ width: 200px;
+}
+
+#logo{
+ width: 425px;
+ float: right;
+ font-size: 15pt;
+ color: #034D44;
+ font-family: 'Droid Sans', sans-serif;
+ font-weight: bolder;
+ text-align: right;
+}
+
+hr{
+ border-bottom-color: #034D44;
+ border-bottom-style: solid;
+ border-bottom-width: 1px;
+ position: relative;
+ clear: both;
+ padding-top: 15px;
+ width: 100%;
+}
+
+.bgtaronja{
+ background-color: #034D44;
+ width: 50%;
+ height: 100%;
+ position: fixed;
+ z-index: 50;
+ left: 0px;
+}
+
+.bgblanc{
+ background-color: #FFF;
+ width: 680px;
+ height: 100%;
+ position: fixed;
+ z-index: 55;
+ left: 50%;
+ margin-left: -375px;
+}
+
+
+/*styles*/
+.tarojna{
+ color:#034D44;
+}
+
+
+.footer{
+ padding-top: 10px;
+ padding-bottom: 10px;
+}
+
+.footer img{
+ margin-right: 40px;
+}
+
+@media screen and (max-width: 750px){
+
+ .maincolumn{
+ margin-left: 0px;
+ left: 0px;
+ }
+
+
+
+
+}
\ No newline at end of file
diff --git a/material/fotos/1.jpg b/material/fotos/1.jpg
new file mode 100644
index 0000000..109cf6a
Binary files /dev/null and b/material/fotos/1.jpg differ
diff --git a/material/fotos/10.jpg b/material/fotos/10.jpg
new file mode 100644
index 0000000..9acc238
Binary files /dev/null and b/material/fotos/10.jpg differ
diff --git a/material/fotos/11.jpg b/material/fotos/11.jpg
new file mode 100644
index 0000000..a3bcb01
Binary files /dev/null and b/material/fotos/11.jpg differ
diff --git a/material/fotos/12.jpg b/material/fotos/12.jpg
new file mode 100644
index 0000000..38db657
Binary files /dev/null and b/material/fotos/12.jpg differ
diff --git a/material/fotos/13.jpg b/material/fotos/13.jpg
new file mode 100644
index 0000000..76ae5ab
Binary files /dev/null and b/material/fotos/13.jpg differ
diff --git a/material/fotos/14.jpg b/material/fotos/14.jpg
new file mode 100644
index 0000000..0ea9e68
Binary files /dev/null and b/material/fotos/14.jpg differ
diff --git a/material/fotos/15.jpg b/material/fotos/15.jpg
new file mode 100644
index 0000000..949c40e
Binary files /dev/null and b/material/fotos/15.jpg differ
diff --git a/material/fotos/16.jpg b/material/fotos/16.jpg
new file mode 100644
index 0000000..14dee7f
Binary files /dev/null and b/material/fotos/16.jpg differ
diff --git a/material/fotos/17.jpg b/material/fotos/17.jpg
new file mode 100644
index 0000000..0fe62b7
Binary files /dev/null and b/material/fotos/17.jpg differ
diff --git a/material/fotos/2.jpg b/material/fotos/2.jpg
new file mode 100644
index 0000000..cc65db4
Binary files /dev/null and b/material/fotos/2.jpg differ
diff --git a/material/fotos/3.jpg b/material/fotos/3.jpg
new file mode 100644
index 0000000..0945203
Binary files /dev/null and b/material/fotos/3.jpg differ
diff --git a/material/fotos/4.jpg b/material/fotos/4.jpg
new file mode 100644
index 0000000..faf1b94
Binary files /dev/null and b/material/fotos/4.jpg differ
diff --git a/material/fotos/5.jpg b/material/fotos/5.jpg
new file mode 100644
index 0000000..1e547ae
Binary files /dev/null and b/material/fotos/5.jpg differ
diff --git a/material/fotos/6.jpg b/material/fotos/6.jpg
new file mode 100644
index 0000000..0b15912
Binary files /dev/null and b/material/fotos/6.jpg differ
diff --git a/material/fotos/7.jpg b/material/fotos/7.jpg
new file mode 100644
index 0000000..a132b26
Binary files /dev/null and b/material/fotos/7.jpg differ
diff --git a/material/fotos/8.jpg b/material/fotos/8.jpg
new file mode 100644
index 0000000..e562640
Binary files /dev/null and b/material/fotos/8.jpg differ
diff --git a/material/fotos/9.jpg b/material/fotos/9.jpg
new file mode 100644
index 0000000..afd9fc6
Binary files /dev/null and b/material/fotos/9.jpg differ
diff --git a/material/imgs/foto1.png b/material/imgs/foto1.png
new file mode 100644
index 0000000..7c33c19
Binary files /dev/null and b/material/imgs/foto1.png differ
diff --git a/material/imgs/foto2-1.png b/material/imgs/foto2-1.png
new file mode 100644
index 0000000..0e1a4ac
Binary files /dev/null and b/material/imgs/foto2-1.png differ
diff --git a/material/imgs/foto2.png b/material/imgs/foto2.png
new file mode 100644
index 0000000..6e5a2f8
Binary files /dev/null and b/material/imgs/foto2.png differ
diff --git a/material/imgs/img_precio_2.jpg b/material/imgs/img_precio_2.jpg
new file mode 100644
index 0000000..1ab45af
Binary files /dev/null and b/material/imgs/img_precio_2.jpg differ
diff --git a/material/imgs/lluis_rodo.jpg b/material/imgs/lluis_rodo.jpg
new file mode 100644
index 0000000..6a1435e
Binary files /dev/null and b/material/imgs/lluis_rodo.jpg differ
diff --git a/material/imgs/logo_importa_2.jpg b/material/imgs/logo_importa_2.jpg
new file mode 100644
index 0000000..9ce6686
Binary files /dev/null and b/material/imgs/logo_importa_2.jpg differ
diff --git a/material/imgs/logo_rafael_2.jpg b/material/imgs/logo_rafael_2.jpg
new file mode 100644
index 0000000..0f26a20
Binary files /dev/null and b/material/imgs/logo_rafael_2.jpg differ
diff --git a/material/imgs/pau_rodo.jpg b/material/imgs/pau_rodo.jpg
new file mode 100644
index 0000000..53363eb
Binary files /dev/null and b/material/imgs/pau_rodo.jpg differ
diff --git a/material/imgs/pestana_inicio.png b/material/imgs/pestana_inicio.png
new file mode 100644
index 0000000..9c1eb64
Binary files /dev/null and b/material/imgs/pestana_inicio.png differ
diff --git a/material/imgs/pestana_precio.png b/material/imgs/pestana_precio.png
new file mode 100644
index 0000000..f6d6404
Binary files /dev/null and b/material/imgs/pestana_precio.png differ
diff --git a/material/imgs/pestana_profesores.png b/material/imgs/pestana_profesores.png
new file mode 100644
index 0000000..fd3c314
Binary files /dev/null and b/material/imgs/pestana_profesores.png differ
diff --git a/material/imgs/pestana_programa.png b/material/imgs/pestana_programa.png
new file mode 100644
index 0000000..fbbf5d0
Binary files /dev/null and b/material/imgs/pestana_programa.png differ
diff --git a/material/imgs/pestana_programa_2.png b/material/imgs/pestana_programa_2.png
new file mode 100644
index 0000000..4c297aa
Binary files /dev/null and b/material/imgs/pestana_programa_2.png differ
diff --git a/material/imgs/play.jpg b/material/imgs/play.jpg
new file mode 100644
index 0000000..a243f00
Binary files /dev/null and b/material/imgs/play.jpg differ
diff --git a/material/index.html b/material/index.html
new file mode 100644
index 0000000..d62bc53
--- /dev/null
+++ b/material/index.html
@@ -0,0 +1,106 @@
+
+
+
+
+
+
+ Programa de emprendedores FRP Y FLQDVI
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
PROGRAMA DE EMPRENDEDORES FUNDACIÓN RAFAEL DEL PINO Y FUNDACIÓN LO QUE DE VERDAD IMPORTA
+
+
+
+
Material exclusivo del curso de Mayo en Madrid
+
Próximo curso: Próximamente (fecha aún no disponible)
+
+
+
+
¡GRACIAS!
+ En primer lugar, y en nombre de las dos fundaciones organizadoras, así como de los profesores, queremos agradecer el soporte recibido y las buenas críticas. No pararemos de mejorar y ya pensamos en la próxima edición. Aqui podéis encontrar el material ofrecido durante el curso, así como actualizaciones con nuevo materal que irán aparecido con los próximos cursos.
+
+
MATERIAL
+
+
Presentación y diapositivas del curso:
+
+
+
Vídeos emitidos en el curso:
+
+
+
+
+
+
+
+
+
Lecutras recomendadas (clic para ir a venta en Amazon):
+
+Cómo hablar bien en público (Dale Carnegie), para maximizar nuestras habilidades al enfrentarnos a un grupo de gente que escucha nuestras ideas.
+
+
+
+Tienes una idea, pero aún no lo sabes (Pau Garcia-Milà), para entrar más en detalle en la generación de ideas.
+
+
+
+Generación de modelos de negocio (varios autores), un libro que debe ser leído por todos los que quieran emprender a través de inventar o innovar en modelos de negocio.
+
+
+
+Nunca comas solo (Enzo Ferrari), para entrar en detalle en las relaciones y el networking como base para mejorar en nuestro nuevo negocio.
+
+
+
+
+
+
+
Fotos del primer curso de Madrid
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/material/portada-ppt.png b/material/portada-ppt.png
new file mode 100644
index 0000000..3c83d46
Binary files /dev/null and b/material/portada-ppt.png differ
diff --git a/profesores.html b/profesores.html
new file mode 100644
index 0000000..90abd44
--- /dev/null
+++ b/profesores.html
@@ -0,0 +1,70 @@
+
+
+
+
+
+
+ Programa de emprendedores FRP Y FLQDVI
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
PROGRAMA DE EMPRENDEDORES FUNDACIÓN RAFAEL DEL PINO Y FUNDACIÓN LO QUE DE VERDAD IMPORTA
+
+
+
+
PAU GARCIA-MILÀ & LLUÍS SOLDEVILA
+
Próximo curso: Próximamente (fecha aún no disponible)
Ingeniero Superior en Informática y PDD por IESE, ha desarrollado la mayor parte de su trayectoria profesional en el Deutsche Bank Group en Europa y USA.
Compagina su actividad como consultor y formador en actitudes de alto rendimiento con la docencia en ESADE, La Salle, Universitat de Barcelona o Toulousse Business School.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/programa.html b/programa.html
new file mode 100644
index 0000000..fe289b8
--- /dev/null
+++ b/programa.html
@@ -0,0 +1,72 @@
+
+
+
+
+
+
+ Programa de emprendedores FRP Y FLQDVI
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
PROGRAMA DE EMPRENDEDORES FUNDACIÓN RAFAEL DEL PINO Y FUNDACIÓN LO QUE DE VERDAD IMPORTA
+
+
+
+
+
PROGRAMA DETALLADO
+
Próximo curso: Próximamente (fecha aún no disponible)
+
+
+
+
+
INTRODUCCIÓN
+
+ El programa de emprendedores se divide en cinco horas donde, en colaboración con todos los asistentes, se repasan temas como la generación de ideas, el construir un discurso, plantear y probar modelos de negocio y hablar en público.
+
+
PROGRAMA
+
+
+
+
HORA 1 / Generación de Ideas ¿Es difícil tener buenas ideas? ¿Es cierto eso de "yo nunca tengo ideas"? ¿Se puede entrenar el cerebro para que tenga más ideas? En este primer bloque buscaremos las respuestas a todas esas preguntas y a muchas otras. Romperemos tópicos como "solo innovan los genios" o "solo innovan las grandes empresas".
+
+
+
+
HORA 2 / Cómo preparar la idea. ¡Aterrizarla! El primer instante después de tener una idea es ese en el que pensamos "yo nunca podría tirar adelante esta idea". Filtrar ideas, validarlas, compararlas y concretarlas son pasos que hay que dar antes de dar por "viva" o "muerta" una idea. En este bloque, además, aprenderemos a diferenciar entre "buenas" y "malas" ideas.
+
+
+
+
HORA 3 / ¿Cómo hacer negocio con mi idea? ¿Alguien pagará por lo que quiero hacer? Si es así... ¿cuánto?, ¿cómo?, ¿por qué? y especialmente... ¿quién?. Tan importante como tener la idea es averiguar quién será nuestro cliente, donde está y como llegar hasta él.
+
+
+
+
HORA 4 / Persiguiendo el éxito ¿Qué tienen en común todos los emprendedores que han alcanzado el éxito? ¿Qué tienen en común las personas que encadenan fracasos?. Nos fijaremos en cómo lo hacen las grandes empresas con millones de dólares de presupuesto... para aplicarlo al emprendendedor con cero euros de presupuesto.
+
+
+
+
HORA 5 / Presentando la idea en público A partir de ejemplos reales iremos creando la presentación perfecta de nuestra idea, empezando por una muy mala para ir mejorandola... en tiempo real. Además, nos aseguraremos alguna carcajada en medio. (¿Cómo nadie le dijo que no hiciera eso? será la pregunta más repetida).