.ultimo{
	 margin-bottom: 0;
    position: relative;
	}
 
/* AJAX Gif y mensajes de exito o fracaso */

.hide{
    display: none;
} 
.ajaxgif{
    position:relative;
    top: -20px;
	width:150px;
	height:100px;
	margin-left:auto;
	margin-right:auto;
}
.msg{
    color: white;
	margin-left:auto;
	margin-right:auto;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    position: absolute;
    top: -30px;
    text-transform: uppercase;
    min-width: 121px;
	-webkit-border-radius: 0px 0px 6px 6px;
	-moz-border-radius: 0px 0px 6px 6px;
	border-radius: 0px 0px 6px 6px;
}
.msg_ok{
    background: #589D05;
}
.msg_error{
    background: red;
}
.completar{
	background-color:rgba(255,0,0,.2);
	border-top-color: rgba(255,0,0,1);
	border-right-color: rgba(255,0,0,1);
	border-bottom-color: rgba(255,0,0,1);
	border-left-color: rgba(255,0,0,1);	
}
.bt{
	position:relative;
}

