﻿body
{
	background-image: url(/images/back.bmp);
}

.BannerUpDiv
{
    border: black thin solid;
    position: absolute;    
    left: 32px;
    width: 938px;        
    top: 23px;
    height: 79px;
    z-index: 1;    
    background-color: #6099bc    
}

.BannerLeftDiv
{
    border: black thin solid;
    position: absolute;    
    left: 10px;    
    top: 73px;
    width: 64px;           
    height: 535px;
    z-index: 2;
    background-color: #6099bc;
}

.BannerImageDiv
{
	position: absolute; 
	left: 15px;
	top: 20px;
	z-index: 3;
}

.BannerTitleDiv
{    
    position: absolute;
    left: 410px;
    top: 30px;
    z-index: 4;
    background-color: #6099bc
}

.Button
{
    font-weight: bold;
    font-size: 80%;
    font-family: Verdana;
    color: #ffffff;
    background: #6099bc;
}

.ButtonRight
{
	font-weight: bold;
    font-size: 80%;
    font-family: Verdana;
    color: #ffffff;
    background: #6099bc;       
    float: right;   
}

.User
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 80%;
    COLOR: #ffffff;
    FONT-FAMILY: Verdana;
}

.Salir
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 65%;
    COLOR: #ffffff;
    FONT-FAMILY: Verdana;
}

.MainWin
{
	position: absolute;
	overflow: auto;
	width: 800px;
	height: 480px;
	left: 105px;
	top: 0px;	
} 

.ScrollWin
{
	border: #000000 1px solid;    
    position: absolute;    
	overflow: auto;
} 

.Win
{
	border: 1px solid #666666;
	position: absolute;
	background-color: #EBEBEB;
}

.WinFloat
{
	border: #000000 1px solid;
	position: absolute;
	background-color: #FFCC66;
	color: #000000;
	font-family: Calibri;
	font-size: xx-small;
}

.WinTrans
{
	border: 1px solid #666666;
	position: absolute;
	background-color: #CCCCCC;
}

.WinWait
{
    border: #000000 1px solid;    
    position: absolute;
    background-color: #dfeaf1;    
	z-index: 100;
}


.WinBar
{
    border-bottom: solid 1px #000000;
	background-color: #6099bc;
	color:#ffffff;
	font-weight: bold;
    font-size: 100%;    
    font-family: sans;
}

.ResTable
{
	margin: 10px;
	border: #000000 1px solid;
}

.WinTitle
{
	background: #666666;
	color: #ffffff;
	font-weight: bolder;
	font-size: 100%;
	font-family: sans;
}

.WinFloatTitle
{
    background: #dfeaa0;
    color: #000000;
    text-indent: 10px;
    border-bottom: #000000 1px solid;
    font-family: sans;
}

.ButtonFloat
{
	font-weight: bold;
    font-size: 80%;
    font-family: Verdana;
    color: #000000;
    background: #dfeaa0;
}

.WinTable
{
	margin-left: 10px;
}

.TitleText
{
	font-weight: bold;
	font-size: 90%;
	color: #0000FF;
	font-family: Verdana;
	text-decoration: underline;
}

.Text
{
	font-weight: bold;
	font-size: 80%;
	color: #666666;
	font-family: Verdana;
}

.Link
{
	font-weight: bold;
	font-size: 80%;
	color: #333333;
	font-family: Verdana;
	cursor: pointer;
}

.Mensaje
{
    font-weight: bold;    
    color: #ff2222;
    font-family: sans
}

.Title
{
    font-weight: bold;
    font-size: 18pt;
    color: #ffffff;
    font-family: sans;
}

.Cell
{
    border: #000000 1px solid;
}

.RowFont
{
    font-weight: bold;
    font-size: 70%;
    color: #000000;
    font-family: Verdana;
}

.RowFontLink
{
    font-weight: bold;
    font-size: 70%;
    color: #000000;
    font-family: Verdana;
    cursor: pointer;
}

.Row
{    
    background-color: #dfead0;
}

.RowAlt
{    
    background-color: #dfeaa0;
}

.RowError
{    
    background-color: #ff5555;
}

.ColumnRow
{	
	background-color: #6099bc;	
}

.ColumnFont
{
    font-weight: bold;
    font-size: 90%;
    color: #ffffff;
    font-family: Verdana;
}

.Label
{
    font-weight: bold;
    font-size: 90%;
    color: #000000;
    font-family: Verdana;
}

.Tab
{
    font-weight: bold;
    font-size: 108%;
    border-right: 1px #000000 solid;
    color: #000000;
    font-family: Verdana;
    background-color: #dfeaf1;
    cursor: pointer;
}


.TabSel
{
    font-weight: bold;
    font-size: 108%;
    border-right: 1px #000000 solid;
    color: #ffffff;
    font-family: Verdana;
    background-color: #6099bc;
    cursor: pointer;    
}

.WaitText
{
	FONT-WEIGHT: bold;
    FONT-SIZE: 18pt;
    COLOR: #000000;
    FONT-FAMILY: Verdana;
}

.WinHR
{
    color: #3e7393;
    margin-left: 10px;
    margin-right: 10px;
}

.ImgButton
{
	cursor: pointer; 
	border: #000000 0px solid;
}

.MenuLink
{
	text-decoration: none;
}
