﻿
* {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

a {
    color: #4060F0;
}

html, body
{
	height: 100%;
    min-height: 100%;
    width: auto;
	font-family: Arial, sans-serif;
	font-size: 11pt;
}

h3 {
    font-size: 10pt;
    color: #606060;
    font-weight: 100;
    margin-left: 10px;
}

h3 > a:hover {
    cursor: pointer;
    color: #4080ff;
    text-decoration: underline;
}

#panel_home {
    margin:auto;
    top: 45%; 
    left: 50%; 
    position :absolute; 
    transform: translate(-50%,-50%);

    width: 400px;
    height: 300px;

    font:Arial; 
    font-size:10pt; 

    color:#303030; 

    display: none;
}

#panel_home > img {
    margin: auto;
    display: block;
}

.panel_logo_input {
    width: 236px;
    height: 22px;
    font-size:10pt; 
    color: #202020;
    background-color:#F0F0F0;
    border: none;
    align-content: center;
    text-align: center;
    padding: 2px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2px;
    margin-bottom: 2px;
    display: block;
}

.panel_logo_input_sep {
    height: 3px;
}

.panel_logo_boton {
    align-content: center;
    text-align: center;
    margin-left: 0px;
    margin-right: 0px;
    display:block;
    margin: 0 auto;

    height: 24px;
    border: none;

    background-color: #EDEDED;
    color: #202020;

    font-size: 9px;
    padding-left: 20px;
    padding-right: 20px;
}

.panel_logo_boton:hover {
    background-color: #404040;
    cursor: pointer;
    color: #FFFFFF;
}

.login_autenticando {
    align-content: center;
    text-align: center;
}

.login_espera {
    align-content: center;
    text-align: center;
    margin-left: 0px;
    margin-right: 0px;
    display:block;
    margin: 0 auto;

    border: none;

    background-color: #EDEDED;
    color: #202020;

    font-size: 9px;
}

.login_solicitar_acceso {
    align-content: center;
    text-align: center;
    margin-left: 0px;
    margin-right: 0px;
    display:block;
}

/*

    Pagina de buscador

*/


header {
    height: 40px;
    line-height: 40px;

    background-color: rgba(230,230,230, 0.8);

    position: fixed;
    top: 0px;

    display: flex;
    width: 100%;
}

.header_logo {
    width: 60px;
    height: 40px;
    display: flex;
}

.header_logo img {
    margin: auto;
}

.header_lcrit {
    flex: 1;
}

.header_lcrit input {
    width: 100%;
    padding-left: 4px;
}

.header_lbot {
    float: left;
    width: 30px;
    height: 40px;
    display: flex;
}

.header_lbot img {
    margin: auto;
}

.header_lbot:hover {
    background-color: #E8E8D4;
    cursor: pointer;
}

.header_lbot_dis {
    float: left;
    width: 30px;
    height: 40px;
    display: flex;
}

.header_lbot_dis img {
    margin: auto;
}

.header_limg {
    float: left;
    width: 32px;
    height: 40px;
    display: flex;
}

.header_limg img {
    margin: auto;
}

.header_ltbot {
    float: left;
    width: 180px;
    height: 40px;
    display: flex;

    font-size: 9px;
    margin: auto;
}

.header_ltbot p {
    margin: auto;
}

.header_ltbot:hover {
    background-color: #E8E8D4;
    cursor: pointer;
}

.header_rbot {
    float: right;
    width: 30px;
    height: 40px;
    display: flex;
}

.header_rbot img {
    margin: auto;
}

.header_rbot:hover {
    background-color: #E8E8D4;
    cursor: pointer;
}

.header_rtbot {
    float: right;
    height: 40px;
    display: flex;

    font-size: 10px;
    padding-left: 16px;
    padding-right: 16px;
}

.header_rtbot p {
    margin: auto;
}

.header_rtbot:hover {
    background-color: #E8E8D4;
    cursor: pointer;
}

.header_input {
    width: 290px;
    height: 24px;
    background-color: #FFFFFF;
    border: 1px solid #D0D0D0;
}

