/* Default CSS Stylesheet for a new Web Application project */

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: 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: 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: 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: 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: 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: 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:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	
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;
	}

.tdLogin	{
			color:"#FFFFFF";
			font-Size:9pt;
			font-family:"Arial";
			font-weight:normal;
			background-color:"#000033";
		}

.txtLogin	{
			color:"black";
			font-Size:9pt;
			font-family:"Arial";
			font-weight:normal;
			height:20px;
		}

.btnLogin	{
			background-color: #0066CC;
			border-bottom: #003333 solid 1px;
			border-left: #003333 solid 1px;
			border-right: #CCCCFF solid 1px;
			border-top: #3399CC solid 1px;
			color: "#FFFFFF";
			cursor:default;
			font-family:"Arial";
			font-size:9pt;
			font-weight: bold;
			text-decoration: "none";
		}

.tdErrorLogin	{
			color:"#FFFFFF";
			font-Size:7pt;
			font-family:"Arial";
			font-weight:normal;
			background-color:"#000033";
		}

.btnCelesteAnt{
			background-color: #9eb1ab;
			border-bottom: #003333 solid 1px;
			border-left: #9eb1ab solid 1px;
			border-right: #003333 solid 1px;
			border-top: #9eb1ab solid 1px;
			color: "#FFFFFF";
			cursor:default;
			font-family:"Arial";
			font-size:8pt;
			font-weight: bold;
			text-decoration: "none";
	}
	
.btnCeleste{
			background-color: #ff6900;
			border-bottom: #003333 solid 1px;
			border-left: #ff6900 solid 1px;
			border-right: #003333 solid 1px;
			border-top: #ff6900 solid 1px;
			color: "#FFFFFF";
			cursor:default;
			font-family:"Arial";
			font-size:8pt;
			font-weight: bold;
			text-decoration: "none";
	}	

.txtForm	{
			color:"black";
			font-Size:10pt;
			font-family:"Arial";
			font-weight:normal;
		}

.txtFormNumber	{
			color:"black";
			font-Size:10pt;
			font-family:"Arial";
			font-weight:normal;
			text-align:right;
		}


.tdObservacionTexto{
			color:"#990000";
			font-Size:9pt;
			font-family:"Arial";
			font-weight:normal;
			text-align:justify;
	}

.tdTitulo{
			font-family:"Georgia";
			font-size:16pt;
			color:"#000033";
	}

.tdEscenarioTexto{
			font-family:"Arial";
			font-size:9pt;
			color:"#000033";
			text-align:justify;
	}

.TxtCombo{
        		color:"black";
        		font-family:"Arial";
        		font-weight:normal;
        		font-size:9pt;
        		text-align:left;
	}

.TxtAsterisco{
        		color:"red";
        		font-Size:9pt;
        		font-family:"Arial";
        		font-weight:bold;	
	}

.tdCasoIngresarTitulo{
			font-family:"Georgia";
			font-size:16pt;
			color:"#000033";
	}

.tdCasoIngresarTexto{
			font-family:"Arial";
			font-size:10pt;
			color:"#000033";
	}

.tdCasoIngresarItem{
			font-family:"Arial";
			font-size:10pt;
			color:"#000033";
			font-weight:bold;
	}

.tdCasoIngresarAdvertencia{
			font-family:"Arial";
			font-size:9pt;
			color:"#000033";
	}

.tdFamiliarCuadroItem1{
			font-family:"Arial";
			font-size:9pt;
			color:"#000033";
			font-weight:bold;
			text-align:left;
	}

.tdFamiliarCuadroItem2{
			font-family:"Arial";
			font-size:9pt;
			color:"#000033";
			text-align:left;
	}

.tdFamiliarTexto{
			font-family:"Arial";
			font-size:10pt;
			color:"#000033";
			text-align:left;
	}

.tdFondoyPensionesCuadroItem1{
			font-family:"Arial";
			font-size:9pt;
			color:"#000033";
			font-weight:bold;
			text-align:left;
	}

.tdFondoyPensionesCuadroItem2{
			font-family:"Arial";
			font-size:9pt;
			color:"#000033";
			text-align:left;
	}

.tdFondoyPensionesCuadroTitulo{
			font-family:"Arial";
			font-weight:bold;
			color:"#000033";
			font-size:10pt;
	}

