﻿
#topContent {
    text-align: right;
    background-color: #600;
    color: White;
    font-size: x-large;
    text-decoration: none;
    font-weight: bold;
    padding: 10px;
    height: 50px;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('imagenes/SICGROUP-W.png') 50% 50% no-repeat rgb(249,249,249);
    opacity: .8;
}

.boton_web {
    font-family: Arial;
    color: #000000;
    background-color: black;
    width:100px;
}

.alineacion {
    text-align: center;
}

.footer {
    width: 100%;
    height: 81px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.boton_personalizado {
    text-decoration: none;
    font-family: Arial;
    font-weight:bold;
    font-size: 14px;
    font-style: normal;
    color: #000000;
    background-color: #dbe0ff;
    border-radius: 8px;
    border: 1px #006505;
    width: 100%;
    width: 100%;
    max-width: 100%;
}

    .boton_personalizado:hover {
        opacity: 0.5;
        text-decoration: none;
    }

.boton_personalizado2 {
    text-decoration: none;
    font-style: normal;
    background-color: #00B4FE;
    color: #000000;
    border-radius: 8px;
    border: 1px #006505;
    width: 100px;
}

    .boton_personalizado2:hover {
        opacity: 0.5;
        text-decoration: none;
    }

.Texto_personalizado {
    text-decoration: none;
    font-family: Arial;
    font-weight: normal;
    font-size: 10pt;
    font-style: normal;
    color: black;
    height:25px;
    background-color: #dbe0ff;
    border-radius: 3px;
    border: 1px #006505;
}

    .Texto_personalizado:hover {
        opacity: 0.3;
        text-decoration: none;
    }

.ANCHO_COLUMNA {
    width: 50%
}

.Titulo {
    font-family: Arial;
    font-weight: bold;
    font-size: 18pt;
    font-style: normal;
    color: #000;
}

.Letra {
    font-family: Arial;
    font-weight: normal;
    font-size: 10pt;
    font-style: normal;
}

.Boton_accion {
    text-decoration: none;
    font-family: Arial;
    font-weight: normal;
    font-size: 14pt;
    font-style: normal;
    color: white;
    height: 25px;
    background-color: #00B4FE;
    border-radius: 3px;
    border: 1px #006505;
    width:100px;
}

    .Boton_accion:hover {
        opacity: 0.5;
        text-decoration: none;
    }

.Texto_alineacion {
    text-decoration: none;
    font-family: Arial;
    font-size: 14pt;
    color: black;
    border-radius: 3px;
    border: 1px #006505;
}

.animacion_div {
    Height: 150px;
    width: 150px;
    max-width: 200px;
}

.animacion {
    Height: 35px;
    border-radius: 5px;
    border-width: 1px;
    border-color: lightgray;
    border-style: solid;
    font-family: Arial;
    font-size: 14px;
    font-style: normal;
    color: gray;
    background-color: white;
    border-radius: 8px;
    width: 100%;
    max-width: 98%;
    /*  text-align: left;
    background-color: white;
    border-radius: 5px;
    border-width: 1px;
    border-color: lightgray;
    border-style: solid;
    font-family: Arial;
    font-size: 14pt;
    color: gray;
    font-weight: normal;
    Height: 35px;
    width: 100%;
    max-width: 400px;
    background-color: #dbe0ff;*/
    /*max-width: 400px;*/
}

    .animacion:hover {
        text-decoration: none;
        animation: fadeIn ease 2s;
    }

.animacion_solo {
    height: 40PX;
    text-align: center;
    background-color: white;
    border-radius: 15px;
    border: 1px #006505;
    font-size: 14pt;
    font-family: Arial;
    color: black;
}

    .animacion_solo:hover {
        text-decoration: none;
        animation: fadeIn ease 2s;
    }

input::-webkit-input-placeholder {
    color:silver;
    font-family:Arial;
    font-size:10pt;
}

input:-moz-placeholder {
    color: silver;
    font-family: Arial;
    font-size: 10pt;
}

input:-ms-input-placeholder {
    color: silver;
    font-family: Arial;
    font-size: 10pt;
}

.MaxMin {
    max-width:200px;
    width:100%;
}

.main-container {
    /*background-color: rgb(113, 128, 212);*/
  /*  height: 100vh;
    display: flex;*/
    height:600px;
    width:400px;
    justify-content: center;
    align-items: center;
}

canvas {
    background-color: white;
}