#cargando {
	position: absolute;
	width: 100%;
	height: 100%;
        background: #fff url(../img/load.gif) no-repeat center;
}
body,h1,h2,h3,p,quote,small,form,input,ul,li,ol,label,table{
	/* Simple page reset */
	margin:0px;
	padding:0px;
}
table{
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    }
td{
    text-align: center;
    margin:0px;
    padding:0px;
    font-family: sans-serif;
}
th{
    text-align: center;
    margin:0px;
    padding:0px;
    font-family: sans-serif;
}
button{
    width: 140px;
    height: 50px;
    background-color: red;
}
input[type="button"] {
    background-color: red;
    color: white;
    width: 140px;
    height: 30px;
    border-radius: 10px;
}
input#disponible {
    background-color: green;
    color: white;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
input#confirmar {
    background-color: green;
    color: white;
    width: 140px;
    height: 30px;
    border-radius: 10px;
}
input#confirmar1 {
    background-color: green;
    color: white;
    width: 200px;
    height: 30px;
    border-radius: 10px;
}
input#confirmar2 {
    background-color: red;
    color: white;
    width: 200px;
    height: 30px;
    border-radius: 10px;
}
input[type="submit"] {
    background-color: red;
    color: white;
    width: 140px;
    height: 30px;
    border-radius: 10px;
}
input#mantisa {
    width: 70px;
}
input#dv {
    width: 30px;
}
span{
    font-size: 12px;
    font-family: sans-serif;
}
span#valida{
    color: red;
}
span#valida1{
    color: red;
}
