/*ListaCaracterisitcasProductos
--------------------------------*/

ul.lista-menu {
    width: 600px;
    margin-top: 0;
	 margin-right: 0;
	 margin-bottom: 0;
	 margin-left: 25px; 
	 padding: 0;
	 list-style: none;
}

ul.lista-menu li {
	padding-top: 5px;
}

/* MenuLateralInterno
-------------------------------*/
#contenido-lateral-interno ul {
  	margin: 0;
	padding: 0;
   list-style: none;
}


/*ListaContenidoInterno2
----------------------------*/
#contenido-interno2 ul {
   position: relative;
	top: 20px;
	width: 600px;
	left: 30px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#contenido-interno2 li {
   text-indent: 40px;
	line-height: 30px;
	height: 30px;		
}

#contenido-interno2 a {
	text-decoration: none;
	color: #000;
}

/*ListaRepresentaciones
---------------------------*/

#ul-representaciones {
	 list-style: none;
}

#ul-representaciones li {
   text-indent: 120px;
	height: 70px;
	line-height: 70px;
}

#ul-representaciones a {
	text-decoration: none;
	color: #333;
}

/* ListaMedioAmbiente
--------------------------*/
ul.lista {
   list-style: none;
	height: 24px;
}

ul.lista li {
	padding-left: 35px;
	line-height: 24px;
}

ul.lista a {
   color: #333;
	text-decoration: none;
}

/*ListaCompras*/

ul.compras {
	width: 400px;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

ul.compras li {
	margin: 5px;
}

/* DefiniendoIconos */

ul.compras li.mail {
	padding-left: 20px;
   background-image: url(../img/email.jpg);
	background-repeat: no-repeat;
	background-position: left center;
} 

ul.compras li.cel {
	padding-left: 20px;
	background-image: url(../img/cellular.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

ul.compras li.tel {
	padding-left: 20px;
	background-image: url(../img/tel.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

ul.compras li.fax {
	padding-left: 20px;
	background-image: url(../img/fax.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}