#BtnMarcas {
	float: left;
	width: 87px; 
	height: 87px;
	background: url(../images/btn_Marcas.jpg); 
	background-repeat: no-repeat;
}
	
#BtnMarcas a {
	float: left;
	width: 87px; 
	height: 87px;
	background: url(../images/btn_Marcas.jpg); 
	background-repeat: no-repeat;
}
	
#BtnMarcas a:hover {
   float: left;
   width: 87px; 
	height: 87px;
	background: url(../images/btn_Marcas.jpg) -87px; 
	background-repeat: no-repeat;
}

#BtnContacto {
	float: left;
	width: 87px; 
	height: 87px;
	background: url(../images/btn_Contacto.jpg); 
	background-repeat: no-repeat;
}
	
#BtnContacto a {
	float: left;
	width: 87px; 
	height: 87px;
	background: url(../images/btn_Contacto.jpg); 
	background-repeat: no-repeat;
}
	
#BtnContacto a:hover {
   float: left;
   width: 87px; 
	height: 87px;
	background: url(../images/btn_Contacto.jpg) -87px; 
	background-repeat: no-repeat;
}

#BtnServicios {
	float: left;
	width: 87px; 
	height: 87px;
	background: url(../images/btn_Servicios.jpg); 
	background-repeat: no-repeat;
}
	
#BtnServicios a {
	float: left;
	width: 87px; 
	height: 87px;
	background: url(../images/btn_Servicios.jpg); 
	background-repeat: no-repeat;
}
	
#BtnServicios a:hover {
   float: left;
   width: 87px; 
	height: 87px;
	background: url(../images/btn_Servicios.jpg) -87px; 
	background-repeat: no-repeat;
}

#BtnQuienes {
	float: left;
	width: 87px; 
	height: 87px;
	background: url(../images/btn_Quienes.jpg); 
	background-repeat: no-repeat;
}
	
#BtnQuienes a {
	float: left;
	width: 87px; 
	height: 87px;
	background: url(../images/btn_Quienes.jpg); 
	background-repeat: no-repeat;
}
	
#BtnQuienes a:hover {
   float: left;
   width: 87px; 
	height: 87px;
	background: url(../images/btn_Quienes.jpg) -87px; 
	background-repeat: no-repeat;
}

#BtnProductos {
	float: left;
	width: 87px; 
	height: 87px;
	background: url(../images/btn_Productos.jpg); 
	background-repeat: no-repeat;
}
	
#BtnProductos a {
	float: left;
	width: 87px; 
	height: 87px;
	background: url(../images/btn_Productos.jpg); 
	background-repeat: no-repeat;
}
	
#BtnProductos a:hover {
   float: left;
   width: 87px; 
	height: 87px;
	background: url(../images/btn_Productos.jpg) -87px; 
	background-repeat: no-repeat;
}

#BtnNovedades {
	float: left;
	width: 87px; 
	height: 87px;
	background: url(../images/btn_Novedades.jpg); 
	background-repeat: no-repeat;
}
	
#BtnNovedades a {
	float: left;
	width: 87px; 
	height: 87px;
	background: url(../images/btn_Novedades.jpg); 
	background-repeat: no-repeat;
}
	
#BtnNovedades a:hover {
   float: left;
   width: 87px; 
	height: 87px;
	background: url(../images/btn_Novedades.jpg) -87px; 
	background-repeat: no-repeat;
}

.Barra {
   background: url(../images/img_Barra.gif);
	background-repeat: repeat-y;
}

.Gris1 {
   background-color: #F1F1F1;
}

.Gris2 {
   background-color: #D8D8D8;
}

.Gris3 {
   background-color: #c9c9c9;
}

.Gris4 {
   background-color: #E8E8E8;
}

.Amarillo {
   background-color: #FFD41F;
}

.Verde {
   background-color: #008348;
}

.TextoGris, .TextoGris a:link, .TextoGris a:visited, .TextoGris a:active {
	font-family : Tahoma;
	font-size : 11px;
	color : #787878;
	text-decoration: none;
}

.TextoGris a:hover {
	font-family : Tahoma;
	font-size : 11px;
	color :#000000;
	text-decoration : underline;
}

.Link, .Link a:link, .Link a:visited, .Link a:active {
	font-family : Tahoma;
	font-size : 11px;
	color : #787878;
   /*font-style: italic;*/
	text-decoration: underline;
}

.Link a:hover {
	font-family : Tahoma;
	font-size : 11px;
	color :#000000;
	/*font-style: italic;*/
	text-decoration : underline;
}

.TextoVerde, .TextoVerde a:link, .TextoVerde a:visited, .TextoVerde a:active {
	font-family : Tahoma;
	font-size : 11px;
	color : #003E22;
	text-decoration: none;
}

.TextoVerde a:hover {
	font-family : Tahoma;
	font-size : 11px;
	color :#000000;
	text-decoration : underline;
}

.TituloNovedad, .TituloNovedad a:link, .TituloNovedad a:visited, .TituloNovedad a:active {
	font-family : Tahoma;
	font-size : 14px;
	color : #003E22;
	text-decoration: none;
}

.TituloNovedad a:hover {
	font-family : Tahoma;
	font-size : 14px;
	color :#000000;
	text-decoration : underline;
}

.TituloMercado, .TituloMercado a:link, .TituloMercado a:visited, .TituloMercado a:active {
	font-family : Tahoma;
	font-size : 14px;
	color : #787878;
	text-decoration: none;
}

.TituloMercado a:hover {
	font-family : Tahoma;
	font-size : 14px;
	color :#000000;
	text-decoration : underline;
}