.bubblewrap{
list-style-type:none;
margin:0;
padding:0;
}

.bubblewrap li{
	display: inline-block;
	zoom: 1; /*Trigger haslayout in IE7 and less*/
*display:inline; /*For IE7 and less*/
	position: relative;
	text-align: center;

}

.bubblewrap li img{
	position: absolute;
	width: 40px; /*default width of each image.*/
	height: 44px;
	border: 0;
	cursor: pointer;
	left: 0;
	top: 0;
}

.bubblewrap .tooltip{ /*CSS for image tooltip (alt attribute of image)*/
	position: absolute;
	padding: 5px;
	width: 80px;
	text-align: center;
	font-size: 2em;
	font-weight: bold;
	border-radius: 10px;
	color: #FFFFFF;
	border: 3px solid #88A92A;
	background-color: #AED635;
	background-image: url(../../img/fondo-botones.png);
}
.contendor-dactilologico2 {
	height: auto;
	width: 80%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	text-align: center;
}
.contendor-frase2 {
	height: auto;
	width: 80%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.contendor-frase2 table {
	text-align: center;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.boton-espacio-signo {
	cursor: pointer;
	background-color: #CC2D20;
	color: #FFFFFF;
	border-radius : 10px;
	font-weight: 300;
	font-size: 1em;
	width: 45px;
	height: 45px;
	margin: 8px;
	float: left;
}
.boton-espacio-signo2 {
	background-color: #CC2D20;
	color: #FFFFFF;
	border-radius : 10px;
	font-weight: 300;
	font-size: 1em;
	margin: 8px;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
}
.boton-borrar-signo {
	cursor: pointer;
	background-color: #CC2D20;
	color: #FFFFFF;
	border-radius : 10px;
	font-weight: 300;
	font-size: 1em;
	background-image: url(../imagenes/ico-borrar.png);
	background-repeat: no-repeat;
	width: 45px;
	height: 45px;
	padding: 10px;
	background-position: -5px -5px;
	margin: 8px;
	float: left;
}
.letras2 {
	border: 2px solid #7CA3A6;
	height: 60px;
	width: 60px;

}
.color2 {
	background-color: #AED635;
	border: 2px solid #7CA3A6;
	
}
.color3 {
	cursor: pointer;
	background-color: #D53A2A;
	font-size: 2em;
	color: #FFF;
	width: 50px;
	font-weight: bolder;
}
.color4 {
	cursor: pointer;
	background-color: #7EA03A;
	font-size: 2em;
	color: #FFF;
	width: 50px;
	font-weight: bolder;
}
.signo {
	height: 45px;
	width: 45px;
	text-align: center;
	margin: 8px;
	border-radius: 10px;
	background-color: #CFE787;
	float: left;
	position: relative;
}
.signo2 {
	height: 45px;
	width: 45px;
	text-align: center;
	margin: 8px;
	border-radius: 10px;
	background-color: #D53A2A;
	float: left;
	position: relative;
}
