/* 
    Document   : comun.css
    Created on : 11-jun-2019, 20:00:00
    Author     : joaquin
    Description: Hoja de estilos para crucigramas.
*/

.aviso{
    font-style: italic;
    font-size:x-small;
    color: #606060;

    font-family:arial;
    font-weight:normal; 
    text-align: left;

    padding: 0 5px 0 5px;
    margin: 5px 0 5px 0;
    border-top:  1px solid #f0f0d2;
    border-left: 1px solid #f0f0d2;
    border-bottom: 1px solid #f0f0d2;
    border-right: 1px solid #f0f0d2;
    border-radius: 4px;

    height: fit-content;
    min-height: 1.1em;
    max-height: 4em;

    line-height: 1em;
    overflow-y: scroll;
    overflow-x: hidden;
    scrollbar-width: none;
}

.aviso:before{
    content: "Para un correcto funcionamiento, usa los botones suministrados por la aplicación en lugar de los botones para ir hacia atrás o adelante del navegador.";
}

.Contacto{
    text-decoration: none;
    font-size: xx-small;
    text-align: center;
    color: #000;
    vertical-align: bottom;
}


/*
header y footer
*/

div.header {
    border-radius: 8px;
    height:36px;
    width:100%; 
    background-color:#f0f0d2;
    color:#000;
    padding:1px 0px;
    text-align:center;
    margin: 0 0 0 0px;
}

div.footer {
    border-radius: 8px;
    height:35px;
    width:100%; 
    background-color:#f0f0d2;
    color:#000;
    padding:1px 0px;
    font-size: x-small;
    line-height: 0.25em;
    text-align:center;
}

.imagen_cabecera{
    margin-top: 2px;
    margin-left: 6px;
    float: left;
}

.titulo_cabecera{
    font-family: Arial Narrow, sans-serif;
    font-weight:bold;
    font-size:large;
    float: left;
    margin-left:10px;
    line-height: 35px;
}

.id_usuario_pie{
    font-size: xx-small;
    text-align: left;
    color: green;
    vertical-align: bottom;
}

.version_contacto_pie{
    text-align: center;
}

.noseve{
    visibility: hidden;
    width:0;
    height:0;
}

div.noseve h1, div.noseve h2, div.noseve h3, div.noseve h4, div.noseve h5, div.noseve h6{
    font-size:0;
}

.textoScroll{
    text-align: left;
    margin: 0 0 0 0;

    height: fit-content;
    min-height: 1.1em;
    max-height: 2em;

    line-height: 1em;
    overflow-y: scroll;
    overflow-x: hidden;
    scrollbar-width: none;
}