table.clTablaDefault
{
	border-spacing: 0px;
	background-color: #e8e8e8;
	font-size: 15px;
	width: 100%;
}

.clbtnTabOrden.clTablaDefault
{
	float: right;
	display: none;
	margin: 5px;
	cursor: pointer;
	height: 20px;
	width: 20px;
	align-items: center;
	justify-content: center;
	background-color: rgb(230, 230, 230);
	border: none;
	border-radius: 10px;
}

.clbtnTabOrden.clTablaDefault:hover
{
	background-color: rgb(230, 230, 230);
}

.cltdTabBotones.clTablaDefault
{
	width: 16px;
	cursor: pointer;
	padding: 8px;
}

img.cltdTabBotones.clTablaDefault
{
	height: 16px;
	width: auto;
}

tr.clTablaDefault
{
	height: 34px;
}


th.clTablaDefault
{
	height: 30px;
	background-color: #BBBBBB;
}

td.clTablaDefault
{
	border-top-style: solid;
	border-top-color: lightgrey;
	border-top-width: 1px;
	padding: 3px;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}

tr.clTablaDefault:nth-child(2n)
{
	background-color: #cbcedf;
}

tr.clTablaDefault:nth-child(2n+1)
{
	background-color: #e1e3ed;
}

td>button:hover
{
	background-color: #eee;
	color: black;
	border-color: #eee;
	display: flex;
}

.clTablaContenedor.clTablaDefault
{
	background-color: #7680b9;
	width: max-content;
	margin: 10px;
	padding: 1px;
	user-select: none;
	border-radius: 5px;;
}

.clbtnExtra.clTablaDefault
{
	border: none;
	margin-right: 14px;
	margin-left: 14px;
	margin-top: 4px;
	float: right;
	height: 25px;
	padding: 4px;
}

.clchkExtra.clTablaDefault
{
	border: none;
	background-color: transparent;
	color: white;
	display: flex;
	padding-left: 20px;
	font-size:8px;
}

.clTituloListado.clTablaDefault {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 35px;
    color: white;
	padding-left: 10px;
	padding-right: 10px;
}

.clbtnTablaAgregar.clTablaDefault {
    height: 20px;
    width: 20px;
    margin-left: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(190, 190, 212);
    border: none;
}

@keyframes spinAround
{
	from {transform: rotate(0deg);}
	to {transform: rotate(359deg);}
}