﻿* {
    margin: 0;
    padding: 0;
}

.icon {
    width: 35px;
    height: 35px;
}
.iconMenu {
    width: 80px;
    height: 80px;
}
.siglas{
    border: 2px solid #008CBA;
    color: white;
    background-color: #008CBA;
    margin: 4px;
    padding: 2px;
    border-radius: 1000px;
}
.contactos {
    width: 60px;
    height: 60px;
}
.tabla {
    width: 100%;
    vertical-align: top;
    font-family: 'Source Sans Pro', sans-serif;
}
.tdfiltro {
    width: 20%;
    vertical-align: top;
}
.tddatos {
    width: 80%;
    vertical-align: top;
    font-family: 'Open Sans Condensed', sans-serif;
}
.titulo {
    font-family: 'Open Sans Condensed', sans-serif;
    vertical-align: top;
    font-size: 25px;
}
.tcampo {
    width: 120px;
    text-align: right;
}
.tcampolg {
    width: 210px;
    text-align: right;
}
.tcampoxl {
    width: 400px;
    text-align: right;
}
.tcamposm {
    width: 100px;
    text-align: right;
}
.tcombo {
    width: 300px;
    text-align: right;
}
.tOrigen {
    position: relative;
    display: block;
    padding-left: 1.25rem;
    left: -1px;
    top: 0px;
}
.imenu {
    width: 60px;
    height: 60px;
    vertical-align: middle;
}
/* Scroll Horizontal */
div.scrollmenu {
  background-color: #000;
  overflow: auto;
  white-space: nowrap;
}

div.scrollmenu a {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 40px;
  text-decoration: none;
}

div.scrollmenu a:hover {
  background-color: #777;
}

div.scrollmenu::-webkit-scrollbar {
    width: 2px;
}

div.scrollmenu::-webkit-scrollbar-thumb{
    background: #e56e48;
}

.nodiIcon{
    vertical-align: middle;
    width: 195px;
}

.textoOculto{
    color:White;
    border-style:None;
    width:1px;
}

.tablaOculta{
    color: white;
    border: none;
    border-collapse: collapse;
}
.botonOK {
    background-color: #008CBA;
    color: #fff;
    width: 200px;
    vertical-align: central;
    text-align: center;
}
.botonOK:hover {
    background-color: #fff;
    color: #008CBA;
    border-color: #008CBA;
}
.logoLogin{
    width: 9rem;
}
.logoMain{
    width: 7rem;
}
.logoGrande{
    width: 40rem;
}

.tablaDatos {
    width: 95%;
    text-align: center;
    border-collapse: collapse;
}
.tablaFiltros{
    vertical-align: top;
    border-right-width: 2px;
    border-right-style: solid; 
    width: 35%;
}
.tablaInfo {
    vertical-align: top;
}
.texto100 {
    width:100px;
}
.texto150 {
    width:150px;
}
.texto200 {
    width:200px;
}