.filaControles {
    margin-bottom:1em
}

.filaControles:after {
    clear:both;
}

.filaControles:before, .filaControles:after {
    content:"";
    display:table;
    line-height:0;
}

.filaControles:before, .filaControles:after {
    content:"";
    display:table;
    line-height:0;
}

label {
    display:block;
    margin-bottom:5px;
    cursor:pointer;
}

input[type=text], input[type=email], textarea {
    background-color:#FFFFFF;
    border:1px solid #CCCCCC;
    box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition:border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    color:#555555;
    display:inline-block;
    border-radius:0 4px 4px 0;
}

textarea {
    width:77%
}

input[type=text], input[type=email] {
    /*height:20px;*/
    width:72%;
    /*line-height:20px;*/
    padding:4px 6px;
    margin-bottom:0;
    position:relative;
    vertical-align:top;
}

.mitad {
    float:left;
    width:40%;
    padding-right: 1em;
}

.mitad input {
    width:80%
}

.add-on {
    background-color:#EEEEEE;
    border:1px solid #CCCCCC;
    display:inline-block;
    font-size:14px;
    font-weight:normal;
/*    height:20px;
    line-height:20px;*/
    min-width:16px;
/*    padding:4px 5px;*/
    text-align:center;
    text-shadow:0 1px 0 #FFFFFF;
    width:auto;
    vertical-align:top;
}

.btn, .btnSecundario {
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    display:inline-block;
    font-family:arial;
    font-size:12px;
    font-weight:bold;
    padding:3px 16px;
    text-decoration:none;
    cursor:pointer
}

.btn {
    -moz-box-shadow:inset 0 1px 0 0 #a4e271;
    -webkit-box-shadow:inset 0 1px 0 0 #a4e271;
    box-shadow:inset 0 1px 0 0 #a4e271;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #89c403), color-stop(1, #77a809));
    background:-moz-linear-gradient(center top, #89c403 5%, #77a809 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr = '#89c403', endColorstr = '#77a809');
    background-color:#89c403;
    border:1px solid #74b807;
    color:#FFF;
    text-shadow:1px 1px 0 #528009
}

.btn:hover {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77a809), color-stop(1, #89c403));
    background:-moz-linear-gradient(center top, #77a809 5%, #89c403 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr = '#77a809', endColorstr = '#89c403');
    background-color:#77a809;
}

.btn:active, .btnSecundario:active {
    position:relative;
    top:1px;
}

.btnSecundario {
    -moz-box-shadow:inset 0 1px 0 0 #FFF;
    -webkit-box-shadow:inset 0 1px 0 0 #FFF;
    box-shadow:inset 0 1px 0 0 #FFF;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
    background:-moz-linear-gradient(center top, #ededed 5%, #dfdfdf 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ededed', endColorstr = '#dfdfdf');
    background-color:#ededed;
    border:1px solid #dcdcdc;
    color:#777777;
    font-family:arial;
    text-shadow:1px 1px 0 #FFF
}

.btnSecundario:hover {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed));
    background:-moz-linear-gradient(center top, #dfdfdf 5%, #ededed 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr = '#dfdfdf', endColorstr = '#ededed');
    background-color:#dfdfdf;
}