diff --git a/index.html b/index.html
index 6d46e3e..bf6c162 100644
--- a/index.html
+++ b/index.html
@@ -232,13 +232,14 @@
Odontograma
if ($(el).hasClass("centro") || $(el).hasClass("centro-leche")) {
$(this).parent().append('');
if ($(el).hasClass("centro")) {
- $(this).parent().children().last().css({
+ //console.log($(this).parent().children("i"))
+ $(this).parent().children("i").css({
"position": "absolute",
"top": "24%",
- "left": "1.3ex"
+ "left": "18.58ex"
});
} else {
- $(this).parent().children().last().css({
+ $(this).parent().children("i").css({
"position": "absolute",
"top": "21%",
"left": "1.2ex"