﻿.boton_inicio {
    background-color: #F3F5F9;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 3px 3px 3px lightgrey;
    cursor: pointer;
    float: left;
    outline: none;
    position: relative;
    height: 1.6in;
}

.boton_inicio, .links, .div_noticia {
    max-width: 2.5in;
    min-width: 2in;
    width: 100%;
    height: 100%;
    margin: 0 0 15px 0;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.div_texto_pequeno_ingresar_portal {
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    padding: 10px;
    width: 215px;
    margin: 0px 30px 0px -26px;
}

.div_texto_ingresar {
    font-family: Arial;
    font-size: 24px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    line-height: normal;
    padding: 15px 15px 0;
    text-decoration: none;
    text-transform: none;
    width: 100px;
}

.div_imagen_ingresarfirma_portal {
    background-attachment: scroll;
    background-color: transparent;
    background-image: url(../Images/ingrese.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    display: inline;
    float: right;
    width: 55px;
    height: 55px;
    margin: 80px -20px 0px;
}

.links {
    border-color: #2E5699;
    border-style: solid none none;
    border-width: 5px 1px 1px;
    color: #000;
    cursor: pointer;
    float: left;
    height: 135px;
    margin: 5px 12px 0 21px;
    position: relative;
    width: 230px;
}

.boton_inicio, .links, .div_noticia {
    max-width: 2.5in;
    min-width: 2in;
    width: 100%;
    height: 100%;
    margin: 0 0 15px 0;
}

.container-fluids {
    padding-right: 0px;
    padding-left: 0px;
}

.divCentrar {
    margin-top: 2.5%;
}

.container-fluids {
    padding-right: 15px;
    padding-left: 15%;
    margin-right: auto;
    margin-left: auto;
}
.titulo_links {
    color: #000;
    font-family: Arial;
    font-size: 18px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    line-height: normal;
    margin-top: 3px;
    overflow: auto;
    text-align: left;
    text-decoration: none;
    text-transform: none;
    vertical-align: 2%;
    width: 215px;
}
.SinEvento {
    outline: none !important;
}