/* AJAX Gif y mensajes de exito o fracaso */
.hide{
    display: none;
}
.ajaxgif{
    position: absolute;
    right: 150px;
    top: 5px;
}
.msg{
    color: white;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    position: absolute;
	top:10px;
    right: 150px;
    text-transform: uppercase;
    min-width: 200px;
}
.msg_ok{
    background: #0094c3;
}
.msg_error{
    background: red;
}
.ultimo, .ultimo2{
position:relative;
	
}