.tdFondoyPensionesCuadroSubTitulo{
			font-family:"Arial";
			color:"#000033";
			font-size:10pt;
	}

.tdTablaItem{
			font-family:"Arial";
			color:"#ffffff";
			font-size:8pt;
			background-color:"#000000";
			font-weight:bold;
	}

.tdTablaContenido{
			font-family:"Arial";
			color:"#000033";
			font-size:8pt;
			background-color:"#66ccff";
			text-align:center;
	}
	
.tdCarritoCabeceraAnt{
			font-family:"Arial";
			color:"#000033";
			font-size:8pt;
			background-color:"#9eb1ab";
			text-align:center;			
	}

.tdCarritoCabecera{
			font-family:"Arial";
			color:"#ffffff";
			font-size:8pt;
			background-color:"#666666";
			text-align:center;			
	}
	
.tdCarritoDerechaAnt{
			font-family:"Arial";
			color:"#000033";
			font-size:8pt;
			background-color:"#9eb1ab";
			text-align:right;			
	}	

.tdCarritoDerecha{
			font-family:"Arial";
			color:"#000033";
			font-size:8pt;
			background-color:"#666666";
			text-align:right;			
	}
	
.tdCarritoCabeceraDerechaAnt{
			font-family:"Arial";
			color:"#000033";
			font-size:8pt;
			background-color:"#dfe3e2";
			text-align:right;			
	}		

.tdCarritoCabeceraDerecha{
			font-family:"Arial";
			color:"#000033";
			font-size:8pt;
			background-color:"#e0e0de";
			text-align:right;			
	}

.tdCarritoCabeceraCentro{
			font-family:"Arial";
			color:"#000033";
			font-size:8pt;
			background-color:"#dfe3e2";
			text-align:center;			
	}

.tdCarritoCabeceraIzquierda{
			font-family:"Arial";
			color:"#000033";
			font-size:8pt;
			background-color:"#dfe3e2";
			text-align:left;			
	}

.tdTablaContenidoNumero{
			font-family:"Arial";
			color:"#000033";
			font-size:8pt;
			background-color:"#66ccff";
			text-align:right;
	}

.tdExcedenteSubtitulo{
			font-family:"Arial";
			font-size:9pt;
			color:"#000033";
			text-align:left;
			font-weight:bold;
	}

.tdExcedenteTexto{
			font-family:"Arial";
			font-size:9pt;
			color:"#000033";
			text-align:justify;
	}

.tdBrechaTexto{
			font-family:"Arial";
			font-size:9pt;
			color:"#000033";
			text-align:justify;
	}

.tdBrechaTablaTitulo{
			font-family:"Arial";
			font-size:9pt;
			color:"#000033";
			text-align:center;
			font-weight:bold;
	}

.tdItemOC{
			font-family:"Arial";
			font-size:9pt;
			color:"#000033";
			text-align:left;
			font-weight:bold;
	}

.tdPensionDeseadaTexto{
			font-family:"Arial";
			font-size:10pt;
			color:"#000033";
			text-align:left;
	}

.divStyleOff{
			font-family:"Arial";
			font-size:3pt;
			color:"#000033";
			text-align:center;
			cursor:hand;
	}

.divStyleOn{
			font-family:"Arial";
			font-size:8pt;
			color:"#000033";
			text-align:center;
			cursor:hand;
			font:weight:bold;
	}

.tdCarritoCuerpo{
			font-family:"Arial";
			font-size:8pt;
			color:"#000033";
			text-align:center;
	}
	
.tdCarritoCuerpoAlternoAnt{
			font-family:"Arial";
			font-size:8pt;
			color:"#000033";
			text-align:center;
			background-color:"#dfe3e2";
}

.tdCarritoCuerpoAlterno{
			font-family:"Arial";
			font-size:8pt;
			color:"#000033";
			text-align:center;
			background-color:"#E0E0DE";
}	

.tdCarritoCuerpoAlternosinFormatoAnt{
			font-family:"Arial";
			font-size:8pt;
			color:"#000033";
			background-color:"#dfe3e2";
}	

.tdCarritoCuerpoAlternosinFormato{
			font-family:"Arial";
			font-size:8pt;
			color:"#000033";
			background-color:"#e0e0de";
}	

