/** Comercial **/
.font12 {
	font-size: 12px !important;
}
.rojo_pl {
	color: #b40001 !important;
}
.nrojo_pl {
	color: #b40001 !important;
	font-weight: bold;
}
.gris_pl {
	color: #5f5f5f !important;
}
.gris_pl {
	color: #5f5f5f !important;
	font-weight: 500;
}
.ngris_pl {
	color: #5f5f5f !important;
	font-weight: bold;
}
.nigris_pl {
	color: #5f5f5f !important;
	font-style: italic;
	font-weight: bold;
}
.azul_pl {
	color: #1980B6 !important;
}
.nazul_pl {
	color: #1980B6 !important;
	font-weight: bold;
}
.niazul_pl {
	color: #1980B6 !important;
	font-style: italic;
}
.verde_pl {
	color: #00a65a !important;
}
.nverde_pl {
	color: #00a65a !important;
	font-weight: bold;
}
.naranja_pl {
	color: #ff5500 !important;
}
.nnaranja_pl {
	color: #ff5500 !important;
	font-weight: bold;
}
.blanco_pl {
	color: #ffffff !important;
}
.nblanco_pl {
	color: #ffffff !important;
	font-weight: bold;
}
label.modal {
	color: white;
	font-weight: 600;
}
label {
	color: #1980B6;
	font-weight: 600;
}
.margin-top-10{
	margin-top: 10px;
}
.margin-top-20{
	margin-top: 20px;
}
.margin-top-30{
	margin-top: 30px;
}
.margin-top-40{
	margin-top: 40px;
}
.margin-top-50{
	margin-top: 50px;
}
.margin-top-100{
	margin-top: 100px;
}
.margin-bottom-10{
	margin-bottom: 10px;
}
.margin-bottom-20{
	margin-bottom: 20px;
}
.margin-left-10 {
	margin-left: 10px !important;
}
.margin-left-20 {
	margin-left: 20px !important;
}
.margin-left-40 {
	margin-left: 40px;
}
.margin-right-10 {
	margin-right: 10px !important;
}
.margin-right-20 {
	margin-right: 20px !important;
}
.padding-top-10{
	padding-top: 10px;
}
.padding-top-15{
	padding-top: 15px;
}
span.span_error {
	font-size: 12px;
	font-style: italic;
	color: orangered;
	margin: 5px 0 0 0;
	padding: 0;
}
input {
	color: black !important;
}
.sidebar-filtro {
	color: #ffffff !important;
	width: 100%;
	padding: 0 !important;
}
li.coloract {
	border: 1px solid black;
	border-radius: 5px;
	padding: 2px;
}
div.etiq_agenda {
	color: #ffffff;
	font-size: 11px;
}
.pointer {
	cursor: pointer;
}
table.table-precios-rojo>thead>tr>th {
	padding: 3px !important;
	color: #b40001 !important;
	vertical-align: center;
}
table.table-precios-rojo>tbody>tr>td {
	padding: 3px !important;
	vertical-align: center;
}
table.table-precios-gris>thead>tr>th {
	padding: 3px !important;
	color: #5f5f5f !important;
	vertical-align: center;
}
table.table-precios-gris>tbody>tr>td {
	padding: 3px !important;
	vertical-align: center;
}
label.selppalemp {
    font-weight: bold;
    margin: 20px 0 0 15px;
}
h4.heading {
    font-size: 24px;
    color: #1980B6 !important;
}