/*:root {
    --Tama-Letra: calc(1vw);
}*/

*, html, body, section, font, h1, h2, h3, h4, h5, h6, form, fieldset, input, #menu-g, textarea, footer, p, a{
    margin: 0;
    padding: 0;
    border: 0;
    outline:none;
}

/* Forzar apaisado 
@media screen and (orientation: portrait) {
    html {
        transform: rotate(-90deg);
        transform-origin: left top;
        width: calc(99.9vh);
        height: calc(99.9vw);
        overflow-x: hidden;
        position: absolute;
        top: 100%;
        left: 0;
    }
}

@media screen and (orientation: landscape) {
    html {
        transform: rotate(-90deg);
        transform-origin: left top;
        overflow-x: hidden;
        position: absolute;
        left: 0;
        width: calc(99.9vw);
        height: calc(99.9vh);
        top: 100%;
    }
}*/

@font-face {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 400;
    font-display: auto; /* or block, swap, fallback, optional */
    src: local('OpenSans'),
        url(../font/opensans.eot) format('embedded-opentype'),
        url(../font/OpenSans-Regular.ttf) format('truetype'),
        url(../font/opensans.otf) format('opentype'),
        url(../font/opensans.woff) format('woff'),
        url(../font/OpenSans-Regular.woff) format('woff');
}

/*html{
    font-size: var(--Tama-Letra);
}*/

body {
    font-family: 'OpenSans', Verdana, Geneva, Arial, Helvetica, sans-serif;
    width:calc(100%);
    height: calc(100%);
    text-align: center;
}

form {
    width: calc(0);
    height: calc(0);
}

h1, h2, h3{
    text-align: center;
}

table, tr, td, th, .tCate, .tDatos, .tTitulo{
    table-layout: fixed;
    border:2px solid green;
    border-spacing: 1px;
    border-collapse: collapse;
    padding: 3px 3px;
    margin:3px 3px 3px 3px;
    font-size: calc(.8vw);
    width:calc(99%);
}

.tCate th, .tEnti th, .tEntiLis td{
    background-color: yellow;
}

.tDatos th, .tCompe th{
    background-color: yellowgreen;
}

.nCat{
    width: 20px;
    text-align: right;
}

.cCat{
    width: 100px;
}

.cCate{
    width: 400px;
}

.tInfo{
    margin-bottom: 1px;
    width:calc(30%);
    margin: 0px auto;
}

.cInfo{
    width: 80px;
}

.tTitulo{
    table-layout: unset;
    border: none;
    border-spacing: 0;
    border-collapse: unset;
    padding: 5px 5px 5px 5px;
    width:calc(98%);
}

.tTitulo th, .tTitulo td{
    border: none;
}

.tCate{
    margin-bottom: 1px;
    width:calc(99%);
}

.tDatos, .tValora, .tValTit{
    border:2px solid blue;
    margin: 0;
    /*margin-bottom: 5px;*/
    margin:3px 3px 6px 3px;
    width:calc(99%);
}

.tValTit tr{
    background-color: black;
    color: white;
}

.tValora{
    border: none;
    margin-bottom: 10px;
}

.tDatos tr:nth-child(even), .tValora tr:nth-child(even) {
    background-color: #D6EEEE;
}

.tCompe tr:nth-child(even), .tValora tr:nth-child(even) {
    background-color: #D6EEEE;
}

.cEnt, .cComp{
    /*width: 150px;*/
    width: calc(10%);
}

.nPosPun{
    width: 70px;
    text-align: center;
}

th, td {
    border: 1px solid blue;
    word-wrap: break-word;
}

.nVal{
    width: 20%;/*width: 100px;*/
    text-align: center;
}

.cTemp{
    width: 30%;/*width: 400px;*/
    text-align: center;
}

.espa{
    width: 5px;
    text-align: center;
}

.cCon{
    width: 20%;/*width: 300px;*/
    text-align: center;
}

.cMul{
    width: 40%;/*width: 280px;*/
    text-align: center;
}

.tValora th{
    border: none;
    background-color: yellow;
}

.tValora td{
    border: none;
}

.dLogo{
    width: 10%;
}

.dTit{
    width: 80%;
}

.cLogo{
    /*width: 100px;*/
    width:calc(98%);
    height: auto;
}
