﻿body {
}
.div_scroll {
    overflow: auto;
    width: 100%;
}

.div_scroll_15 {
    overflow: auto;
    width: 100%;
    height: 260px;
}

.div_scroll_30 {
    overflow: auto;
    width: 100%;
    height: 460px;
}
.div_generales {
    text-align: center;
}

.div_centro_general {
    width: 90%;
    overflow: auto;
}
.overlay {
    position: fixed;
    z-index: 98;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #aaa;
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.overlayContent {
    z-index: 99;
    margin: 250px auto;
    width: 80px;
    height: 80px;
}
.textos_header_grid {
    font-size: 12px;
}

.textos_row_grid {
    font-size: 10px;
}
.textos_header_grid_pequeños {
    font-size: 10px;
}

.textos_row_grid_pequeños {
    font-size: 9px;
    font: bold;
}