#elmenugrande{
	width:100%;
	height:33px;
	/* cabezera fija */
	position:fixed;
	left:0px;
	top:189px;
	z-index:100;
	background-color:#e72c2e;
}
@media screen and (max-width: 1118px){
#elmenugrande{
	/* saca el menu grande y el menu chico no funciona con topes entonces scrollea todo el contenido del sitio */
	display:none;
}
#lineamnenugrande{
	display:none;
}
}

#lineamnenugrande{
	width:100%;
	height:5px;
	/* cabezera fija */
	position:fixed;
	left:0px;
	top:222px;
	z-index:100;
	background-color:#000000;
}
#menucontiene{
	width:100%;
	height:33px;
}
#menucentrado{
	width:1100px;
	height:33px;
	margin:0 auto;
}
#menuiz{
	width:500px;
	height:33px;
	padding-left:10px;
	float:left;
}
#menuderecha{
	width:518px;
	height:33px;
	float:right;
}
#menugrande1{
	width:104px;
	height:33px;
	float:left;
	cursor:pointer;
	background:url(../imagenes/menu/marcas_up.gif) no-repeat center;
}
#menugrande1:hover{
	background:url(../imagenes/menu/marcas_over.gif) no-repeat center;
}

		/* version en ingles opcion de marcas INICIO */
		#ingmenugrande1{
			width:104px;
			height:33px;
			float:left;
			cursor:pointer;
			background:url(../imagenes/menu/brands_up.gif) no-repeat center;
		}
		
		#ingmenugrande1:hover{
			background:url(../imagenes/menu/brands_over.gif) no-repeat center;
		}
		/* version en ingles opcion de marcas FIN */
		
#menugrande2{
	width:117px;
	height:33px;
	padding-left:38px;
	padding-right:38px;
	float:left;
	cursor:pointer;
	background:url(../imagenes/menu/empresa_up.gif) no-repeat center;
}
#menugrande2:hover{
	background:url(../imagenes/menu/empress_over.gif) no-repeat center;
}

		/* version en ingles opcion de empresa INICIO */
		#ingmenugrande2{
			width:117px;
			height:33px;
			padding-left:38px;
			padding-right:38px;
			float:left;
			cursor:pointer;
			background:url(../imagenes/menu/company_up.gif) no-repeat center;
		}
		#ingmenugrande2:hover{
			background:url(../imagenes/menu/company_over.gif) no-repeat center;
		}
		/* version en ingles opcion de empresa FIN */
		
		
#menugrande3{
	width:119px;
	height:33px;
	float:left;
	cursor:pointer;
	background:url(../imagenes/menu/contacto_up.gif) no-repeat center;
}
#menugrande3:hover{
	background:url(../imagenes/menu/contacto_over.gif) no-repeat center;
}

		/* version en ingles opcion de contacto INICIO */
		#ingmenugrande3{
			width:119px;
			height:33px;
			float:left;
			cursor:pointer;
			background:url(../imagenes/menu/contact_up.gif) no-repeat center;
		}
		#ingmenugrande3:hover{
			background:url(../imagenes/menu/contact_over.gif) no-repeat center;
		}
		/* version en ingles opcion de contacto FIN */
		
#menugrande4{
	width:245px;
	height:33px;
	padding-right:23px;
	float:right;
	cursor:pointer;
	background:url(../imagenes/menu/mail_up.gif) no-repeat center;
}
#menugrande4:hover{
	background:url(../imagenes/menu/mail_over.gif) no-repeat center;
}
#menugrande5{
	width:181px;
	height:33px;
	float:right;
	cursor:pointer;
}
#idioma{
	width:42px;
	height:28px;
	float:right;
	padding-left:27px;
	padding-top:3px;
}