﻿body 
{
	background : #bcb8b8;
}

.fondoCelda
{
	background : #ececec;
}

.fondoMenuVertical
{
	background : #dddbdb;
}

.fondoRojo
{
  background : #bd0a20;
}

.fondoGrisOscuro
{
	background : #d3d1d1;
}

.txtTitulo
{
	font-family:  Arial,Helvetica, sans-serif;
	font-weight: bold;
	font-size : 14px;
	color: #bd0a20;
}

.txtTituloPequeno
{
	font-family:  Arial,Helvetica, sans-serif;
	font-weight: bold;
	font-size : 10px;
	color: #bd0a20;
}

.txtPequeno
{
	font-family:  Arial,Helvetica, sans-serif;
	font-weight: bold;
	font-size : 10px;
	color: gray;
}

.txt
{
	font-family:  Arial,Helvetica, sans-serif;
	font-weight: bold;
	font-size : 12px;
	color: #676666;
	text-align: justify;
	line-height: 20px;
}

.form  { 
	color: #747474; 
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight : normal; 
	background-color: #F9F9F9;
	border-top: thin solid #949494;
	/* Top border thickness/style/color of this block */
	border-right: thin solid #949494;
	/* Right border thickness/style/color of this block */
	border-left: thin solid #949494;
	/* Left border thickness/style/color of this block */
	border-bottom: thin solid #949494;
	/* Bottom border thickness/style/color of this block */
	border-width: 1px 1px 1px 1px;
	letter-spacing : 0.5px; 
	SCROLLBAR-FACE-COLOR: #fafafb;
	SCROLLBAR-HIGHLIGHT-COLOR: #fafafb;
	SCROLLBAR-SHADOW-COLOR: #fafafb;
	SCROLLBAR-ARROW-COLOR: #022f67;
	SCROLLBAR-BASE-COLOR: #fafafb;
}
