﻿:root {
	--background-color-login: #205DA6;
	--background-color-navbar: white;
	--background-color-title: #000000;
	--background-color-button: #000000;
	--background-color-button-hover: #205DA6;
	--background-color-oficial: #ffffff;
	--background-color-secundary: #000000;
	--color-oficial: #000000;
	--color-secundary: #ffffff;
	--font-family-oficial: Arial, Helvetica, sans-serif;
	--font-family-secundary: Arial, Herlvetica, sans-serif;
}

/* Works on Firefox */
* {
	scrollbar-width: thin;
	scrollbar-color: #00c780 #0b3a5d;
}

	/* Works on Chrome, Edge, and Safari */
	*::-webkit-scrollbar {
		height: 7px;
		width: 7px;
	}

	*::-webkit-scrollbar-track {
		background: #3e454c;
	}

	*::-webkit-scrollbar-thumb {
		background-color: var(--background-color-button);
		border-radius: 7px;
		border: 1px solid white;
	}

body {
	margin-top: 0;
	margin-left: 0;
}

.stretch {
    width:100%;
    height:100%;
}

.bodyLoginR {
	background: url(images/Background2.png) no-repeat center center fixed;
	background-color: var(--background-color-login);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.bodyMaster_Hyundai
{
		background-color: White !important;
		background: White url(images/FondoHyundai.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

    width: 95%; 
    height: 95%; 
    left: 0px; 
    top: 0px; 
	font-family: var(--font-family-oficial);
	font-size: 13px;
	color: #766d53;
    margin:0px;
}

.bodyMaster_ConsuAuto {
	background-color: White !important;
	background: White url(images/FondoConsuauto.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	font-family: var(--font-family-oficial);
	font-size: 13px;
	color: #766d53;
	margin: 0px;
}

.bodyMaster {
	background-color: #B4B4B4 !important;
	background: White url(images/fondo.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 95%;
	height: 95%;
	left: 0px;
	top: 0px;
	font-family: var(--font-family-oficial);
	font-size: 13px;
	color: #766d53;
	margin: 0px;
}

.tableSiteMap
{
   background-color:#D4D4D4;
   color:White;
   height: 20px;
}

.Title {
	background-color: var(--background-color-title);
	height: 50px;
	font-size: 20pt;
	color: white;
	vertical-align: bottom;
	text-align: left;
	text-indent: 60px;
	font-weight: bold;
	padding-bottom: 10px;
	font-family: var(--font-family-secundary);
}

.Content {
    background-color: var(--background-color-navbar);
    height: 300px;
    vertical-align: top;
}

.ContentBottom
{	height: 0px;background-color: #4C8ECA;
}


.table {
	font-family: var(--font-family-secundary);
	font-size: 8pt;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}



.MasterContentTable
{
	background-image:url(images/textura.gif);
	
}
.MasterUpperBorderTD
{
	background-color:White;
	background-position:top ;
background-repeat:no-repeat;
}
.MasterLeftUpperBorderTD
{
	width:50px;
	background-image:url(images/td_Lbgimg.gif);
	background-position:top ;
background-repeat:no-repeat;
}
.MasterRightUpperBorderTD
{
	width:50px;
	background-image:url(images/td_Rbgimg.gif);
	background-position:top ;
background-repeat:no-repeat;
}

.MasterLeftLowerBorderTD
{
	width:50px;
	background-image:url(images/td_LLbgimg.gif);
	background-position:top ;
background-repeat:no-repeat;
}
.MasterRightLowerBorderTD
{
	width:50px;
	background-image:url(images/td_RLbgimg.gif);
	background-position:top ;
background-repeat:no-repeat;
}

.MasterLeftUpperBorder
{
	width:50px;
	background-image:url(images/td_MLbgimg.gif);
	background-position:top ;
background-repeat:no-repeat;
}
.MasterRightUpperBorder
{
	width:50px;
	background-image:url(images/td_MRbgimg.gif);
	background-position:top ;
background-repeat:no-repeat;
}

.MasterLeftLowerBorder
{
	width:50px;
	background-image:url(images/td_MLLbgimg.gif);
	background-position:top ;
background-repeat:no-repeat;
}
.MasterRightLowerBorder
{
	width:50px;
	background-image:url(images/td_MRLbgimg.gif);
	background-position:top ;
	background-repeat:no-repeat;
}

.MasterContentTD 
{
	background-color:White;
	background-position:center;
	background-repeat:no-repeat;
	font-size:8pt;
}

.MasterContentBorder 
{
	
	font-size:8pt;		
}


select {
	font-family: var(--font-family-secundary);
	font-size: 8pt;
	color: #003399;
	background-color: #efefef;
}

.tabclose{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.middletab{
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
}
.endtab{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}


.txtbox {
	font-family: var(--font-family-secundary);
	font-size: 8pt;
	font-style: normal;
	color: #003399;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-color: #efefef;
	border-top-color: Gray;
	border-right-color: Gray;
	border-bottom-color: Gray;
	border-left-color: Gray;
}


.tbxLogin {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 6px;
    font-size: 14px;
    line-height: 1.4285;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.buttonDet {
	font-family: var(--font-family-secundary);
	font-size: 8pt;
	font-style: normal;
	color: White;
	background-color: #003399;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: Gray;
	border-right-color: Gray;
	border-bottom-color: Gray;
	border-left-color: Gray;
}
.buttonSolicitar {
	font-family: var(--font-family-secundary);
	font-size: 8pt;
	font-style: normal;
	color: White;
	background-color: #159EE8;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: Gray;
	border-right-color: Gray;
	border-bottom-color: Gray;
	border-left-color: Gray;
}

.buttonContratar {
	font-family: var(--font-family-secundary);
	font-size: 8pt;
	font-style: normal;
	color: Maroon;
	background-color: #FF9999;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: Gray;
	border-right-color: Gray;
	border-bottom-color: Gray;
	border-left-color: Gray;
}



.button {
	font-family: var(--font-family-secundary);
	font-size: 12pt;
	font-style: normal;
	color: White;
	background-color: var(--background-color-button);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: Gray;
	border-right-color: Gray;
	border-bottom-color: Gray;
	border-left-color: Gray;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	cursor: pointer;
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
}

a {
	font-family: var(--font-family-secundary);
	font-size: 8pt;
	text-decoration: none;
	color: var(--background-color-button);
}
	a:visited {
		color: var(--background-color-button);
	}

a:hover
{
	color: var(--background-color-button-hover);
}

h1 {
	font-family: var(--font-family-secundary);
	font-size: 10pt;
	font-style: normal;
	color: White;
	text-align: left;
}

P {
	font-family: var(--font-family-secundary);
	font-size: 8pt;
	font-style: normal;
	color: var(--color-oficial);
	font-weight: bold;
	text-align: left;
}

.label {
	font-family: var(--font-family-secundary);
	font-size: 8pt;
	font-style: normal;
	text-align: left;
}

ul {
	font-family: var(--font-family-secundary);
	font-size: 8pt;
	font-style: normal;
	text-align: left;
}
li {
	font-family: var(--font-family-secundary);
	font-size: 8pt;
	font-style: normal;
	text-align: left;
}


.lblGeneral {
	font-family: var(--font-family-secundary);
	font-size: 8pt;
	font-style: normal;
	text-align: left;
	color: white;
}

.radBtnList {
	font-family: var(--font-family-secundary);
	font-size: 8pt;
	font-style: normal;
}

.printableTableTd
{
	background-color:#FFFFFF;
}

.printableTableAlternateTD
{
	background-color:#159EE8;
	background-image:url(as);
}

.modalPopup {
	background-color: #ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	text-align: left;
	padding:3px;
	width:500px;
}

.modalBackground 
{
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}



.Logo
{
	background-image: url(images/Logo.png);
	background-repeat:no-repeat;
	background-position:center;
	width:500px;
}

#grid a {
	font-family: var(--font-family-secundary);
	font-size: 8pt;
	color: blue;
	text-decoration: underline;
}


.THMENU {
	border-bottom: 1px solid #CCCCCC;
	padding-left: 5px;
	background-color: var(--background-color-secundary);
	color: White;
	background-position: left;
	font-weight: bold;
	font-family: var(--font-family-secundary);
	font-size: 11px;
	height: 20;
}

.TABLECONTROL
{
	background-color: var(--background-color-oficial);
}

.TDMENU4 {
	padding-left: 12px;
	color: Black;
	background-color: #E0E0E0;
	color: #003399;
	font-weight: bold;
	background-position: left;
	text-align: left;
	font-family: var(--font-family-secundary);
	font-size: 12px;
	height: 20px;
}

.colorSecundary {
	color: var(--color-secundary);
}



