/* BODYs */

BODY {
	font-family: Verdana;
	font-size: 9pt;
	margin: 0px;
	cursor: default;
	overflow: auto;
	border: none;
	background-color: #F5F5F5;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: top left;
	SCROLLBAR-FACE-COLOR: #E6E4D0;
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
	SCROLLBAR-SHADOW-COLOR: #3E4E0F;
	SCROLLBAR-3DLIGHT-COLOR: #CAC7A2;
	SCROLLBAR-ARROW-COLOR: #3E4E0F;
	SCROLLBAR-DARKSHADOW-COLOR: #CBC7A3;
	SCROLLBAR-BASE-COLOR: #E6E4D0;
}

FRAMESET {
	border: none;
}

FRAME {
	overflow: auto;
}

BODY.bodyAdmin {
	background-position: center top;
	background-repeat: repeat-y;
	background-image: none;
}

.bodyLogin {
	margin: 0px;
	background-color: #EAF1F4;
}

.headerAdmin {
	background-image: url(images/header.png);
}

.footer {
	background-color: #0093dd;
	color: #fff;
}

.footer a {
	color: #fff;
}

/* BARRA DE TITULO */

.titlebar {
}

.titlebarTitle {
	color: navy;
}

/* BOX Y PANEL */

.panel {
	border: solid 1px #006699;
}

.panelHeader {
	color: White;
	font-weight: bold;
	font-variant: small-caps;
	background-color: #006699;
}

.boxHeader {
	padding-bottom: 10px;
	color: White;
	font-weight: bold;
	font-variant: small-caps;
	background-image: url(images/box_t.gif);
	background-repeat: repeat-x;
}

.panelContainer, .boxContent {
	background-color: White;
}

.boxFooter {
	background-image: url(images/box_b.gif);
	background-repeat: repeat-x;
}

/* CALENDARIO NUEVO */

.cal {
	border: solid 1px #006699;
}

.calDayHeader, .calTitle {
	background-color: #0C6EB9;
	background-repeat: repeat-x;
	color: white;
	font-size: 8pt;
	font-weight: bold;
	font-variant: small-caps;
	border-bottom: solid 1px #006699;
	padding: 3px;
}

.calDay, .calOtherMonthDay, .calSelectedDay, .calTodayDay, .calWeekendDay {
	border-right: solid 1px #006699;
	border-bottom: solid 1px #006699;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 1px;
	text-align: left;
	color: black;
	background-color: whitesmoke;
}

.calNextPrev {
	padding: 4px;
}

.calOtherMonthDay {
	background-color: silver;
}

.calSelectedDay {
	color: Black;
	background-color: gold;
}

.calTodayDay {
	background-color: #A8C2D3;
}

.calWeekendDay {
	background-color: #E0E0E0;
}

/* DATAGRID */

.grid {
	border-color: #006699;
}

.gridHeader, .notaFinal {
	background-color: #0C6EB9;
	color: #fff;
}

.gridHeader a {
	color: #fff;
}

.gridSubHeader {
	color: black;
	background-color: gold;
}

.gridFooter {
	color: white;
	background-color: #0C6EB9;
}

.gridPager {
	background-color: whitesmoke;
	border-top-color: #006699;
}

.gridPager a:hover, .gridPager span {
	background-color: #f7c610;
	border-color: #f7c610;
}

.gridItem {
	background-color: whitesmoke;
	color: Black;
}

.gridItemAlternating {
	background-color: #EBF1FA;
	color: Black;
}

.gridColumn {
	border-right-color: #006699;
	border-top-color: #006699;
}

.gridColumnBBR {
	border-right-color: #006699;
	border-bottom-color: #006699;
}

.gridColumnBR {
	border-right-color: #006699;
}

.gridColumnBTL {
	border-top-color: #006699;
	border-left-color: #006699;
}

.gridColumnBL {
	border-left-color: #006699;
}

.gridColumnEdit {
	color: black;
	background-color: gold;
	border-right-color: #006699;
	border-top-color: #006699;
}

