#centroClientes {
	 float: left; width: 610px; margin: 0px 0px 0px 0px;
}
#menu_superior {
 	width: 640px; 
	height: 20px;
	background-color: #e7e7e7;
	text-align: center;
}
#menu_superior a  
{
    font-weight: bolder;
    color: rgb(44, 44, 44);
    text-decoration: none;
    list-style-type: none;
}

#menu_superior a:hover    
{
    font-weight: bolder;
    color: brown;
    text-decoration: underline;
}

#menu_superior span a   
{
    color: rgb(56, 56, 56);
    text-decoration: none;
    list-style-type: none;
}

#menu_superior span a:hover    
{
    text-decoration: underline;
    list-style-type: none;
}
#centroPag {
 	float: left; 
	width: 615px; 
 	margin-left: 6px;
 	margin-top: 10px;
 	margin-right: 5px;
 	margin-bottom: 0px;
}

#lista_clientes 
{
 	float:left;
    background-color: rgb(219, 229, 207);
    padding-top: 15px;
    padding-right-value: 15px;
    padding-right-ltr-source: physical;
    padding-right-rtl-source: physical;
    padding-left-value: 25px;
    padding-left-ltr-source: physical;
    padding-left-rtl-source: physical;
    padding-bottom: 10px;
}

#cliente {
 	background-color: rgb(219, 229, 207);
    padding-top: 0px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
   
}
#clienteNo {
 	background-color: rgb(219, 229, 207);
    padding-top: 0px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
    width: 610px;
}

.linksMenu {
 	font-weight: normal;
    color: rgb(44, 44, 44);
    text-decoration: none;
 }
 A.linksMenu:link {
 	font-weight: normal;
    color: rgb(44, 44, 44);
    text-decoration: none;
 }
A.linksMenu:hover {
 	font-weight: normal;
    color: brown;
    text-decoration: underline;
 }
 .intro {
  	padding-left: 40px;
    padding-left-ltr-source: physical;
    padding-left-rtl-source: physical;
    color: rgb(70, 133, 3);
  }
.clientes
{ 	
 /*	margin-top: 8px;
    padding-left: 18px;
    padding-right: 8px;
    padding-bottom: 8px;
 	BORDER-RIGHT: #468503 1px solid;
    BORDER-TOP: #468503 1px solid;
    BORDER-LEFT: #468503 1px solid;
    BORDER-BOTTOM: #468503 1px solid;
    BACKGROUND-COLOR: white;
    
    MARGIN-BOTTOM: 10px;
    MARGIN-RIGHT: 10px;
    BORDER-COLOR: 4px solid black;
*/    
    width: 100px;
   

}   
#cliente h4
{
	font-weight: bold;
	margin: 0px;
	color: rgb(70, 133, 3);
	text-transform: uppercase;
	font-size: 12px;
	padding-top: 10px;
}

#cliente span.imagen
{
	float:left; 
	border: 1px solid #468503; 
	margin-right:5px; 
	margin-left:5px;  
	padding:10px; 
	background-color:#FFFFFF;
	text-align:justify;
}

#cliente span.texto
{
	
	width:100%; 
	text-align:justify;
	color: black;
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
}

#cliente p
{
	position:relative;
	BORDER-COLOR: 2px solid black;
}

p.desc
{
 /*
 	color: rgb(70, 133, 3); 
 	font-size: 16px; 
	text-align: justify;
	margin: 0px;
	MARGIN-RIGHT: 10px;
	TEXT-INDENT: 0px;
	font-weight: bold;
*/
	font-weight: bold;
	margin: 0px;
	color: rgb(70, 133, 3);
	text-transform: uppercase;
	font-size: 12px;
	padding-top: 0px;	 
}

.logos {
    BORDER-RIGHT: #468503 1px solid;
    PADDING-RIGHT: 8px;
    BORDER-TOP: #468503 1px solid;
    PADDING-LEFT: 8px;
    FLOAT: left;
    MARGIN-BOTTOM: 10px;
    PADDING-BOTTOM: 8px;
    BORDER-LEFT: #468503 1px solid;
    MARGIN-left: 50px;
    PADDING-TOP: 8px;
    BORDER-BOTTOM: #468503 1px solid;
    BACKGROUND-COLOR: white;
	width: 100px;
	height: 80px;
}

#clienteLogo {
 	float:left;
    padding-top: 0px;
    padding-left: 45px;
    padding-right: 45px;
    padding-bottom: 10px;
}
#clienteLogo span.imagen
{
	float:left; 
	border: 1px solid #468503; 
	margin-right:5px; 
	margin-left:5px;  
	padding:10px; 
	background-color:#FFFFFF;
}
#lista_clientesLogos {
 	background-color: rgb(219, 229, 207);
    padding-top: 15px;
    padding-bottom: 10px;
    background-repeat: repeat;
    height: 100%;
}