@charset "utf-8";
/* CSS Document */


#contentBody{
	background-image:url(/images/representacion_background.jpg);
	background-position:left 70px;
	background-repeat:no-repeat;
}


#title{
	background:url(/images/representacion_titulo-trans.png) no-repeat;
	text-indent:-10000px;
	height:32px;
	display:block;
	overflow:hidden;

}

#descripcion{
	 margin-left:300px;
	 margin-top:60px;
}

#descripcion ul{
	margin-top:60px;
	margin-bottom:140px;
}

#descripcion li{
	margin-top:10px;
}



ul#listaEmpresas{
	display:table-row;
	float:right;
	margin-top:-75px;
}

ul#listaEmpresas li{
	display:table-cell;
	overflow:hidden;
	text-indent:-1000px;
}


li#fanaquimica{
	width:119px;
	height:108px;
	background:url(/images/representacion_fanaquimica-trans.png);
}



li#bertarelli{
	background:transparent url(/images/representacion_bertarelli-trans.png) repeat scroll 0 0;
	height:108px;
	width:191px;
}
 
li#mexpol{
	width:141px;
	height:108px;
	background:url(/images/representacion_mexpol-trans.png);
}

div#empresasRepresentadas{
	height:100px;
	margin:-10px;
	padding:40px;
	margin-top:-40px;
	position:relative;
	display:block;
}




div#empresasRepresentadas #productosMasInfoContainer{
	position:absolute;
	right:26px;
	bottom:40px;
	z-index:1000;
	width:104px;
	height:29px;
	overflow:hidden;
	cursor:pointer;
	z-index:1000;
	zoom:1;
}



div#empresasRepresentadas a#productosMasInfo{
	display:none;
	position:relative;
	width:104px;
	height:29px;
	background:url(/images/masinfo_azul-trans.png);
	text-indent:-1000px;
	cursor:pointer;
}

div#empresasRepresentadas:hover a#productosMasInfo{
	display:block;
}

div#empresasRepresentadas a#productosMasInfo:hover{
	background:url(/images/masinfo_verde-trans.png);
}



/* EVERYTHING BUT IE6 */
.NOT_IE6 div#empresasRepresentadas:hover{
	background:url(/images/representacion_empresas-trans.png) no-repeat;
}


/* IE */


.IE6 div#empresasRepresentadas #productosMasInfoContainer{
	right:50px;
}

.IE ul#listaEmpresas{
	width:500px;
	text-align:right;
	
}

.IE ul#listaEmpresas li{
	/*margin-left:400px;*/
	display:inline;zoom:1;vertical-align:top;
	text-align:left;
}


