/* Hoja de estilos CSS predeterminada para un nuevo proyecto de aplicación Web*/

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	


A:link	{	
	text-decoration:	none;	
	color: White;
	}	
		
A:visited	{	
	text-decoration:	none;	
	color: Silver;
	}	
		
A:active	{	
	text-decoration:	none;	
	color: White;
	}	
		
A:hover	{	
	text-decoration:	underline;	
	color: White;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}


/****************** Inician estilos propios ******************/

/*Clase para los títulos de las páginas*/
.TituloPag
{ 
	text-align:center;
	/*background-color:#006699;*/
	font-size:16pt;
	font-weight:bold;
	font-family: Tahoma;
	font-style :italic;
	color:White;
}

/*Clase para Columnas de titulos de las tablas que agrupan controles*/
.ColTituloTabla
{
	text-align:center;
	/*background-color:#015540;*/
	background-color:#2C1D83;

	font-size:9pt;
	font-weight:bold;
	font-family:Verdana;
	color:White;
}

.ColSubTituloTabla
{
	text-align:center;
	/*background-color:#015540;*/
	background-color:#2C1D83;
	font-size:8pt;
	font-weight:bold;
	font-family:Verdana;
	color:White;
}

.Boton
{
	font-family:Verdana;
	color:#2C1D83;
	font-size:15pt;
	font-weight:bold;
}

.ColTituloTablaNew
{
	text-align:center;
	background-color:#2B509E;
	font-size:10pt;
	font-weight:bold;
	font-family:Verdana;
	color:White;
}
/*Clase para Columnas de datos de las tablas que agrupan controles*/
.ColDatosTabla
{
	background-color:#057F40;
	/*background-color:#2D9F5E;*/
	font-size:8pt;
	font-family:Verdana;
	color:WhiteSmoke;
}

.ColDatosTabla1
{
	background-color:#057F40;
	/*background-color:#2D9F5E;*/
	font-size:9pt;
	font-family:Verdana;
	font-weight:bold;
	color:WhiteSmoke;
	margin-left:0.5cm;
}

.ColDatosTabla2
{
	background-color:#057F40;
	/*background-color:#2D9F5E;*/
	font-size:6pt;
	font-family:Verdana;
	color:WhiteSmoke;
}
.ColDatosTabla3
{
	background-color:"img/FondoTop.gif";
	font-size:9pt;
	font-family:Verdana;
	font-weight:bold;
	color:WhiteSmoke;
}

/*Clase a aplicar al encabezado de un grid*/
.Encabezado
{
	text-align:center;
	background-color:#2C1D83;
	font-size:8pt;
	font-weight:bold;
	font-family:Verdana;
	color:White;
}

.Encabezado800
{
	text-align:center;
	background-color:#2C1D83;
	font-size:7pt;
	font-weight:bold;
	font-family:Verdana;
	color:White;
}

.MensajeError
{
	font-size:12pt;
	font-family:Verdana;
	color: White;
	font-weight:bold;
}


/*Clase a aplicar al elemento Body*/
.FondoPantalla
{
	background-color: White;
	background-image:url(/img/menu_r2_c3.gif);
} 

/*Clase a aplicar a los controles Grid*/
.Grid
{
	border-width:0;
}

/*Clase a aplicar a las filas impares del detalle del grid*/
.DetallePrincipal
{
	background-color:#2B509E;
	font-size:8pt;
	font-family:Verdana;
	color:White;
}

.DetallePrincipal800
{
	background-color:#2B509E;
	font-size:7pt;
	font-family:Verdana;
	color:White;
}

.DetallePrincipalSuave
{
	background-color:#5A6FB2;
	font-size:8pt;
	font-family:Verdana;
	color:White;
}

/*Clase a aplicar a las filas pares del detalle del grid*/
.DetalleAlterno
{
	background-color:#6479B8;
	font-size:8pt;
	font-family:Verdana;
	color:White;
}

.DetalleAlterno800
{
	background-color:#6479B8;
	font-size:7pt;
	font-family:Verdana;
	color:White;
}

.DetallePrincipalGris
{
	text-align:left;	
	background-color:#C0C0C0;
	font-size:7pt;
	font-family:Verdana;
	color:Black;
}

/*Clase a aplicar a los indicadores de paginas del grid*/
.Pagineo
{
	background-color:#2C1D83;	
	text-align:center;
	font-size:8pt;
	font-family:Verdana;
	font-weight:bold;
	color:white;
}

.Pagineo800
{
	background-color:#2C1D83;	
	text-align:center;
	font-size:7pt;
	font-family:Verdana;
	font-weight:bold;
	color:white;
}


