@charset "utf-8";
/* CSS Document */



/*estilos logos contacto ahora - face y wasap*/  
#msnface-mini {
    position: fixed;
    right: 20px;
    bottom: 76px;
    width: 36px;
    height: 36px;
    background-size: 100%;
    z-index: 2147483647;
    background-image: url(../img/msnNowBlue3.png);
	background-color: hsla(0,30%,95%,0.4);;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
}

#msnface-mini:hover {
    background-image: url(../img/msnNowWhite2.png);
    cursor: pointer;
    opacity: 0.9;
}
 #whatsapp-mini {
    position: fixed;
    right: 20px;
    bottom: 40px;
    width: 36px;
    height: 36px;
    background-size: 100%;
    z-index: 2147483647;
    background-image: url(../img/whatsappNowGreen2.png);
	background-color: hsla(0,30%,95%,0.4);
	
}

#whatsapp-mini:hover {
    background-image: url(../img/whatsappNowWhite2.png);
    cursor: pointer;
    opacity: 0.9;
} 

/*media quieries contacto ahora - face y wasap pie*/  

 @media (min-width:1450px)     {	  
 .solosmart {
	display: none;
	}	
  }
  
 
 @media (min-width: 1200px) and (max-width: 1449px)     {  
 .solosmart {
	display: none;
	}	
  }
  
 
  
  @media (min-width: 992px) and (max-width: 1199px)  {
	 .solosmart {
	display: none;
	}	


	}