﻿body
{
    font-family: Calibri;
    font-size: medium;
}
div
{
	font-family: Calibri;
}
.FondoAplicacion
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}
FieldSet
{
	border-radius: 10px !important;
}
.ultimos-productos
{
	float:left;
	position: relative;
	font-size:12px;
	width: 585px;
	top: -3px;
	max-height: 540px;
	min-height: 182px;
}
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #5078B3;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionContent
{
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

.cantidad-critica
{
	background-color: Red;
	border-radius: 10px;
	color: gold;
	height: 100%;
}

.cantidad-alerta
{
	background-color: Yellow;
	border-radius: 10px;
	color: blue;
	height: 100%;
}

.cantidad-normal
{
	background-color: Transparent;
}