.hide{
	display: none;
}
.ajaxgif{
	color: white;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    position: absolute;
	float:right;
    text-transform: uppercase;
	min-width: 121px;
}
.msg{
    color: white;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    position: absolute;
	float:right;
    text-transform: uppercase;
	min-width: 121px;
}

.advertencia
{
	color: white;
    font-weight: bold;
    width: 121px;
	height:100px;
    padding: 0 10px;
    position:relative;
	top:32px;
	left:31px;
}
.msg_ok{
	background: #77BE32;
}
.msg_error{
	background: red;
}