﻿body 
{
	margin-top:0px;
}
font.TituloPrincipal
{
  font-family:Times New Roman;
  font-size:28px;
  font-weight:bold;
  color:black;
}
font.TituloMenu
{
  font-family:Times New Roman;
  font-size:20px;
  font-weight:bolder;
  color:Maroon;
}

font.TituloMenus
{
  font-family:Times New Roman;
  font-size:13px;
  font-weight:bolder;
  color:Green;
}

font.TituloFormas
{
  font-family:Times New Roman;
  font-size:15px;
  font-weight: bolder;
  color:black;
}

font.Encabezado
{
  font-family:Times New Roman;
  font-size:12px;
  font-weight:bolder;
  color:black;
}
.TituloDeMenu
        {
	text-align: left;
	font-family: Arial;
	font-size: small;
	font-weight: bold;
}

.paperBox 
{
	background-color:white;
	font:8pt Arial;
	color:#444444;
	border:1px solid #cccccc;
	border:none;
	padding:15px;
}
.botonstandar
{
	background: #cccccc;
	color: #000000;
	font-family: Arial;
	font-size: 12px;
}

.botonsalir
{
	background-color: #9f0000;
	color: #ffffff;
	font-family: Arial;
	font-size: 12px;
}

.modalBackground 
{
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}
.updateProgress
{
	border-width: 1px;
	border-style: solid;
	background-color: #ffffff;
	position: absolute;
	width: 180px;
	height: 65px;
}
.MsgBox
{
	background-color: White;		 
	padding:5px;
	width:auto;
}
.MsgBoxTitulo
{
	font-family: Arial;
	font-weight: bold;
	font-size: small;	
	text-align: left;
	color:Blue;
}
.MsgBoxMensaje
{
	font-family: Arial;
	font-size: small;		
	text-align: left;	
	color: Black;
}
.MsgBoxBotones
{
	font-family: Arial;
	font-size: small;
	width: 150px;
}