/* CSS Document */

/*
	Hoja que contiene los estilos para la función de transición ente baneres.
*/

#cont1{
	position:relative;
	width:100%;
}
#cont2{
	position:relative;
	width:100%;
}

#pim1{
        width:176px;
        height:115px;
		background-image:url('../../TeaserLALA - 120108/images/bmarcas01.jpg');
}

#pim2{
        position:absolute;
        top:0px;
        left:0px;
        width:176px;
        height:115px;
}
#rim1{
        width:176px;
        height:115px;
		background-image:url('../../TeaserLALA - 120108/images/breceta01.jpg');
}

#rim2{
        position:absolute;
        top:0px;
        left:0px;
        width:176px;
        height:115px;
}
