@CHARSET "ISO-8859-1";

.rowSibra{
  margin-bottom: 5px;
}

.TpoComp{
	
}

.categoriaProductos{
	background-color: lightblue
}


.rowAltaSibra{
	margin-top: 30px;
	margin-bottom: 30px;	
}


.cajaSibra{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);	
}

.tdPaddingLeft {
    padding-left: 5px;
}


.spanPaddingRight{
	padding-right: 5px;
}

@media (min-width: 768px) {
	.dl-horizontal-sibra dt {
	  float: left;
	  width: 50%;
	  overflow: hidden;
	  clear: left;
	  text-align: right;
	  text-overflow: ellipsis;
	  white-space: nowrap;
	}
	.dl-horizontal dd {
	  margin-left: 180px;
	}
  }


/* @media (prefers-color-scheme: dark) {
    body {
        background-color: black;
        color: white;
    }
  
    a {
        color: yellow;
    }
} */