@font-face {
  font-family: 'myriadpro-bold';
  src: url('../fuentes/myriadpro-bold.otf');
  src: url('../fuentes/myriadpro-bold.eot?#iefix') format('embedded-opentype'),
    url('../fuentes/myriadpro-bold.otf') format('truetype');		
    font-weight: normal;
    font-style: normal;
}
#t2{
	background: url(../img/fondo.jpg);
	height: 400px;
    width: 709px;
    border-radius: 15px;
    margin-left: -12px;
    margin-top: -8px;
}
#receiver1{
	width: 184px;
	height: 218px;
	position: absolute;
	background: url(../img/receptor1.png) no-repeat;
	background-size: 100%;
	left:235px;
	top: 10px;
}
#receiver2{
	width: 191px;
	height: 187px;
	position: absolute;
	background: url(../img/receptor2.png) no-repeat;
	background-size: 100%;
	left: 474px;
	top: 200px;
}
#receiver3{
	width: 191px;
	height: 187px;
	position: absolute;
	background: url(../img/receptor3.png) no-repeat;
	background-size: 100%;
	left: 474px;
	top: 0px;
}

.nubes, .ui-draggable{
	position: absolute;	
	font-size: 12px;
	font-weight: bold;
	font-family: 'myriadpro-bold';
	cursor: move;
	line-height: 11px;
}
.ui-draggable{
	position: relative;
}

#flotante1, #flotante2{
	margin-top: -43px;
	margin-left: 65px;
	display: none;
}

/*div > #flotante1:hover, #flotante2:hover{
	visibility: visible;
}*/

#flotante3{
	margin-top: -53px;
	margin-left: 41px;
	display: none;
}
#flotante4{
	margin-top: -48px;
	margin-left: 85px;
	display: none;
}
#flotante5{
	margin-top: -43px;
	margin-left: 60px;
	display: none;
}
#flotante6{
	margin-top: -52px;
	margin-left: 58px;
	display: none;
}
#receiver1.ui-state-highlight, #receiver2.ui-state-highlight, #receiver3.ui-state-highlight{
	opacity: .6;
}
#nube1{left: 0px;top: 0px;}
#nube2{left: 0px;top: 65px;}
#nube3{left: 0px;top: 128px;}
#nube4{left: 0px;top: 200px;}
#nube5{left: 5px;top: 267px;}
#nube6{left: 0px;top: 330px;}

.retro{
	font-family: avenir;
}