﻿.estiloFondo {
    font-family: Calibri;
}

table {
    display: table;
    border-collapse: separate;
    box-sizing: border-box;
    text-indent: initial;
    unicode-bidi: isolate;
    border-spacing: 2px;
    border-color: gray;
}

tbody {
    display: table-row-group;
    vertical-align: middle;
    unicode-bidi: isolate;
    border-color: inherit;
}

.style1 {
    width: 100%;
}

tr {
    display: table-row;
    vertical-align: inherit;
    unicode-bidi: isolate;
    border-color: inherit;
}

td {
    display: table-cell;
    vertical-align: inherit;
    unicode-bidi: isolate;
}

.style2 {
    width: 100%;
}

.style3 {
    width: 250px;
}

.style4 {
    width: 50%;
}
.text-danger{
    color:red;
}
.style3 label, .style4 label {
    width: 200px;
    display: inline-block;
}

.estiloButton
{
    -moz-box-shadow: inset 0px 0px 48px -50px #caefab;
    -webkit-box-shadow: inset 0px 0px 48px -50px #caefab;
    box-shadow: inset 0px 0px 48px -50px #caefab;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #77d42a), color-stop(1, #5cb811) );
    background: -moz-linear-gradient( center top, #77d42a 5%, #5cb811 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#77d42a', endColorstr='#5cb811');
    background-color: #77d42a;
    border: 2px solid #268a16;
    display: inline-block;
    color: #3f6b1c;
    font-family: Calibri;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 6px 3px 50px #aade7c;
    width: 22%;
}
select{
    width:27%;
}
