#fondoestirado {
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    position: fixed;
    z-index: 0;
}

#fondoestirado img {
    width: 100%;
    height: 100%;
}

#contenedorgeneral {
    z-index: 1;
    position: absolute;
}

#text{
   display: block;
   line-height: 1em;
   color: #666; /* shadow color */
   background-color: transparent;
   white-space: nowrap; /* wrapping breaks the effect */
}

#text:before,
#text:after{
   content: "SERVICIOS DE SEGURIDAD PRIVADA"; /* El mismo texto que queramos mostrar sombreado */
   display: block;
}

#text:before{
   margin-bottom: -1.05em;
   margin-left: 0.1ex;
   color: #ccc; /* shadow color */
   background-color: transparent;
}

#text:after{
   margin-top: -1.05em;
   margin-left: -0.1ex;
   color: #996633; /* text color */
   background-color: transparent;
} 

#text2{
   display: block;
   line-height: 1em;
   color: #666; /* shadow color */
   background-color: transparent;
   white-space: nowrap; /* wrapping breaks the effect */
}

#text2:before,
#text2:after{
   content: "Enfocados en la Satisfacción del Cliente"; /* El mismo texto que queramos mostrar sombreado */
   display: block;
}

#text2:before{
   margin-bottom: -1.05em;
   margin-left: 0.1ex;
   color: #ccc; /* shadow color */
   background-color: transparent;
}

#text2:after{
   margin-top: -1.05em;
   margin-left: -0.1ex;
   color: #996633; /* text color */
   background-color: transparent;
} 
