        @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600&display=swap');
        * {
			margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Montserrat';
        }
        
        html {
            scroll-behavior: smooth;
        }
        /* *********************/
        /* seccion I N I C I O */
        /* *********************/
        /*    background-size: contain;   */
        /*    background-position: center center;   */

        
        #inicio {
            /*background: linear-gradient( rgba(187, 38, 73, .0), rgba(187, 38, 73, .0)), url("../img/portada.jpg");*/
			/*background-size: contain;*/
			/*background-repeat: no-repeat;*/
			/*background-position: center 180px;*/
        }
        
        #inicio .contenido header {
            background-color: rgba(110, 155, 161);
            position: fixed;
            width: 100%;
			/*height: 180px;*/
            z-index: 100;
            top: 0;
        }
        
        #inicio .contenido header .contenido-header {
            max-width: 1500px;
            margin: auto;
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 10px 20px;
        }
        
		
        #inicio .contenido header .contenido-header .logo__img {
            margin: 10px;
            width: 15%;
            height: 15%;
            border: 0;
            opacity: 1;
        }
        #inicio .contenido header .contenido-header h1 {
            text-align: center;
            color: #ff5080;
        }
        
        #inicio .contenido header .contenido-header nav ul {
            list-style: none;
            display: flex;
            align-items: center;
        }
        
        #inicio .contenido header .contenido-header nav ul li a {
            text-decoration: none;
            color: #fff;
            margin: 0 12px;
            font-weight: 400;
            transition: .5s;
        }
        
        #inicio .contenido header .contenido-header nav ul li a:hover {
            color: #ffe850;
        }
        
		
        #inicio .contenido header .contenido-header .redes a {
            text-decoration: none;
            color: #fff;
            display: inline-block;
            margin-left: 10px;
            transition: .5s;
			font-size: 30px;
        }
  
  
        #inicio .contenido header .contenido-header .redes a:hover {
            color: #014f59;
        }
        
		#inicio .contenido header .contenido-header .redes img {
		/*width: 30px;*/
		width: 30px;
		cursor: pointer;
		}


        #inicio .contenido header .contenido-header .seleccionado {
            color: #014f59;
        }

				
        #inicio .contenido .  {
            max-width: 1100px;
            height: 100vh;
            margin: auto;
            color: #fff;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }

       #inicio .contenido .presentacion {
            margin-bottom: 170px;
       }
       
        #inicio .contenido .presentacion .bienvenida {
            font-size: 16px;
            margin-bottom: 20px;
            text-transform: uppercase;
            letter-spacing: 5px;
			text-align: center;
        }
        
        #inicio .contenido .presentacion h2 {
            font-size: 55px;
            margin-bottom: 25px;
            text-align: center;
        }
        
        #inicio .contenido .presentacion h2 span {
            font-size: 25px;
            color: #ff5080;
        }

        #inicio .contenido .presentacion .descripcion {
            max-width: 700px;
            margin: 25px auto;
            font-size: 18px;
            text-align: center;
        }
        
        #inicio .contenido .presentacion a {
            text-decoration: none;
            display: inline-block;
            margin: 25px;
            padding: 20px 25px;
            border: 2px solid #fff;
            border-radius: 50px;
            color: #fff;
            font-weight: bold;
            text-transform: uppercase;
            transition: .5s;
        }
        
        #inicio .contenido .presentacion a:hover {
            background-color: #ff5080;
        }
        
        #icono-nav {
            color: #fff;
            display: none;
        }

		/*background: linear-gradient( rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url("../img/foto_cabecera.jpg");*/

        #iniciocab {
			/*background: linear-gradient( rgba(187, 38, 73, .0), rgba(187, 38, 73, .0)), url("../img/fondo-inicio.jpg");*/
            background-size: cover;
            background-position: center center;
            height: 220px;
        }
        
        #iniciocab .contenido header {
            background-color: rgba(0, 0, 0);
            position: fixed;
            width: 100%;
            z-index: 100;
            top: 0;
        }
        
        #iniciocab .contenido header .contenido-header {
            max-width: 1500px;
            margin: auto;
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 10px 20px;
        }
        
        #iniciocab .contenido header .contenido-header .logo__img {
            margin: 10px;
            width: 20%;
            height: 20%;
            border: 0;
            opacity: 1;
        }
        #iniciocab .contenido header .contenido-header h1 {
            text-align: center;
            color: #ff5080;
        }
        
        #iniciocab .contenido header .contenido-header nav ul {
            list-style: none;
            display: flex;
            align-items: center;
        }
        
        #iniciocab .contenido header .contenido-header nav ul li a {
            text-decoration: none;
            color: #fff;
            margin: 0 12px;
            font-weight: 400;
            transition: .5s;
        }
        
        #iniciocab .contenido header .contenido-header nav ul li a:hover {
            color: #ff5080;
        }
        
        
        /* menu inferior */

        #iniciocab .contenido header .contenido-header .navbar ul li ul {
            position: absolute ;
            left: 0;
            width: 200px;
            background: #fff;
            display: none;
        }
        #iniciocab .contenido header .contenido-header .navbar ul li ul li {
            width:100%;
            border-top: 1px solid rgba(0,0,0,.1);
            
        }
        #iniciocab .contenido header .contenido-header .navbar ul li ul li ul {
            left: 200px;
            top:0;
        }
        
        #iniciocab .contenido header .contenido-header .navbar ul li:focus-within > ul,
        #iniciocab .contenido header .contenido-header .navbar ul li:hover > ul{
            display: initial;
        }

        /* fin menu segundo nivel */
          

        #iniciocab .contenido header .contenido-header .redes a {
            text-decoration: none;
            color: #fff;
            display: inline-block;
            margin-left: 10px;
            transition: .5s;
        }
        
        #iniciocab .contenido header .contenido-header .redes a:hover {
            color: #ff5080;
        }
        
        #iniciocab .contenido header .contenido-header .seleccionado {
            color: #ff5080;
        }
        
        #iniciocab .contenido .presentacion {
            max-width: 1100px;
            height: 100vh;
            margin: auto;
            color: #fff;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }
        
 

        /* *********************/
        /* seccion S O B R E  M I */
        /* *********************/
        
        #sobremi {
            max-width: 1100px;
            margin: auto;
            padding: 50px 15px;
            color: #111135;
            display: flex;
        }
        
        #sobremi .contenedor-foto {
            max-width: 400px;
            margin-right: 80px;
            box-shadow: 1px 2px 3px #222;
        }
        
        #sobremi .contenedor-foto img {
            padding: 20px;
            width: 100%;
            border: 10px;
            background-color: #f3f3f3;
        }
        
        #sobremi .sobremi {
            margin: 0 40px;
        }
        
        #sobremi .sobremi .titulo-seccion {
            font-size: 22px;
            text-transform: uppercase;
            color: #111135;
            text-decoration: underline;
            text-decoration-color: #d3d3d3;
            text-decoration-thickness: 5px;
        }
        
        #sobremi .sobremi h2 {
            font-size: 34px;
            font-weight: bold;
            margin: 20px 0;
            letter-spacing: 2px;
        }
        
        #sobremi .sobremi h2 span {
            color: #ff5080;
        }
        
        #sobremi .sobremi h3 {
            font-size: 18px;
            font-weight: 500;
            text-transform: uppercase;
            margin-bottom: 20px;
            letter-spacing: 1px;
        }
        #sobremi .sobremi h4 {
            font-size: 18px;
            font-weight: 500;
            text-transform: uppercase;
            margin-bottom: 20px;
            letter-spacing: 1px;
        }
		#sobremi .sobremi h5 {
            font-size: 14px;
            font-weight: 500;
            text-transform: uppercase;
            margin-bottom: 40px;
            letter-spacing: 1px;
        }
        #sobremi .sobremi p {
            font-size: 14px;
            line-height: 25px;
            color: #565656;
            margin-bottom: 12px;
        }

		/*border-radius: 30px;*/
		/*border: 1px solid #000;*/
		/*margin-bottom: 80px;*/
			
        #sobremi .sobremi a {
            display: inline-block;
            text-decoration: none;
            color: #000;
            padding: 10px 20px;
            margin-top: 30px;
			margin-bottom: 30px;
            transition: .5s;

        }
        
        #sobremi .sobremi a:hover {
            background-color: #bb2649;
            color: #fff;
        }

        #sobremi .sobremi .adjunto {
            display: inline-block;
            text-decoration: none;
            color: #000;
            padding: 10px 20px;
            margin-top: 30px;
			border-radius: 30px;
			border: 1px solid #000;
			margin-bottom: 80px;
            transition: .5s;

        }
        
        #sobremi .sobremi .adjunto:hover {
            background-color: #bb2649;
            color: #fff;
        }



        /* ***************************/
        /* seccion S E R V I C I O S */
        /* ***************************/
 
        #servicios {
            padding: 100px 15px;
            text-align: center;
            background-color: #f3f3f3;
			margin: auto;
        }
        
        #servicios .titulo-seccion {
            text-align: center;
            font-size: 22px;
            text-transform: uppercase;
            color: #111135;
            text-decoration: underline;
            text-decoration-color: #d3d3d3;
            text-decoration-thickness: 5px;
        }
         
        #servicios .fila {
            display: flex;
            justify-content: center;
            margin: 30px 0;
        }
        
        #servicios .fila .servicio {
            max-width: 500px;
            background-color: #fff;
            margin: 0 5px;
            border-radius: 5px;
            transition: .5s;
        }
        
        #servicios .fila .servicio:hover {
            box-shadow: 5px 5px 10px #565656, -5px -5px 10px #8a8a8a;
        }
        
		#servicios .fila .servicio img {
            padding: 20px;
            width: 100%;
        }

		#servicios .fila .servicio iframe {
			padding: 10px 10px 10px;
			width: 450px;
        }
		
        #servicios .fila .servicio .icono {
            display: inline-block;
            width: 60px;
            height: 60px;
            border-radius: 50%;
            background-color: #d3d3d3;
            padding: 20px;
            margin-bottom: 25px;
        }
        
        #servicios .fila .servicio h4 {
            font-size: 22px;
            margin-top: 10px;
            margin-bottom: 15px;
        }
        
        #servicios .fila .servicio hr {
            width: 30%;
            margin: auto;
            color: #000;
            margin-bottom: 10px;
        }
        
        #servicios .fila .servicio ul {
            list-style: none;
            display: flex;
            justify-content: space-around;
            margin-bottom: 10px;
        }
        
        #servicios .fila .servicio p {
            font-size: 14px;
            line-height: 22px;
			padding: 0px 20px 20px;
        }
        /* *********************/
        /* seccion S K I L L S */
        /* *********************/
 
        /*background: linear-gradient( #aeaead, rgba(0, 0, 0, 0.5)), url("../img/fondo-skills.jpg"); */
		
        .contenedor-skills {
            background: linear-gradient( rgba(187, 38, 73, .0), rgba(187, 38, 73, .0)), url("../img/fondo-inicio.jpg");
            background-attachment: fixed;
            background-repeat: no-repeat;
            background-size: cover;
            color: #fff;
            background-position: center center;
            padding: 100px 0;
            text-align: center;
            box-shadow: 1px 2px 3px #222;
        }
        
        .contenedor-skills .skill {
            max-width: 600px;
            margin: 30px auto;
        }
        
        .contenedor-skills .skill .info {
            display: flex;
            justify-content: space-between;
        }
        
        .contenedor-skills .skill .lista {
            display: inline-block;
            margin-right: 20px;
            height: 10px;
            width: 10px;
            background-color: #fff;
        }
        
        .contenedor-skills .skill .barra {
            background-color: #919191;
            width: 100%;
            height: 6px;
            margin: 10px 0px;
        }
        
        .contenedor-skills .skill .barra .barra-progreso1 {
            background-color: #fff;
            width: 95%;
            height: 6px;
            animation: progreso1 2s forwards;
        }
        
        .contenedor-skills .skill .barra .barra-progreso2 {
            background-color: #fff;
            width: 90%;
            height: 6px;
            animation: progreso2 2s forwards;
        }
        
        .contenedor-skills .skill .barra .barra-progreso3 {
            background-color: #fff;
            width: 90%;
            height: 6px;
            animation: progreso3 2s forwards;
        }
        
        .contenedor-skills .skill .barra .barra-progreso4 {
            background-color: #fff;
            width: 85%;
            height: 6px;
            animation: progreso4 2s forwards;
        }
        
        @keyframes progreso1 {
            0% {
                width: 0;
            }
            100% {
                width: 95%;
            }
        }
        
        @keyframes progreso2 {
            0% {
                width: 0;
            }
            100% {
                width: 90%;
            }
        }
        
        @keyframes progreso3 {
            0% {
                width: 0;
            }
            100% {
                width: 90%;
            }
        }
        
        @keyframes progreso4 {
            0% {
                width: 0;
            }
            100% {
                width: 85%;
            }
        }

        /* *********************/
        /* seccion P O R T F O L I O  INICIAL*/
        /* *********************/
        
        #portfolioini {
            max-width: 1200px;
            /*padding: 100px 0;*/
			padding: 10px 0;
            margin: auto;
        }
        
        #portfolioini .titulo-seccion {
            text-align: center;
            font-size: 22px;
            text-transform: uppercase;
            color: #111135;
            text-decoration: underline;
            text-decoration-color: #d3d3d3;
            text-decoration-thickness: 5px;
        }
        
		#portfolioini .intro {
			text-align:center;
			margin-bottom: 40px;

		}
		
        #portfolioini .fila {
            display: flex;
            justify-content: space-between;
            margin: 30px 0;
        }
        
        #portfolioini .fila .proyecto {
            /*max-width: 600px;*/
			width: 400px;
			height: 300px;
            border: 1px solid #000;
            margin: 0 10px;
            position: relative;
            overflow: hidden;
            box-shadow: 1px 2px 3px #222;
        }
        
        #portfolioini .fila .proyecto img {
            width: 100%;
            height: 100%;
            ;
            filter: grayscale(0);
            object-fit: cover;
            transition: .5s;
        }
        
        #portfolioini .fila .proyecto:hover img {
            filter: grayscale(1);
        }
        
        #portfolioini .fila .proyecto .info {
            position: absolute;
            left: 0px;
            background-color: rgba(0, 0, 0, 0.8);
            color: #fff;
            width: 100%;
            padding: 10px;
            opacity: 1;
            bottom: 0px;
            transition: .5s;
			text-align: center;
        }
        
        #portfolioini .fila .proyecto:hover .info {
            opacity: 1;
            bottom: 0;
			text-align: center;
        }

        /* ***************************/
        /* seccion P O R T F O L I O */
        /* ***************************/
        
        #portfolio {
            /*max-width: 1100px;*/
            padding: 100px 0;
            background-color: #f3f3f3;
            margin: auto;
        }
        
        #portfolio .titulo-seccion {
            text-align: center;
            font-size: 22px;
            text-transform: uppercase;
            color: #111135;
            text-decoration: underline;
            text-decoration-color: #d3d3d3;
            text-decoration-thickness: 5px;
        }
        
        #portfolio .fila {
            display: flex;
            /*justify-content: space-between;*/
			justify-content: center;
            margin: 30px 0;
        }
        
        #portfolio .fila .proyecto {
            /*max-width: 550px;*/
			width: 500px;
            border: 1px solid #000;
            margin: 0 10px;
            position: relative;
            overflow: hidden;
        }
        
        #portfolio .fila .proyecto img {
            width: 100%;
            height: 100%;
            ;
            filter: grayscale(0);
            object-fit: cover;
            transition: .5s;
        }
        
        #portfolio .fila .proyecto:hover img {
            filter: grayscale(1);
        }
        
        #portfolio .fila .proyecto .info {
            position: absolute;
            left: 0px;
            background-color: rgba(0, 0, 0, 0.8);
            color: #fff;
            width: 100%;
            padding: 10px;
            opacity: 1;
            bottom: 0px;
            transition: .5s;
			text-align: center;
        }
        
        #portfolio .fila .proyecto:hover .info {
            opacity: 1;
            bottom: 0;
        }


        /* *********************/
        /* seccion GENERAL     */
        /* *********************/
        
        #general {
            max-width: 1100px;
            padding: 10px 0;
            margin: auto;
        }
          
        #general .fila {
            display: flex;
            justify-content: space-between;
            margin: 30px 0;
        }
        
        #general .fila .proyecto {
			width: 600px;
            border: 0px solid #000;
            margin: 0 40px;
            position: relative;
            overflow: hidden;
			box-shadow: 0 2px 3px #9d9d9d;
        }

