.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #f6f6f6;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}

.icon-home {
    font-size: 50px;
    margin: 20px;
}

.titulotb{
    background-color: #203764;
    color: white;
    text-align: center;
    font-size: 11px;
}

.encabezadotb{
	background-color: #112236;
	color: white;
    text-align: center;
}

.totaltb{
	background-color: #D0CECE;
	color: black;
}

.inpnumero{
	width: 5em;
}

/* Estilos para los tabs de revisoria fiscal */



/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #09111d;
}
/* Style the buttons inside the tab */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
}
/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}
/* Create an active/current tablink class */
.tab button.active {
    background-color: #ceba83;
}
/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}
img {
	width: 60%;
	height: auto;
}

.cuad_ {
    color: #fff;
    background-color: #163651;
}

