﻿BODY {
	scrollbar-base-color: #FFFFFF;	
	scrollbar-track-color: #8C8C8C;
	scrollbar-face-color: #DDDDDD;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #CCCCCC;
	scrollbar-darkshadow-color: #CCCCCC;
	scrollbar-shadow-color: #CCCCCC;
	scrollbar-arrow-color: #FFFFFF;
	margin: 0px;
	background-color: #cccccc;
	height: 100%;
	width: 100%;
}

html, form {

	height: 100%;
	
}

.GreenTitle
{
	background-color:#7AAD5E;
	color:#FFFFFF;
	font-family:Arial;
	font-weight:bold;
	font-size:11px;
	height:20px;
}

.Invisible 
{
	visibility:hidden;
}

.MenuArchivo
{
	border:none;
	padding:0;
	margin:0 0 0 0;
	width:400px;
	height:400px;
	background-color:#cccccc;
}

.MenuTitulo
{
	font-family:Tahoma;
	font-size:10pt;	
	font-weight:bold;
	color:#778899;/*lightslategray;		*/
}
.FuenteStandard
{
	font-family:Arial;
	font-size:8pt;
	color:#414141;
}