/* Default CSS Stylesheet for a new Web Application project */

.alineado:
{
	text-align: right;
}

.requerido
{
	font-family: Arial;
	font-size: xx-small;
	color: #333333;
}
.texto
{
	font-family: Arial;
	font-size: x-small;
	color: #333333;
}

.titulo
{
	margin-top: 12;
	font-family: Arial;
	font-size: 13pt;
	color: #cc0000;
}

.tituloUsuario
{
	text-align: center;
	font-family: Arial;
	font-size: smaller;
	color: white;
	font-weight: bold;
}

.filaUsuario
{
	background-color: White;
	font-family: Arial;
	font-size: 12px;
}

.AsignacionSector
{
	font-family: Arial;
	font-size: 11px;
	color: #333333;
}

.SectorTitulo
{
	font-family: Arial;
	font-size: 12px;
	color: #333333;
}

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;
}

.Milink
{
	text-decoration: none;
	color: blue;
	font-weight: bold;
}


A:link
{
	text-decoration: none;
	color: #990000;
	font-weight: bold;
}

A:visited
{
	text-decoration: none;
	color: #990000;
	font-weight: bold; /*color: #333333;*/ /*font-style:italic;*/
}

A:active
{
	text-decoration: none;
	color: DARKRED;
	font-style: italic;
}

A:hover
{
	text-decoration: none;
	color: DARKRED;
}

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;
}

/**		Agregado por Jaime Febres		**/
.linkDataGrid
{
	color: #a9a9a9;
	background-color: White;
}
.linkDataGrid:visited
{
	color: #a9a9a9;
	background-color: White;
}
.linkDataGrid:active
{
	color: #a9a9a9;
	background-color: White;
}
.headerTable
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #A7A7A7;
}
.subheaderTable
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#999999;
	background-color:#D8D6D5;
}
.itemTable
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: black;
}
.inputtextTable
{
	border:1px solid #CCCCCC;
}
.baseboton
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: Black;
	background-color:#D8D6D5;
	/**-background-image: url(images/baseboton.gif);**/
}

/**		Fin de Agregado por Jaime Febres	**/
/**		Agregado por Miguel Abarca U.	**/

/**		Esto es para los TextBox	**/





/*		Estilos Paginacion DataGrid	*/
A:visited /*		//	Nro de Paginas		*/
{
	font-size: x-small;
}

A:active /*		//	Al hacer Click		*/
{
	color: Black;
	vertical-align: middle;
	font-size: 10pt;
	font-weight: bold;
}

SPAN /*		//		Nro Pagina Actual	*/
{
	color: Purple;
	font-weight: bold;
	font-size: 18px;
}
/**		Fin de Agregado por Miguel Abarca U.	**/