/* CONTROLES */

.label {
	font-weight: bold;
	border: none;
	font-family: Verdana;
	font-size: 8pt;
}

/*  CONTROLES */

.textbox {
	background-color: White;
	border: solid 1px #006699;
	color: Black;
	font-size: 8pt;
}


.combo {
	background-color: White;
	color: Black;
	font-size: 8pt;
	border: solid 1px #006699;
}

.validator {
	display: block;
	font-weight: bold;
	color: crimson;
}

.validator1 {
	background-image: url(images/chica_sianet.gif);
	background-repeat: no-repeat;
	padding: 5px;
	padding-bottom: 200px;
	padding-top: 3px;
	vertical-align: middle;
	text-align: center;
	width: 192px;
	height: 300px;
	font-weight: normal;
	color: Red;
}

/* OTROS */

TABLE {
	font-size: 8pt;
}

IMG {
	border: none;
}

a {
	color: #006699;
}

a:hover {
	color: #000;
}

.desaprobado {
	color: Red;
}

HR {
	border: solid 2px #006699;
}

.impresion {
	display: none;
}

.screen {
	display: inline;
}

/* DETALLE */
.nivel1 {
	color: White;
	font-weight: bold;
	font-variant: small-caps;
	background-color: #0C6EB9;
}

.nivel2 {
	background-color: #A8C2D3;
}

.guardando {
	border-right: black 2px solid;
	padding-right: 6px;
	border-top: black 2px solid;
	padding-left: 6px;
	font-weight: bold;
	font-size: 15pt;
	left: 25%;
	display: none;
	padding-bottom: 6px;
	border-left: black 2px solid;
	width: 50%;
	color: white;
	padding-top: 6px;
	border-bottom: black 2px solid;
	position: absolute;
	top: 27%;
	background-color: #3333cc;
	text-align: center;
	font-variant: small-caps;
	text-decoration: none;
}

.listHeader {
	font-size: larger;
	background-color: #006699;
	color: white;
	padding: 3px;
	margin: -3px;
	margin-bottom: 0px;
}


.toolbar {
	background-color: #006699;
	width: 540px;
	text-align: center;
}

.toolbarButton, .toolbarButton:hover {
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	color: White;
	background-color: #006699;
	width: 135px;
	border-left: solid 1px silver;
	border-right: solid 1px #808080;
	border-top: solid 1px silver;
	border-bottom: solid 1px #808080;
	line-height: 20px;
}

.toolbarButton:hover {
	background-color: White;
}

.progresoAjax {
	text-align: center;
	margin-top: 10px;
	font-size: 8pt;
}

.tree {
}

.tree A {
	background-color: transparent;
	background-image: none;
	border: none;
	padding: 2px;
	margin: 0px;
}

.treeNode {
	color: #000000;
	width: 100%;
	padding: 2px;
	border-bottom: solid 1px silver;
}

.treeNodeSelected {
	background-color: gold;
}

/* FIX */

#login {
	background-image: url(images/login.png);
	padding-top: 235px;
}

.loginCenter {
	background-image: url(images/fondo_login.png);
	text-align: left;
}

.contenidotop {
	background-image: url(images/bckmenu.png);
}

.userwrapper {
	background-image: url(images/bck.png);
}

ul.menuUsuario {
	background-image: url(images/menu.png);
}

ul.menuUsuario li.menuTitulo {
	background-image: url(images/menu.png);
	color: #fff;
}

.linkbutton:hover .linkbuttontext, .linkbutton:focus .linkbuttontext, .titlebarButton:hover .linkbuttontext {
	background-image: url(images/boton.png);
}

.linkbutton:hover, .linkbutton:focus, .titlebarButton:hover {
	background-image: url(images/boton.png);
}

.linkbuttonbig:hover {
	background-color: #ff6600;
}

.linkbuttonbig:hover, .calendar a:hover {
	background-color: #f7c610;
	border-color: #f7c610;
}
.fechaBienvenido {
	background-color: #f7c610;
	border-color: #f7c610;
}