@charset "UTF-8";
/*
  Theme Name: eStartup
  Theme URL: https://bootstrapmade.com/estartup-bootstrap-landing-page-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body{
        background-image: url('../img/fondo3_inicio.png') ;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
       /* -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;*/
        height:30%;

}

#bg {
  position: fixed; 
  top: 10%; 
  left: 5%; 
  width: 100%; 
  height: 50%;
}
#bg img {
  position: absolute; 
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  margin: auto; 
 /* min-width: 50%;
  min-height: 50%;*/
}