.tdRespuestaInformeSituacionItem{
			background-color: #dfe3e2;
			border-bottom: #000033 solid 1px;
			border-left: #000033 solid 1px;
			border-right: #000033 solid 1px;
			border-top: #000033 solid 1px;
			color: "#000033";
			font-family:"Arial";
			font-size:8pt;
			font-weight:normal;
			text-decoration:none;
			text-align:right;
}			

.tdRespuestaInformeSituacion{
			background-color: white;
			border-bottom: #000033 solid 1px;
			border-left: #000033 solid 1px;
			border-right: #000033 solid 1px;
			border-top: #000033 solid 1px;
			color: "#000033";
			font-family:"Arial";
			font-size:8pt;
			font-weight:normal;
			text-decoration:none;
			text-align:left;
			text-valign:top;
}

.tdPensionDeseadaItem{
			font-family:"Arial";
			font-size:9pt;
			color:"#000033";
			font-weight:bold;
			text-align:justify;
	}

.lnkMenu	{
		font-family:"Arial";
		font-size:8pt;
		font-weight:normal;	
		color:"blue";
		text-decoration:"underline";
	}

.lnkMenu:hover{
			color:"blue";
			font-Size:8pt;
			font-Family:"Arial";
			font-Weight:bold;
			text-decoration:"underline";
		}

.MenuTexto	{
		font-family:"Arial";
		font-size:10pt;
		font-weight:normal;	
		color:"black";
		text-decoration:"none";
		text-align:left;
	}

.MenuTextoTitulo	{
		font-family:"Arial";
		font-size:10pt;
		font-weight:bold;	
		color:"#990000";
		text-decoration:"none";
		text-align:left;
	}

.TituloTexto	{
		font-family:"Arial";
		font-size:16pt;
		font-weight:bold;	
		color:"black";
		text-decoration:"none";
	}

.btnDorado{
			background-color: #996633;
			border-bottom: #333300 solid 1px;
			border-left: #333300 solid 1px;
			border-right: #FFCCCC solid 1px;
			border-top: #CC9966 solid 1px;
			color: "#FFFFFF";
			cursor:default;
			font-family:"Arial";
			font-size:10pt;
			font-weight:normal;
			font-style:italic;
			text-decoration:none;
			width:105;
	}

.TituloLogin{
			font-family:"Arial";
			font-size:16pt;
			color:"#000000";
			font-weight:bold;
	}
	
.TituloDerecha{
			font-family:"Arial";
			font-size:16pt;
			color:"#000000";
			font-weight:bold;
			text-align:right;
	}	

.SubTitulo{
			font-family:"Arial";
			font-size:8pt;
			color:"#000000";
			font-weight:bold;
	}

.TextoLogin{
			font-family:"Arial";
			font-size:8pt;
			color:"#000000";
			font-weight:normal;
	}

.ErrorTextoLogin{
			font-family:"Arial";
			font-size:8pt;
			color:"red";
			font-weight:bold;
	}

.ObservacionesLogin{
			font-family:"Arial";
			font-size:8pt;
			color:"red";
			font-weight:normal;
			text-align:center;
	}

.ObservacionesOC{
			font-family:"Arial";
			font-size:12pt;
			color:"red";
			font-weight:bold;
			text-align:center;
	}

.txtTextBox{
			font-family:"Arial";
			font-size:8pt;
			color:"#000000";
			font-weight:normal;
			text-align:center;	
	}
	
.txtLeftTextBox{
			font-family:"Arial";
			font-size:8pt;
			color:"#000000";
			font-weight:normal;
			text-align:left;	
	}
	
.txtRightTextBox{
			font-family:"Arial";
			font-size:8pt;
			color:"#000000";
			font-weight:normal;
			text-align:left;	
	}		

.txtRightAlign{
			font-family:"Arial";
			font-size:8pt;
			color:"#000000";
			font-weight:normal;
			text-align:right;	
	}
	
.TextoItem{
			font-family:"Arial";
			font-size:8pt;
			color:"#000000";
			font-weight:bold;
	}
	
.TextoItemComentario{
			font-family:"Arial";
			font-size:8pt;
			color:"#000000";
			font-weight:bold;
	}	
	
.TextoPaginas{
			font-family:"Arial";
			font-size:8pt;
			color:"#000000";
			font-weight:normal;
			text-align:left;
	}	

.TextoTabla{
			font-family:"Arial";
			font-size:8pt;
			color:"#000000";
			font-weight:normal;
			text-align:center;
	}	

