/*************************ventanas de los mensajes de los formularios***********************/
 #iconorepeat {
    position: absolute;
    left:137px;
    top: 97px;
    bottom: 0;
    height: 14px;
    margin: auto;
    font-size: 24px;
    color: blue;
}
#iconoClose {
    position: absolute;
    right: 17px;
    top: 0;
    bottom: 0;
    height: 14px;
    margin: auto;
    font-size: 17px;
    cursor: pointer;
    color: #222222;
}
#iconock {
    position: absolute;
    left:17px;
    top: 0;
    bottom: 0;
    height: 14px;
    margin: auto;
    font-size: 14px;
    color: #00ff2e;
}
#icobug {
    position: absolute;
    left:17px;
    top: 0;
    bottom: 0;
    height: 14px;
    margin: auto;
    font-size: 14px;
    color: red;
}
#resultado{
    color:white;
    background-color: gray;
    width: 117px;
    
}

/*************************ventanas de los mensajes de los formularios***********************/