/* reseteo universal*/
#imagen{
    display: none;
    position: fixed;
    opacity: 0.5;
    z-index: 1;
}

*{
	border: 0;
	margin: 0;
	padding: 0;
}

/*estilos del sitio*/
body{
	color: #FFF;
	font-family: Arial, Helvetica, Verdana;
	font-size: 1em;
    max-width: 100%;
    max-height: 100%;
}

#fondo-nosotros{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -100;
}

#contenido{
	margin: 0 auto;
	text-align: center;
}

/*********COMIENZO CONTENEDOR***********/

#contenido{
    text-align: center;
    width: 100%;
    overflow: hidden;
}

#nosotros{
    background-image: URL(../img/bg-nosotros.png);
    margin: 0 auto;
    width: 70%;
    height: 550px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 1em 0;
}

#contenido #nosotros ul{
    width: 100%;
}

#contenido #nosotros ul li{
    display: inline-block;
    margin: 0 1em;
    vertical-align: text-top;
}

#contenido #nosotros ul li h img{
    max-width: 30px;
}

#contenido #nosotros ul li#txt-nosotros{
    margin: 3.3em 0em 4em 0.5em;
    text-align: left;
    width: 57%;
}

#contenido #nosotros ul li#img-nosotros{
    margin: 0em 0em 0em 2em;
    width: 33%;
}

#nosotros ul li#img-nosotros img{
    width: 100%
}

.img-nosotros-1024px{
        display: none;
    }

h{
    font-size: 1.3em;
    color: red;
    font-family: "Century Gothic", "Times Roman", sans-serif; 
    line-height: 3em;
}

#logo{
    width: 45px;
}

p{
    font-size: 0.8em;
    margin: 0.5em 0.3em;
    text-align: justify;
}

p2{
    font-weight: bold;
}
/*********FINAL CONTENEDOR***********/
@media(max-width:1024px){
    #nosotros{
        background-color: rgba(0,0,0,0.5);
        margin: 0 auto;
        width: 80%;
    }

    #contenido #nosotros ul li{
        display: inline-block;
        margin: 0 auto;
        vertical-align: middle;
    }

    #contenido #nosotros ul li#txt-nosotros{
        margin: 2em auto;
        text-align: left;
        width: 95%;
    }

    #nosotros ul li#img-nosotros img{
        width: 100%
    }

    h{
        color: red;
        font-family: "Century Gothic", "Times Roman", sans-serif; 
    }

    #logo{
        width: 45px;
    }

    p{
        text-align: justify;
    }
    
    #contenido #nosotros ul li#img-nosotros{
        margin: 0 0 2em 0;
        width: 100%;
    }
    
    .img-nosotros-grande{
        display: none;
    }
    
    .img-nosotros-bloques{
        display: inline-block;
        vertical-align: middle;
        width: 30%;
    }
    
    .img-nosotros-1024px{
        display: inline-block;
    }
}

@media(max-width:600px){
    #contenido #nosotros ul li#img-nosotros{
        margin: 0 0 2em 0;
        width: 100%;
    }
}