/*Clase a aplicar al footer del grid*/
.Footer
{
	text-align:right;
	background-color:#2C1D83;	
	font-size:9pt;
	font-weight:bold;
	font-family:Verdana;
	color:White;	
}

.Footer800
{
	text-align:right;
	background-color:#2C1D83;	
	font-size:7pt;
	font-weight:bold;
	font-family:Verdana;
	color:White;	
}

.FooterRegion
{
	text-align:right;
	background-color:#2C1D83;	
	font-size:8pt;
	font-weight:bold;
	font-family:Verdana;
	color:White;	
}

/*Clase a aplicar al arbol de menu*/
.TreeMenu
{
	background-color:White;
	font-size:6pt;
}

/*Clase a aplicar a las labels*/
.Etiqueta
{
	font-family:Verdana;
	font-size:11pt;
	font-weight:bold
}

/*Clase a aplicar a los textbox*/
.Texto
{
	font-family:Verdana;
	font-size:11pt;
	font-weight:bold
}

/*Clase a aplicar a los checkbox*/
.CheckBox
{
	font-family:Verdana;
	font-size:11pt;
	font-weight:bold
}

/*Clase a aplicar a las listbox*/
.ListBox
{
	font-family:Verdana;
	font-size:8pt;
	font-weight: normal;
}

/*Clase a aplicar a los Botones*/
.Boton
{
	font-family:Verdana;
	color: #2b509e;
	font-size:11pt;
	height: 36px;
}

.Boton800
{
	font-family:Verdana;
	color: #2b509e;
	font-size:7pt;
	height: 36px;
}

/*Clase a aplicar a los TextArea*/
.TextArea
{
	font-family:Verdana;
	font-size:11pt;
	font-weight:bold
}

/*Clase a aplicar a los Radio Buttons*/
.Radio
{
	font-family:Verdana;
	font-size:11pt;
	font-weight:bold
}

/*Clase para Tablas que agrupan controles*/
.Tabla1
{
	border-width:0;
}

/*Clase para Columnas de datos de las tablas que agrupan controles*/
.ColDatos
{
	/*background-color:#66ccff;*/
	background-color:palegreen/*#6098c8;*/
	font-size:8pt;
	font-family:Arial;
	color:Black;
}

/*Clase para Columnas de titulos de las tablas que agrupan controles*/
.ColTitulo
{
	text-align:center;
	background-color:#015540;
	font-size:8pt;
	font-weight:bold;
	font-family:Arial;
	color:White;
}

.LinkBlanco
{
	color:White;
}

.MensajeBienvenida
{
	font-size:10pt;
	font-family:Arial;
	color: #015540;
	font-weight:bold;
}

.MensajeBlanco
{
	font-size:8pt;
	font-family:Arial;
	color: White;
	font-weight:bold;
}

.FondoMenu
{
	background-color:#3B71A6;
}
.CuerpoLateral
{
	background:WHITE url(Imagenes/left_portal.png) no-repeat left top;
}


.MenuPrincipal
{
	font: 7pt Univers;
	border-bottom-style:ridge;
	border-bottom-color:#646363;
	border-bottom-width:thin;

}

.FontTitulo
{
	font: 18pt Times New Roman;
	color:#A0263B;
	font-weight:bold;
	text-align:center;
}

.FontSubtitulo
{
	font: 12pt Times New Roman;
	color:#A0263B;
	font-weight:bold;
	text-align:center;
}

.FontSubtituloNew
{
	font: 12pt Times New Roman;
	color:black;
	font-weight:bold;
	text-align:center;
}

.FontSubleft
{
	font: 12pt Times New Roman;
	color:#A0263B;
	font-weight:bold;
	text-align:left;
	text-decoration:underline;
}

.FontTextoLibre
{
	font: 8pt Univers;
	color:black;
}

.FontHistorico
{
	font: 8pt Univers;
	color:#046396;
}

.FontHistorico800
{
	font: 7pt Univers;
	color:#046396;
}

.FontColumna1
{
	font: 10pt Verdana;
	color:black;
	font-weight:normal;
}


.FontHistoricoNew
{
	font: 8pt Univers;
	color:black;
}

.FontMessage
{
	font: 8pt Univers;
	color:#A0263B;
}

.FontSmall
{
	font: 7pt Univers;
	color:#046396;
}

.FontNotas
{
	font: 10pt Univers;
	font-weight:bold;
	color:#7a6b2f;
}

.FontNotas800
{
	font: 7pt Univers;
	font-weight:bold;
	color:#7a6b2f;
}


.inputstyle  
      { 
        font: 8pt Univers;
        background-color:#fcfaeb;
        color:#046396;
       }


