

body {
	background-color:  #e5e5e5;
	background-repeat: repeat-y;
	padding: 0px;
  width: 100%;
  height:100%;
  max-width: 980px;
  min-width: 360px;
	background-position: 50% 0%;
	margin: 0 auto 0 auto;
}

.imagen{
    max-width: 100%;
    height: auto;
}


 #espacio {
       height: 5%;
        min-height: 10px;
    }

@media (max-height: 600px) {
    .padre {
        background: #e5e5e5;
        height: auto;
        /*IMPORTANTE*/
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #content {
        
       
    }
    #espacio {
       height: 10%;
        min-height: 10px;
    }
}

@media (min-height: 601px) and (max-height: 900px ) {
    .padre {
        background: #e5e5e5;
        height: auto;
        /*IMPORTANTE*/
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #content {
       
    }

        #espacio {
       height: 10%;
        min-height: 10px;
    }
}


@media (min-height: 901px) {
    .padre {
        background: #e5e5e5;
        height: auto;
        /*IMPORTANTE*/
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #content {
        height: 5%;
        min-height: 10px;
    }

        #espacio {
       height: 10%;
        min-height: 10px;
    }
}

.hijo {
  background: #ACBCCC;
  width: 80%;

}
.hijo1 {
  background: #e5e5e5;
  width: 100%;
}

.texto {
  background: #e5e5e5;
  width: 90%;
  margin: 0 auto;
}

    .texto t {
        font-family:Arial;
        font-size:16pt;
        font-weight: bold;  
        color: #404041; 
    }

    .texto p {
        font-family:Arial;
        font-size:11pt;
        font-style:normal;  
        color: #404041;  
    }





#wrap {min-height: 100%;}

#main {overflow:auto;
  padding-bottom: 50px;}  /* must be same height as the footer */

#footer {position: relative;
  margin-top: -53px; /* negative value of footer height */
  height: 53px;
  clear:both;
  background: #333;
    background :url("../images/footer2.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
} 

/*Opera Fix*/
body:before {
  content:"";
  height:100%;
  float:left;
  width:0;
  margin-top:-32767px;
}