/* 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, IFRAME
{
	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: bold;
	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: #0A246A;
}

A:visited
{
	text-decoration: none;
	color: #0A246A;
}

A:active
{
	text-decoration: none;
	color: #0A246A;
}

A:hover
{
	text-decoration: underline;
	color: #000000;
}

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: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

.bodyMenu
{
	background-color: #F7F7F7;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	word-spacing: normal;
	}

.bodyBuscar
{
	background-color: #99ccff;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	word-spacing: normal;
	}

.lblOK
{
	color:green;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	font-style: italic;
}
.lblError
{
	color:Red;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	font-style: italic;
}
.lblBuscar
{
	color:#0A246A;
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	vertical-align:top;
	}
.txtBuscar
{
	background-color:White;
	font-family: Arial;
	font-size: 8pt;
}
.chkBuscar
{
	/*background-color:#DBEDFF;*/
	background-color:white;
	font-family: Arial;
	font-size: 8pt;
	color:#0A246A;
}
.ddlBuscar
{
	background-color:White;
	font-family: Arial;
	font-size: 8pt;
}
.btnBuscar
{
	background-color:#0f5995;
	font-family: Arial;
	font-size: 8pt;
	height: 20px;
}


.txtTitulo
{
	color: White;
	font-family: Arial;
	font-weight: bold;
	font-size: 12pt;
}

.tdTitulo
{
	color: White;
	font-family: Arial;
	font-weight: bold;
	font-size: 12pt;
	text-align:center;
	padding:3px;
	background-color: #a7a7a7;
	}
.tdTituloDcha
{
	width:5px;
	height:5px;
background-image:url(./images/menu/contenDcha_.gif)
	}

.tdTituloIzda
{
	width:5px;
	height:5px;
background-image:url(./images/menu/contenIzda_.gif)
	}

.tdMnuIzda
{
width:5px;
background-image:url(./images/menu/mnuLeft.gif)
	}

.tdMnuDcha
{
width:6px;
background-image:url(./images/menu/mnuRight.gif)
	}

.tdMnuDWIzda
{
width:5px;
height:6px;
background-image:url(./images/menu/mnuDwLeft2.gif)
	}

.tdMnuDWDcha
{
width:5px;
height:6px;
background-image:url(./images/menu/mnuDwRight2.gif)
	}

.tdMnuDW
{
height:6px;
background-image:url(images/menu/mnuDw2.gif)
}
	
.tdSesion
{
	color:#0A246A;
	background-color:#DBEDFF;
	font-size: 10pt;
	text-align:left; 
	}

.tdCampos
{
	/*background-color:#DBEDFF;*/
	background-color:White;		
	border-color:#99ccff;
	text-align:left; 
	vertical-align:top;
	padding:3px;
	}

.tdBotones
{
	background-color:#E3DFD4;
	/*background-color:#E5F2FF;
	background-color:#99ccff;*/
	/*background-color:white;*/
	text-align:center;
	padding:3px;
}

.tdAuxiliar 
{
	background-color:white;
	text-align:center;
	padding:3px;
	}	

.tablaAuxiliar
{
	border: solid 1px #E5F2FF;
	/*background-color:#f5f5f5;*/ 
	background-color:white;
	}

.dgrResultados 
{
	color:Black;
	background-color:#E3DFD4;
	
	border-color:White;
	font-size:8pt;
	font-weight:normal;
	
	}

.dgrResultadosCabecera
{
	color:White;
	background-color: #A7A7A7;
	border-color:White;
	font-weight:bold;
	font-size:8pt;
	text-align:center;
	}

#tdConfirmar
{
	color: White;
	font-family: Arial;
	font-weight: bold;
	font-size: 12pt;
	text-align:center;
	background-color: red;
}

#tdTitulo
{
	color: White;
	font-family: Arial;
	font-weight: bold;
	font-size: 12pt;
	text-align:center;
	background-color: #A7A7A7;
}

#tdSesion
{
	background-color:#99ccff;
	color:#0A246A;
	font-size: 10pt;
	text-align:left; 
	}

#tdCampos
{
background-color:#99ccff;	
border-color:#99ccff;
text-align:left; 
vertical-align:top;
 	}
#tdAux
{	
 border-color:#DBEDFF;
 
 background-color:#99ccff;
 text-align:left; 
 }

#tdBotones
{
	background-color:#99ccff;
	text-align:center;
}

.tblMenu
{
	Z-INDEX: 101; 
	LEFT: 8px; 
	POSITION: absolute; 
	TOP: 8px;
	 width:150px;
	}
.tdMnuUP,tdMnuSubUP
{
	width:19px;
}
.tdMnuItem
{
	text-align:left;
	}
#tblFrm
{
	text-align:center;
	POSITION: absolute; 
	TOP: 8px;
	}
	
	.xstooltip 
{
    visibility: hidden; 
    position: absolute; 
    top: 0;  
    left: 0; 
    z-index: 2; 
	width:570;
    font: normal 8pt sans-serif; 
    padding: 3px; 
    border: solid 1px;
    background-repeat: repeat;  
    background-image: url(images/fondo.gif);
    background-color:White; 
}

