/**/
/*Productos Atole*/

/*color*/
a.color{
display:block;
background-image:url(images/bt_color1.png);
background-repeat:no-repeat;
height:79px;
width:245px;
}
a.color:hover{
display:block;
background-image:url(images/bt_color2.png);
background-repeat:no-repeat;
height:79px;
width:245px;
}
a.colors{
display:block;
background-image:url(images/bt_color1_esp.png);
background-repeat:no-repeat;
height:79px;
width:245px;
}
a.colors:hover{
display:block;
background-image:url(images/bt_color2_esp.png);
background-repeat:no-repeat;
height:79px;
width:245px;
}

/*tic*/
a.tic{
display:block;
background-image:url(images/bt_tic1.png);
background-repeat:no-repeat;
height:79px;
width:241px;
}
a.tics{
display:block;
background-image:url(images/bt_color1_esp.png);
background-repeat:no-repeat;
height:79px;
width:241px;
}
a.tic:hover{
display:block;
background-image:url(images/bt_tic2.png);
background-repeat:no-repeat;
height:79px;
width:241px;
}
a.gato{
display:block;
background-image: url(images/bt_tic1_esp.png);
background-repeat:no-repeat;
height:79px;
width:241px;
}
a.gato:hover{
display:block;
background-image:url(images/bt_tic2_esp.png);
background-repeat:no-repeat;
height:79px;
width:241px;
}
/*word*/
a.word{
display:block;
background-image:url(images/bt_word.png);
background-repeat:no-repeat;
height:74px;
width:238px;
}
a.word:hover{
display:block;
background-image:url(images/bt_word2.png);
background-repeat:no-repeat;
height:74px;
width:238px;
}
a.sopa{
display:block;
background-image:url(images/bt_word_esp.png);
background-repeat:no-repeat;
height:74px;
width:238px;
}
a.sopa:hover{
display:block;
background-image:url(images/bt_word2_esp.png);
background-repeat:no-repeat;
height:74px;
width:238px;
}

/*moo*/
a.moo{
display:block;
background-image:url(images/bt_moo.png);
background-repeat:no-repeat;
height:74px;
width:243px;
}
a.moo:hover{
display:block;
background-image:url(images/bt_moo2.png);
background-repeat:no-repeat;
height:74px;
width:243px;
}
a.lab{
display:block;
background-image:url(images/bt_moo1_esp.png);
background-repeat:no-repeat;
height:74px;
width:243px;
}
a.lab:hover{
display:block;
background-image:url(images/bt_moo2_esp.png);
background-repeat:no-repeat;
height:74px;
width:243px;
}

#preloadedFpack {
       width: 0px;
       height: 0px;
       display: inline;
      background-image:url(images/bt_color1.png);
      background-image:url(images/bt_tic1.png);
      background-image:url(images/bt_moo.png);
      background-image:url(images/bt_word.png);
	  
       background-image: url();
}