/*            box-shadow: 2px 3px 4px #222;*/
			
        #general .fila .proyecto img {
            width: 100%;
            height: 100%;
        }
        
 


        /* *********************/
        /* LOGOS               */
        /* *********************/

        /* *********************/
        /* seccion P O R T F O L I O */
        /* *********************/
        
		/*background-color: #f3f3f3;*/
 
		#logotipos {
            /*background-color: #777575;*/
			/*background-color: #efeeee;*/
        }
		
		#logotipos .contacto {
			max-width: 1100px;
            padding: 10px 0;
            margin: auto;
            /*background-color: #777575;*/
			/*background-color: #efeeee;*/

        }
        
        #logotipos .contacto .fila {
            display: flex;
            justify-content: space-between;
            margin: 10px 0;
        }
        
        #logotipos .contacto .fila .proyecto {
            /*max-width: 200px;*/
            /*border: 1px solid #000;*/
			width: 200px;
			/*box-shadow: 0 2px 3px #9d9d9d;*/
            margin: 0 10px;
            position: relative;
            overflow: hidden;
        }
        
        #logotipos .contacto .fila .proyecto img {
            /*width: 100%;
            height: 100%;*/
            width: 150px;
            height: 150px;
            filter: grayscale(0);
            transition: .5s;
        }
        /*     object-fit: cover; */        


        #logotipos .contacto .fila .proyecto:hover img {
            filter: grayscale(1);
        }
        
        /* *********************/
        /* seccion C O N T A C T O */
        /* *********************/
        
        #contacto {
            padding: 100px 15px;
            background-color: #f3f3f3;
        }
        
        #contacto .titulo-seccion {
            margin-bottom: 20px;
        }
        
        #contacto .contenedor-form {
            max-width: 1100px;
            margin: auto;
        }
        
        #contacto .contenedor-form .fila {
            margin-bottom: 15px;
        }
        
        #contacto .contenedor-form .mitad {
            display: flex;
            justify-content: space-between;
        }
        
        #contacto .contenedor-form input,
        #contacto .contenedor-form textarea {
            padding: 20px;
            border-radius: 20px;
            border: none;
            border: 1px solid #919191;
        }
        
        #contacto .contenedor-form .mitad input {
            width: 48%;
        }
        
        #contacto .contenedor-form .input-full {
            width: 100%;
        }
        
        #contacto .titulo-seccion {
            text-align: center;
            font-size: 22px;
            text-transform: uppercase;
            color: #111135;
            text-decoration: underline;
            text-decoration-color: #d3d3d3;
            text-decoration-thickness: 5px;
        }
        
        #contacto .btn-enviar {
            display: block;
            margin: auto;
            cursor: pointer;
            transition: .5s;
            padding: 10px 15px !important;
        }
        
        #contacto .btn-enviar:hover {
            background-color: #ff5080;
            color: #fff;
        }
        /* *********************/
        /* seccion F O O T E R */
        /* *********************/
        
        footer {
            background-color: #014f59;
            color: #fff;
            text-align: center;
            padding: 30px 0;
        }
        
		
        footer .copy {
            text-decoration: none;
            color: #fff;
            display: inline-block;
            margin: 5px;
            font-size: 15px;
        }
        footer .redespie a {
            text-decoration: none;
            color: #fff;
            display: inline-block;
            margin-left: 10px;
            transition: .5s;
            font-size: 30px;
            margin-top: 25px;
            margin-bottom: 15px;
        }
        
        footer .redespie a:hover {
            color: #6e9ba1;
        }
		
		footer .redespie img {
		width: 30px;
		cursor: pointer;
        filter: grayscale(0);
        object-fit: cover;
        transition: .5s;
 		}
		
		footer .redespie img:hover {
            filter: grayscale(1);
        }	


        footer .idipie a {
            text-decoration: none;
            color: #fff;
            margin-left: 20px;
            transition: .5s;
            font-size: 30px;
            margin-top: 25px;
            margin-bottom: 15px;
        }
        
        footer .idipie a:hover {
            color: #ff5080;
        }
		
		footer .idipie img {
		width: 60px;
        margin-left: 0px;
		cursor: pointer;
        filter: grayscale(0);
        object-fit: cover;
        transition: .5s;
 		}
		
		footer .idipie img:hover {
            filter: grayscale(1);
        }	



       footer .legal a {
            text-decoration: none;
            color: #fff;
            display: inline-block;
            margin-left: 10px;
            transition: .5s;
            font-size: 15px;
            margin-top: 15px;
            margin-bottom: 15px;
        }
 

