

.fondo{
	background-color: #E6E6E6;
}

.inline{
    display: inline-block;
    position: relative;
}

.inline:after{

}
.imagen{
    display: inline-block;
    width: 30px;
    height: 35px;
    padding: 0 0 0 0 ;
}

.imagen2{
    width: 30px;
    height: 35px;
}

.oneline{
    text-align: center;
}

th{
    text-transform: uppercase;
    text-align: center;
}

td{
    font-size: 11px;
    text-align: center;
}

.nombres{
    text-align: left;
}
.table-cabezera{
	font-size: 10px;
	width: 2px;

}

.bordesito{
    border-top:1px solid rgba(0,0,0,.1);
}

.table-cuerpo{
	font-size: 8px;
}

.tablita,.td{
    border: 1px solid #C6D0D2;
}

.th{
    border: 1px solid #C6D0D2;
    text-align: center;
}

.hr1{
    height: 10px;
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #A4A4A4;
}
