

.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{
    width: 100%;
}

img.flechita{
    float: right;
    width: 10px;
    height: 10px;
}

.tablita tr:nth-child(even){
    background-color: #ffffff;
}

.thder{
    border-top-right-radius: 7px;
    border-right: 1px solid #C6D0D2;
    border-bottom: 1px solid #C6D0D2;
    text-align: center;
    vertical-align: bottom;
}

.thizq{
    border-top-left-radius: 7px;
    border-right: 1px solid #C6D0D2;
    border-bottom: 1px solid #C6D0D2;
    text-align: center;
    vertical-align: bottom;
}

.td{
    border: 1px solid #C6D0D2;
}

.th{
    border: 1px solid #C6D0D2;
    text-align: center;
    vertical-align: bottom;
}

.hr1{
    height: 10px;
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #A4A4A4;
}