/*--------------------------------------------------------------------------*/

#container{
	background: rgba(0,0,0,0.32);
	width: 100%;
	height: 100vh;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}
#container form{
	background: rgba(255,255,255,0.6);
	width: 400px;
	padding: 10px;
}

#container form img{
	margin: 15px auto;
	text-align: center;
	display: block;
}
#container form input{
	width: 90%;
	padding: 5px;
	font-size: 16pt;
	display: block;
	margin: 25px auto;
	border-radius: 5px;
	border: 1px solid  #85929e;
	text-align: center;
}

#container form input[type="submit"]{
	background:  #52be80;
	padding: 10px;
	color: #FFF;
	letter-spacing: 1px;
	border: 0;
	cursor: pointer;
}
.alert{
	font-family: 'Arial';
	font-size: 16px;
	text-align: center;
}







/* *****************************/
/* seccion R E S P O N S I V E */
/* *****************************/
/*--------------------------Estilos responsive----------------------------------*/

 
@media screen and (max-width: 800px) {

	#inicio {
		background-position: center 100px;
	}
	
	#inicio .contenido header {
		height: 100px;
	}
	.redes {
		display: none;
	}
	nav {
		display: none;
	}
	nav.responsive {
		display: block;
		background-color: rgba(0, 0, 0, .8);
		width: 100%;
		position: absolute;
		top: 48px;
		left: 0;
		padding: 10px 0;
	}
	nav.responsive ul {
		display: block !important;
		text-align: center;
	}
	nav.responsive ul li {
		margin: 5px 0;
	}
	#icono-nav {
		display: block;
	}

       #inicio .contenido .presentacion {
            height: 220px;
       }
     

	#inicio .contenido .presentacion h2 {
		font-size: 40px;
  	}
	/* seccion SOBRE MI */
	#sobremi {
		padding: 50px 0;
		display: block;
	}
	#sobremi .contenedor-foto {
		margin: auto;
	}
	#sobremi .contenedor-foto img {
		width: 200px;
		padding: 8px;
	}
	#sobremi .sobremi .titulo-seccion {
		text-align: center;
	}
	#sobremi .sobremi h2 {
		font-size: 25px;
		text-align: center;
	}
	#sobremi .sobremi h5 {
		text-align: center;
	}
	/* seccion MIS SERVICIOS */
	#servicios {
		padding: 50px 15px;
	}
	#servicios .fila {
		display: block;
	}
	#servicios .fila .servicio {
		margin: 10px auto;
	}

	#servicios .fila .servicio iframe {
		width: 100%;
	}


	/* seccion HABLIDADES MI */
	.contenedor-skills {
		padding: 50px 20px;
	}
	/* seccion PORTFOLIO */
	#portfolioini {
		padding: 50px 0;
	}
	#portfolioini .fila {
		display: block;
		margin: 30px 0;
	}

	#portfolioini .fila .proyecto {
		margin: 10px auto;
	}
	/* seccion PORTFOLIO */
	#portfolio {
		padding: 50px 0;
	}
	#portfolio .fila {
		display: block;
	}
	#portfolio .fila .proyecto {
		width: 400px;
		margin: 10px auto;
	}

	/* seccion CONTACTO */
	#contacto {
		padding: 50px 15px;
	}
	#contacto .contenedor-form .mitad {
		margin-bottom: 15px;
		display: block;
	}
	#contacto .contenedor-form .mitad input {
		width: 100%;
		margin-bottom: 15px;
	}
}

@media(min-width:1280px) {

        #inicio .contenido .presentacion .bienvenida {
			/*margin-top: 300px;        */
        }

}	
