﻿.scroll {
    overflow-x: scroll;
}

.ddlc {
    border: 2px solid #a4d4e6;
    border-radius: 5px;
    font-size: medium;
    background-color: #cbf4ff;
}

.ddl {
    border: 2px solid #a4d4e6;
    border-radius: 5px;
    font-size: medium;
}

.tbc {
    border: 2px solid #a4d4e6;
    border-radius: 5px;
    background-color: #cbf4ff;
}

.tb {
    border: 2px solid #a4d4e6;
    border-radius: 5px;
}

.centrado {
    margin: auto;
    width: 95%;
}

.gridcenter {
    margin-top: 25px;
    width: 94%;
}

.centrador {
    margin: auto;
    width: 100%;
}

.centrop {
    margin: auto;
    width: 60%;
    text-align: center;
}

.center_data {
    vertical-align: middle;
    align-content: center;
    align-items: center;
    grid-column-align: center;
    grid-row-align: center;
    text-align: center;
}

.tablaizquierda {
    float: left;
    width: 50%;
    height: 85px;
    background-color: #A6A6A8;
}

.tabladerecha {
    float: right;
    width: 50%;
    height: 85px;
    background-color: #A6A6A8;
}

.celda_hsm {
    width: 250px;
    background-color: #A6A6A8;
}

.cabecera {
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: #A6A6A8;
}

.esquinas {
    border-radius: 5px;
}

.esquinasgreenb {
    border-radius: 25px;
    background-color: #33CC33;
    color: black;
    font-weight: bold;
}

.esquinasred {
    border-radius: 25px;
    background-color: Red;
    color: White;
    font-weight: bold;
}

.esquinasgreenw {
    border-radius: 25px;
    background-color: #33CC33;
    color: white;
    font-weight: bold;
}

.esquinasyellowb {
    border-radius: 25px;
    background-color: #ffd800;
    color: black;
    font-weight: bold;
}

.ali {
    align-content: center;
    align-items: center;
    align-self: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.derecha {
    float: right;
}

.izquierda {
    float: left;
}

.etq_verde {
    background-color: lightgreen;
    border-radius: 5px;
}

.img_center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    padding-top: 30px;
    padding-left: 45px;
}

.sis {
    font: bolder;
    color: red;
    font-family: Bookman Old Style;
    font-size: larger;
}

.cuerpo {
    margin-top: 150px;
}

.centro {
    margin: auto;
    width: 50%;
    align-self: center;
    float: none;
}

.tablagris {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.25);
}

.tablaverde {
    width: 100%;
    background-color: rgba(76, 255, 0, 0.15);
}

.bordes {
    border-radius: 15px;
}
