﻿.tableView {
font-family: Calibri;
border: none 0px;
}

.tableView caption {
background-color: Black;
color: White;
font-size: 24pt;
font-weight:bold;
padding: 5px;
}
.tableView td {
color: black;
font-family: Calibri;
font-size: 10pt;
text-align:left;
padding:5px;
margin:0px;
border-bottom: solid 1px #999999;
border-top: none 0px black;
border-left: none 0px black;
border-right: none 0px black;
}
.tableView th {
font-family: Calibri;
color: White;
background-color: #5D7B9D;
font-weight:bold ;
font-size: 10pt;
text-align:left;
padding: 5px;
border-bottom: none 0px #999999;
border-top: none 0px black;
border-left: none 0px black;
border-right: none 0px black;
text-align:center;
}


.btn-neutro{
    font-size:14px;
    color: #fff;
    background-color:#545b62;
    border-radius:20px; /*Estandar*/
    -webkit-border-radius:20px; /*Safari y Chrome*/
    -moz-border-radius:20px; /*Firefox*/
    -o-border-radius:20px; /*Opera*/
    -ms-border-radius:20px; /*IE 8*/
    padding:10px 25px;
    border:0px;
    margin-top:5px;
    cursor:pointer;
}

.btn-neutro:hover, .btn-neutro:focus{
    color: #fff;
    background-color:#3f444a;
}