@charset "utf-8";
/* Medios fluidos sencillos
   Nota: Los medios fluidos exigen la eliminación de los atributos de altura y anchura de los medios del código HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 no admite max-width (anchura máxima), por lo que usa de manera predeterminada una anchura del 100% */
.ie6 img {
	width:100%;
}

/*
	Propiedades de cuadrícula fluida de Dreamweaver
	----------------------------------
	dw-num-cols-mobile:		6;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiración obtenida de "Responsive Web Design" de Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	y Golden Grid System de Joni Korpi
	http://goldengridsystem.com/
*/

/* Diseño móvil: 480 px e inferior. */


#logocliente {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: 2%;
}
#nombrecliente {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#zonacliente {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;

}
#Nonbrecliente {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;

}
#fondoclientes {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#fondocliente {
	clear: both;
	float: left;
	margin-left: 1%;
	margin-top: 1%;
	width: 98%;
	display: block;
	background-color: #FFF;
}
#zonlacliente {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;

}
/* Diseño tableta: de 481 px a 768 px. Hereda estilos de: Diseño móvil. */

@media only screen and (min-width: 481px) {


#logocliente {
	clear: both;
	float: left;
	margin-left: 2%;
	width: 39%;
	display: block;
	margin-top: 2%;
}
#nombrecliente {
	clear: none;
	float: left;
	margin-left: 2%;
	width: 30%;
	display: block;
	margin-top: 2%;
}
#zonacliente {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#Nonbrecliente {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#fondocliente {
	clear: both;
	float: left;
	margin-left: 1%;
	margin-top: 2%;
	width: 98%;
	display: block;
	background-color: #FFF;
}
#zonlacliente {
	clear: none;
	float: left;
	margin-left: 2%;
	width: 25%;
	display: block;
	margin-top: 2%;
}


/* Diseño escritorio: de 769 px hasta un máximo de 1232 px.  Hereda estilos de: Diseño móvil y Diseño tableta. */

@media only screen and (min-width: 769px) {


#logocliente {
	clear: both;

	float: left;

	margin-left: 0;

	width: 30%;

	display: block;

}

#nombrecliente {
	clear: none;

	float: left;

	margin-left: 2%;

	width: 40%;

	display: block;

}


#zonacliente {
	clear: none;
	float: left;
	margin-left: 1.6949%;
	width: 23.7288%;
	display: block;
	font-size: 14px;

}


#espacio23 {
	clear: both;

	float: left;

	margin-left: 0;

	width: 66.1016%;

	display: block;

}

#clientes2 {
	clear: both;

	float: left;

	margin-left: 0;

	width: 66.1016%;

	display: block;

}

#clientes3 {
	clear: both;

	float: left;

	margin-left: 0;

	width: 66.1016%;

	display: block;

}

#clientes4 {
	clear: both;

	float: left;

	margin-left: 0;

	width: 66.1016%;

	display: block;

}

#cliente1 {
	clear: both;

	float: left;

	margin-left: 0;

	width: 23.7288%;

	display: block;

}

#Nonbrecliente {
	clear: none;

	float: left;

	margin-left: 2%;

	width: 50%;

	display: block;

}

#fondocliente {
	clear: both;
	float: left;
	margin-left: 1%;
	margin-top:1%;
	width: 98%;
	display: block;
	top: auto;
	background-color: #FFF;

}

#zonlacliente {
	clear: none;

	float: left;

	margin-left: 2%;

	width: 25%;

	display: block;

}
}	
