body {
	scrollbar-face-color: #BDBDBD;
	scrollbar-3dlight-color: #E2E0E1;
	scrollbar-darkshadow-color: #97A0B6;
	scrollbar-track-color: #E0DFE5;
	scrollbar-arrow-color: #818B9E;
	scrollbar-highlight-color: #FFFFFF; 
	scrollbar-shadow-color: #D8D8D8;
	background-repeat: repeat-x;
}

/* BORDE IMAGENES */

.brd_img { 
	border: 1px solid #0a3e70;
	cursor: hand;
	margin-right: 18px;
}

.frm_fld_01 { /* CAMPOS DE LOS FORMULARIOS - USUARIO Y CONTRASEŅA */
	border: 1px solid #0A3E70;
	font-family: Arial;
	font-size: 11px;
	color: #0A3E70;
	text-decoration: none;
}

.frm_btn_01 { 
	border: 1px solid #0A3E70;
	font-family: Arial;
	font-size: 11px;
	color: #0A3E70;
	text-decoration: none;
}

/* FONDO - BORDE DE LAS TABLAS */

.fnd_tbl_01 { 
	background-color: #3D71A3;
}

.fnd_tbl_02 { 
	background-color: #D0DBE5;
}

.fnd_tbl_03 { 
	background-color: #0A3E70;
}

.fnd_tbl_04 { 
	background-color: #E1E2E6;
	background-repeat: no-repeat;
	background-position: right bottom;
}

/* TEXTOS */

.txt_01 { /* TEXTOS AZULES GRANDES - TITULOS */
	font-family: Arial;
	font-size: 14px;
	color: #0A3E70;
	text-decoration: none;
}

.txt_02 { /* TEXTOS AZULES CENTRALES */
	font-family: Arial;
	font-size: 12px;
	color: #0A3E70;
	text-decoration: none;
	text-align: justify
}

.txt_03 { /* TEXTOS AZULES CENTRALES */
	font-family: Arial;
	font-size: 18px;
	color: #0A3E70;
	text-decoration: none;
}

/* ENLACES */

.lnk_01 { /* LINKS IZQUIERDO */
	font-family: Verdana;
	font-size: 10px;
	color: #0B3F71;
	text-decoration: none;
}

.lnk_01:hover {
	color: #000000;
}

.lnk_02 { /* LINKS SUBMENU SUPERIOR */
	font-family: Arial;
	font-size: 11px;
	color: #0A3E70;
	text-decoration: none;
}

.lnk_02:hover {
	color: #5286b8;
}

.lnk_03 { /* LINKS SUBMENU SUPERIOR */
	font-family: Arial;
	font-size: 12px;
	color: #0A3E70;
	text-decoration: none;
	text-align: justify	
}

.lnk_03:hover {
	color: #5286b8;
}