﻿body, td, th {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    font-family: Arial, Helvetica, sans-serif;

    color: #333333;
}

a.menu:link {
    font-family: "Segoe UI", "Tahoma";

    font-weight: normal;
    color: blue;
    text-decoration: none;
}

a.menu:visited {
    font-family: "Segoe UI", "Tahoma";

    font-weight: normal;
    color: blue;
    text-decoration: none;
}

a.menu:hover {
    font-family: "Segoe UI", "Tahoma";
    
    font-weight: normal;
    color: blue;
    text-decoration: underline;
}

a.menu:active {
    font-family: "Segoe UI", "Tahoma";
    
    font-weight: normal;
    color: blue;
    text-decoration: underline;
}

html {
    font-family: "Segoe UI", "Tahoma";
    
}

.superTittle {
    font-family: "Segoe UI", "Tahoma";
    font-size:x-large;
}
.tittle {
    font-family: "Segoe UI", "Tahoma";
    font-size: large;
}

.general {
    font-family: "Segoe UI", "Tahoma";
    
}

.button {
    Height: 35px;
    background-color: white;
    border-color: #3399FF;
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
    font-family: "Segoe UI", "Tahoma";
    
    cursor:pointer;
}
.superButton {
    Height: 70px;
    width: 350px;
    background-color: white;
    border-color: #3399FF;
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
    font-family: "Segoe UI", "Tahoma";
    
    cursor: pointer;
    text-align: left;
    padding-left:10px;
}

.text {
    Height: 24px;
    background-color: white;
    border-color: darkgrey;
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
    font-family: "Segoe UI", "Tahoma";
    
}

.choise {
    Height: 30px;
    background-color: white;
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
    font-family: "Segoe UI", "Tahoma";
    
    margin-bottom: 0px;
}



.file-select {
  position: relative;
  display: inline-block;
  height:28px;
}

.file-select::before {
  background-color: white;
  border-color: darkgrey;
  border-style:solid;
  border-width:1px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 3px;
  content: 'Encapsulado'; /* testo por defecto */
  font-family: "Segoe UI", "Tahoma";
  
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.file-select input[type="file"] {
  opacity: 0;
  width: 300px;
  display: inline-block;
}

:root {
    --fn: 'Seleccionar archivo';
}
.file-select::before {
    white-space: normal;
    content: var(--fn);
}

.mGrid {
    background-color: white;
    margin: 5px 0 10px 0;
    border-collapse: collapse;
    border-radius:3px;
}

.mGrid td {
    padding: 2px;
    color: black;
    font-family: Tahoma;
    
    font-weight:normal;
    height:24px;
}
 .mGrid th {
    padding: 4px 2px;
    color: white;
    
    font-family: Tahoma;
    font-weight:normal;
    text-align:left;
    height:30px;
}
.mGrid .alt {
}
 .mGrid .pgr {
}
.mGrid .pgr table {
    margin: 5px 0;
}
.mGrid .pgr td {
    border-width: 0;
    padding: 0 6px;
    border-left: solid 1px #666;
    font-weight:normal;
    color: #fff;
    font-family: Tahoma;
}
.mGrid .pgr a {
    color: #666;
    text-decoration:none;
}
.mGrid .pgr a:hover {
    color: #000;
    text-decoration: none;
}