/*  Hoja de estilos de www.eycom.com.ar */
/*	Copyright Christian Piņeiro - 2011*/
/*	Hoja de estilos para seccion CLIENTES */

/************************************************ Estilos de detalle de productos ******************************************/
div#listado_clientes{
	width: 744px;
	height: 400px;
	float: center;
	padding:0px 0px 0px 0px;

}
.cliente{
	height: 54px;
	width: 690px;
	margin-top:20px;
	margin-left:20px;
	/*background-color: yellow;*/
	float: left;
}
.cliente  img{
	width: 100px;
	height: 54px;
	float: left;
	padding:0px 0px 0px 0px;
	border-style: solid;
	border-width: 1px;
	border-color:black;
}
.nombre-cliente{
	width: 400px;
	float: left;
	font-family:Verdana;
	text-align:left;
	font-size:14px;
	font-weight:bold;
	border-style: none;
	padding:5px 0px 0px 5px;
	margin: 0px;
}
.rubro{
	width: 500px;
	float: left;
	font-family: Arial;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #006633;
	margin-left: 10px;
	margin-top: 2px;
}