.ListaValores
{
	background-color:#b7cfe5;
	border-style:ridge;
	border-width:thin;
	border-color:white;
	font:7pt Univers;
	color:white;
}

.FondoOficial
{
	background-color:#046396;
	font: 8pt Univers;
}

.CuerpoPagina
{
	font: 8pt univers;	
	border-style:ridge;
	border-color:#046396;
	border-width:thin;
	text-align:justify;
}	


.Boton
{
	font: 8pt univers;	
	background: #ebebeb;
	color:#006699;
	font-weight:bold;
	height:25;
	width:100;
}

.BotonInicio
{
	font: 8pt univers;	
	background: #e6e6e6 url(Img/BUILD11A.ico) no-repeat right center;
	color:black;
	height:25;
	width:65;
	text-align:left;
	font-weight:bold;
}

.BotonAnterior
{
	font: 8pt univers;
	color:black;
	background: #e6e6e6 url(Img/ATRAS.gif) no-repeat right center;
	height:25;
	width:65;
	text-align:left;
	font-weight:bold;
}

.BotonExcel
{
	font: 8pt univers;	
	background: #e6e6e6 url(Img/Access_022.ico) no-repeat right center;
	color:black;
	font-weight:bold;
	height:25;
	width:70;
	text-align:left;
}


.FontEncTabla
{   font: 7pt Univers;
	font-weight:bold;
	color: White;
	background-color:#046396;
}


.EncTabla
{ 	font: 7pt Univers;
	font-weight:bold;
	color: White;
	/*background-color:#046396;*/
	background-color:#015540;
	border-style:ridge;
	border-width:thin;
	text-align:center;
}

.EncTotales
{ 	font: 7pt Univers;
	font-weight:bold;
	color:BLACK;	
	border-style:none;		
	text-align:center;
}

.FontCuerpoTabla
{
	font: 7pt univers;
	border-style:ridge;
	border-color:white;
	border-width:thin;	
	color:black;
	text-align:left;
}


.CuerpoTabla
{ 	
	font: 7pt univers;	
	border-style:ridge;
	border-color:white;
	border-width:thin;
	text-align:right;
	color:black;
}

.CuerpoTablaNew
{ 	
	font: 7pt univers;	
	border-style:ridge;
	border-color:white;
	border-width:thin;
	text-align:right;
	color:white;
}

.CuerpoLista
{ 	
	font: 7pt univers;	
	border-style:ridge;
	border-color:white;
	border-width:thin;
	text-align:left;
	color:black;
}
.CuerpoListaNew
{ 	
	font: 7pt univers;	
	border-style:ridge;
	border-color:white;
	border-width:thin;
	text-align:left;
	color:white;
}

.CuerpoLTotales
{ 	
	font: 8pt univers;	
	/*background-color:gray;*/
	background-color:#015540;
	font-weight:bold;	
	border-style:outset;
	border-color:white;
	border-width:thin;
	text-align:right;
	/*color:#046396;*/
	color:white
}

.CuerpoTTotales
{ 	
	font: 8pt univers;	
	/*background-color:gray;*/
	background-color:#015540;
	font-weight:bold;	
	border-style:outset;
	border-color:white;
	border-width:thin;
	text-align:left;
	/*color:#046396;*/
	color:white
}

.Boton2
{
	border-style:double;
	border-color:#046396;
	background: #f7f3d2;
	filter: Alpha(Opacity=100, FinishOpacity=0, Style=2, StartX=25, StartY=25, FinishX=100, FinishY=100); 
	color:#046396;
}
.FontTextosTabla
{
	font: 7pt verdana ;
	font-size:smaller;
}

.TextosTabla
{ 	
	font: 7pt verdana ;
	font-size:smaller;	
	border-style:groove;
	border-width:medium;
	border-color: Gray ;
	text-align:left;
	
}
.EncTablaTitulos
{ 	
	font: 7pt univers;
	border-style: ridge  ;
	border-color: White;
	border-right-style:ridge ;
	text-align: right;
	color: Black  ;
	
}

.TablaTitulos
{ 	
	font: 7pt univers;
	border-color: White;
	border-right-style: groove  ;
	text-align: right;
	color: Black  ;
	
}

/*Clase a aplicar la imagen de fondo*/
.TopInterno
{
	background-color: White;
	background-image:url(1024TopInterno.jpg);
} 

.TopInternoPie
{	background-color: White;
	background-image:url(1024Bottom.jpg);
} 


.DetallePrincipalMedio
{
/*	background-color:#76a8f6;*/
/*	background-color:#00854A;*/
	/*background-color:#6479B8;*/
	background-color:#EAAB1A;
	font-size:8pt;
	font-family:Verdana;
	color:White;
}