main {
    width: 100%;
    text-align: center;
    height: 100%;

    font-family: Arial, sans-serif;
    font-size: 11pt;

    margin-top: 6px;
    margin-bottom: 6px;
}

.main_listado {
    width: 90%;
    
    margin-left:60px;
    margin-top: 10px;
    display: table;
}

.main_listado_separador {
    height: 20px;
}

article {
    display: none;
}

.main_listado > article {
    font-weight: 100;
    text-align: left;
}

.elem_disabled {
    background-color: #f5f5f5;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.elem_usernone {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

/*
.main_listado > article:hover {
    background-color: #f9f9f9;
}
*/

.main_listado > article > h1 {
    font-family: Arial, sans-serif;
    font-size: 13pt;
    color: #2020DD;
    font-weight: 100;
    margin-left: 10px;
}

.main_listado > article > h1 > a:hover {
    cursor: pointer;
    color: #2020FF;
    text-decoration: underline;
}

.main_listado > article > h2 {
    margin-top: 2px;
    font-size: 10pt;
    color: #808080;
    font-weight: 100;
    margin-left: 10px;
}

    .main_listado > article > h2 > a:hover {
        cursor: pointer;
        color: #2020FF;
        text-decoration: underline;
    }

.main_listado > article > h3 {
    font-size: 10pt;
    color: #808080;
    font-weight: 100;
    margin-left: 10px;
}

.main_listado > article > h4 {
    margin-top: 4px;
    font-size: 9pt;
    color: #A15300;
    font-weight: 100;
    margin-left: 10px;
}

.main_listado > article > h5 {
    font-size: 9pt;
    color: #A15300;
    font-weight: 100;
    margin-left: 10px;
    margin-top: 6px;
}

.archivo_cont_dat > h1 {
    font-family: Arial, sans-serif;
    font-size: 9pt;
    color: #4080ff;
    font-weight: 100;
}

.archivo_cont_dat > h1 > a:hover {
    cursor: pointer;
    color: #4080ff;
    text-decoration: underline;
}

.archivo_cont_dat > h2 {
    margin-top: 4px;
    font-size: 9pt;
    color: #505050;
    font-weight: 100;
}


footer {
    height: 32px;
    width: 100%;

    line-height: 32px;

    align-content: center;
    text-align: center;

    border-top: 1px solid #C0C0C0;
    display: flex;

    background-color: rgba(230,230,230, 0.8);

    position: fixed;
    bottom: 0px;

    color: #202020;
}

footer p {
    font-size: 8pt;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
}

.footer_numero_grupo {
    text-align: center;
    align-content:center;
    margin: auto;
    font-size: 8pt;
}

.footer_numero {
    float:left;
    width: 30px;
    height: 40px;
    display: flex;
    color: #606060;
    
    font-size: 10pt;
    font-weight: 600;
}

.footer_numero p {
    margin: auto;
}

.footer_numero:hover {
    background-color: #E8E8D4;
    cursor: pointer;
}

.archivo_cont {
    display: flex;
    margin-left: 10px;
    padding: 6px;
}

/*
.archivo_cont:hover {
    background-color: #f3f3f3;
    cursor: pointer;
}
*/

.archivo_cont_img {
    display: block;
    width:32px;
    margin-top: 4px;
}

.archivo_cont_dat {
    display: block;
    width: 100%;
    padding-left: 10px;
}

.mensaje_html5 {
    font-family: Arial, sans-serif;
    font-size: 10pt;
    color: #606060;
    width: 100%;
    position: fixed;
    bottom: 20px;
    text-align: center;
}

.mensaje_lector {
    font-family: Arial, sans-serif;
    font-size: 10pt;
    color: #606060;
    width: 100%;
    position: fixed;
    bottom: 80px;
    text-align: center;
}

.msg_buscar {
    font-family: Arial, sans-serif;
    font-size: 11pt;
    color: #909090;
    font-weight: 100;
}

.tagpill {
    text-decoration: none;
    color: #333333;
    font-size: 12px;
    font-weight: bold;
    padding: 0 15px;
    line-height: 32px;
    height: auto;
    display: inline-block;
    text-align: center;
    background-color: #DDDDDD;
    border-radius: 16px;
}