.TextoTablaBlanco{
			font-family:"Arial";
			font-size:8pt;
			color:"#ffffff";
			font-weight:normal;
			text-align:center;
	}
	
.TextoTablaNaranja{
			font-family:"Arial";
			font-size:16pt;
			color:"#fe660d";
			font-weight:normal;
			text-align:center;
	}
	
.TextoTablaNaranjaSubrayado{
			font-family:"Arial";
			font-size:12pt;
			color:"#fe660d";
			font-weight:normal;
			text-align:center;
			cursor:hand;			
	}	

.TextoTablaNaranjaSubrayado2{
			font-family:"Arial";
			font-size:12pt;
			color:"#fe660d";
			font-weight:normal;
			text-align:center;
			cursor:hand;		
			text-decoration:underline;			
	}
	
.LineaEnBlanco{
			font-family:"Arial";
			font-size:2pt;
			color:"#fe660d";
			font-weight:normal;
			text-align:center;
	}			

.TextoConcurso{
			font-family:"Arial";
			font-size:10pt;
			color:"#000000";
			font-weight:normal;
			text-align:center;
	}

.TextoTablaReportes{
			font-family:"Arial";
			font-size:8pt;
			color:"#000000";
			font-weight:normal;
			text-align:center;
	}

.TextoTablaIzquierda{
			font-family:"Arial";
			font-size:8pt;
			color:"#000000";
			font-weight:normal;
			text-align:justify;
	}	
	
.TextoTablaDerecha{
			font-family:"Arial";
			font-size:8pt;
			color:"#000000";
			font-weight:normal;
			text-align:right;
	}	
	
.LinkTexto{
			font-family:"Arial";
			font-size:8pt;
			color:"333399";
			cursor:hand;
	}	
	
.LinkTexto:hover{
			font-family:"Arial";
			font-size:8pt;
			color:"#3333cc";
			font-weight:bold;
			text-decoration:underline;
	}			

.CabeceraTabla{
			background-color:"#666666";
			font-family:"Arial";
			font-size:8pt;
			color:"#ffffff";
			font-weight:bold;	
	}	

.CabeceraMenuAnt{
			background-color:"#9eb1ab";
			font-family:"Arial";
			font-size:8pt;
			color:"#ffffff";
			font-weight:bold;	
	}

.TextoTablaBlanco{
			font-family:"Arial";
			font-size:8pt;
			color:"#ffffff";
			font-weight:normal;
			text-align:center;
	}

.CabeceraMenu{
			background-color:"#666666";
			font-family:"Arial";
			font-size:8pt;
			color:"#ffffff";
			font-weight:bold;	
	}

.CuerpoMenuAnt{
			font-family:"Arial";
			font-size:8pt;
			color:"#000033";
			text-align:left;
			background-color:"#dfe3e2";
}

.CuerpoMenu{
			font-family:"Arial";
			font-size:8pt;
			color:"#888888";
			text-align:left;
			background-color:"#ececec";
}	

.TextoMenu{
			font-family:"Arial";
			font-size:8pt;
			color:"#ffffff";
			font-weight:bold;
			text-decoration:none;			
}

.txtTextBoxBlanco{
			font-family:"Arial";
			font-size:8pt;
			color:"#000000";
			font-weight:normal;
			text-align:center;	
			border-bottom: #ffffff solid 1px;
			border-left: #ffffff solid 1px;
			border-right: #ffffff solid 1px;
			border-top: #ffffff solid 1px;					
	}	

.txtTextBoxBlancoFA{
			font-family:"Arial";
			font-size:8pt;
			color:"red";
			font-weight:normal;
			text-align:center;	
			border-bottom: #ffffff solid 1px;
			border-left: #ffffff solid 1px;
			border-right: #ffffff solid 1px;
			border-top: #ffffff solid 1px;					
	}	

.CabeceraLoginAnt{
			background-color:"#9eb1ab";
			font-family:"Arial";
			font-size:8pt;
			color:"#ffffff";
			font-weight:bold;	
	}
	
.CabeceraLogin{
			background-color:"#666666";
			font-family:"Arial";
			font-size:8pt;
			color:"#ffffff";
			font-weight:bold;	
	}	
	
.prueba{
			font-family:"Bloody";
			font-size:10pt;	
	}	

.amazon{
			font-family:"amazon";
			font-size:10pt;	
	}	
	
