.x_content {
    margin-left: -5px;
    padding-left: 0px;
    margin-right: -5px;
}

.venta_directa a:link {
	color: #606 !important;
}

html, body {
    max-width: 100% !important;
    overflow-x: hidden !important;
}

/* MOD-055 (DEV-1182): Clases específicas para informe reducido */
.informe-reducido-seccion {
    margin-bottom: 20px;
}

.informe-reducido-panel {
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.informe-reducido-panel-default {
    border-color: #ddd;
}

.informe-reducido-panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.informe-reducido-panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.informe-reducido-panel-body {
    padding: 15px;
}