/* reseteo universal*/
*{
	border: 0;
	margin: 0;
	padding: 0;
}

/*estilos del sitio*/
body{
    max-width: 100%;
    max-height: 100%;
}

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

#contenido {
    font-size: 1em;
	margin: 0 auto;
	text-align: center;
}

header, footer{
    background-image: url(../img/bg-clientes.jpg);
    background-size: 100%;
    background: rgba(0,0,0,0.5);
}

header{
    background-position: top;
}

footer{
    background-position: bottom;
}

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

#imagen-10{
    opacity: 0.0;
    position: fixed;
    z-index: 9999;
}

#clientes{
    background: white;
    margin: 0 auto;
    padding: 2.3em 0;
    text-align: center;
    width: 58%;
}

#txt-clientes{
    display: inline-block;
    text-align: left;
    vertical-align: text-top;
    width:36%;
}

#clientes ul{
    width: 100%;
}

#clientes li#titulo{
    color: red;
    font-family: "Century Gothic", "Times Roman", sans-serif;
    font-size: 1em;
    line-height: 2em;
    margin-bottom: 0.6em;
    padding: 0;
}

#clientes li{
    font-size: 0.78em;
    margin-bottom: 0.5em;
    width: 100%;
}

p2, p3{
    color: red;
    font-size: 1.1em;
    line-height: 3em;
}

p3{
    font-weight: bold;
    text-decoration:underline;
}

.asterisco{
    margin: 0 1em 0 0;
    vertical-align: middle;
}

#logos{
    display: inline-block;
    vertical-align: text-top;
    width: 52%;
    text-align: left;
    margin-top: -1em;
}

#logos img{
    width: 130px;
    margin: 0.4em 0;
}

/*********FINAL CONTENEDOR***********/
@media(max-width:1024px){
    #clientes{
        width: 80%;
    }
    
    #logos{
        display: inline-block;
        vertical-align: text-top;
        width: 52%;
    }

    #logos img{
        width: 130px;
        margin: 0.4em 0;
    }
    
}

@media(max-width:799px){
    #clientes{
        width: 80%;
    }
    
    #txt-clientes{
        width:90%;
    }
    
    #logos{
        display: inline-block;
        vertical-align: text-top;
        width: 90%;
    }
}

@media(max-width:600px){
    
}

@media(max-width:500px){
    
}

@media(max-width:400px){
}