4/* COMIENZA: estilos generales del sistema */
* {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
}
body {
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
	padding:0px;
}
img {
	border: 0px;
}
input, select {
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
}
#popupMask {
	position: absolute;
	z-index: 500;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 2000px;
	opacity: .4;
	filter: alpha(opacity=40);
	/* this hack is so it works in IE
	 * I find setting the color in the css gives me more flexibility
	 * than the PNG solution.
	 */
	background-color:transparent !important;
	background-color: #333333;
	/* this hack is for opera support
	 * you can uncomment the background-image if you don't care about opera.
	 * this gives you the flexibility to use any bg color that you want, instead of the png
	 */
	background-image:none;
	background-repeat: repeat;
	display:none;
}
/* TERMINA: estilos generales del sistema */

/* COMIENZA: estilos para la interfaz generada por la clase interfaz */
#wrapper {

}
#header {
	background-image:url(../img/fondo1.jpg);
	background-repeat:repeat-x;
	margin: 0px;
	padding:0px;
	border: 0px;
}
#header2 {
	background-image:url(../img/fondo1.jpg);
	background-repeat:repeat-x;
	margin: 0px;
	padding:0px;
	border: 0px;
}
#header table, #header2 table {
	width:100%;
	margin: 0px;
	padding:0px;
	border: 0px;
	border-spacing:0px;
}
#hecell {
	text-align:center;
}
#hecell2 {
	text-align:right;
}
#infousu {
	width: 100%;
	text-align: right;
}
#infousu a, #infousu a:visited {
	text-decoration:none;
	color:#003366;
}
#titulopag {
	width: 100%;
	text-align: left;
	margin-left: 10px;
	font: bold 18px Tahoma, Arial, Helvetica, sans-serif;
	color:#057816;
}
#navegacion {
	width: 100%;
	text-align: left;
	margin-left: 10px;
	font: bold 10px Tahoma, Arial, Helvetica, sans-serif;
	/*color: #014F7F;*/
}
#navegacion a{
	font: normal 11px Tahoma, Arial, Helvetica, sans-serif;
	text-decoration:none;
	color: #014F7F;
}
#container {
	width: 100%;
	float: right;
	margin-left: 0px;
}
#content {
	/*background: #ffffff;*/
}
#content a, #content a:visited {
	color: #002B80;
	text-decoration:none;
}
#content a:hover {
	color: #801500;
	text-decoration: underline overline;
}
#footer {
	/*background: #ffffff;*/
}
.clearing {
	height: 0;
	clear: both;
}
table {
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	border:0px;
	padding:0px;
	margin:0px;
	empty-cells:show;
}
/* TERMINA: estilos para la interfaz generada por la clase interfaz */

/* COMIENZA: estilos para los enlaces con look de boton */
a.aboton, a.aboton:visited, a.aboton2, a.aboton2:visited {
	color:#26a;
	display:block;
	float:left;
	border:1px solid;
	border-color:#aaa #000 #000 #aaa;
	text-decoration:none;
	width:25px;
	text-align:center;
	height:2em;
	line-height:2em;
	background:#e0e0e0;
}
a.aboton2, a.aboton2:visited {
	width:100px;
}
a.aboton:hover, a.aboton2:hover {
	color:#000;
	background:#f0f0f0;
	position:relative;
	top:1px;
	left:1px;
	text-decoration:none;
	border-color:#000 #aaa #aaa #000;
}
a.aboton img, a.aboton2 img {
	padding-top:2px;
}
/* TERMINA: estilos para los enlaces con look de boton */

/* COMIENZO: estilos para las tablas de listados */
table.panku_tbl {
	border-collapse: collapse;
	border-spacing:0px;
	empty-cells:show;
}
table.panku_tbl th {
	background-color: #D1DCB2;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	height: 2em;
}
table.panku_tbl tr{
	background-color: #FAFBE9;
}

table.panku_tbl tr.selec{
	background-color: #FFFEE5;
}

table.panku_tbl tr.odd{
	background-color: transparent;
	/*background-color: #FFFFFF;*/
}
table.panku_tbl tr.selecodd{
	background-color: #FFFEE5;
}
table.panku_tbl td {
	border: 1px dotted #CCCCCC;
}
/*table.panku_tbl  tr:hover{
	background-color: #FFFEE5;
}*/
table.panku_tbl td{
	padding: 0.5em;
}
/*
table.panku_tbl td a:link, table.panku_tbl th a:link{
	color: black;
}
table.panku_tbl td a:visited, table.panku_tbl th a:visited{
	color: black;
	text-decoration: line-through;
}
table.panku_tbl td a:hover, table.panku_tbl th a:hover{
	color: purple;
	text-decoration: underline;
}
table.panku_tbl td:last-child a:hover{
	color: red;
	text-decoration: underline overline;
}*/
/* TERMINA: estilos para las tablas de listados */

/* COMIENZO: estilos para las tablas de formularios */
table.panku_form {
	/*border-collapse: collapse;*/
	border-spacing:0px;
	empty-cells:show;
	border: 1px solid #CCCCCC;
}
table.panku_form th{
	background-color: #D1DCB2;
	/*border-top: 1px solid black;*/
	border-bottom: 1px solid #CCCCCC;
	height: 2em;
}
table.panku_form tr{
	background-color: #FAFBE9;
}
table.panku_form tr.odd{
	background-color: #FFFFFF;
}
table.panku_form td {
	border-bottom: 1px solid #CCCCCC;
}
table.panku_form tr.last td {
	border-bottom: 0px;
}
table.panku_form td{
	padding: 0.5em;
}
/* TERMINA: estilos para las tablas de formularios */

/* COMIENZO: estilos para el sistema eKnowtech */
.seleccfiltro {
	color: #0000CC
}
.DIVISION_CAPA {
	cursor: auto;
	border-top: 1px solid #C5C5C5;
	height: 1px;
}
.titulo_capa {
	COLOR: #ffffff;
}
.titulo2 {
	font: bold 18px Tahoma, Arial, Helvetica, sans-serif;
	color:#060;
}
.titulo3 {
	font: bold 14px Tahoma, Arial, Helvetica, sans-serif;
	color: #000000;
}
.sombreado {
	color: #999999;
}
.resaltado {
	color: #ff0000;
}
.resaltado2 {
	color: #0066cc;
}
.resaltado3 {
	color: #060;
}
.resaltado4 {
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	color:#360;
}
.cursopropio {
	color: #ff7f00;
}
.noticias {color: #009140}


.cursocompartido {
	color: #FF00FF;
}
div.msgexito, div.msgerror, div.msgadvertencia {
	text-align:left;
	padding: 2px 4px 2px 6px;
	margin: 5px 2px 5px 2px;
}
div.msgexito {
	border: 1px solid #74DE50;
	background-color:#D9FFD2;
}
div.msgerror {
	border: 1px solid #FF4F4F;
	background-color:#FFD9D9;
}
div.msgadvertencia {
	border: 1px solid #FFC964;
	background-color:#FEE7BA;
}
table.panku_filtro {
	/*border-collapse: collapse;*/
	border-spacing:0px !important;
	empty-cells:show !important;
	width:100% !important;
	text-align: left !important;
}

table.correo_form {
	border-collapse: collapse;
	border-spacing:0px;
	empty-cells:show;
	border: 1px solid #CCCCCC;
}
table.correo_form th{
	background-color: #a0c0e0;
	border-bottom: 1px solid #CCCCCC;
	height: 2em;
}
table.correo_form tr{
	background-color: #F2F2F2;
}
table.correo_form tr.odd{
	background-color: #FFFFFF;
}
table.correo_form td{
	padding: 0.3em;
}

.code {
	font: 11px "Courier New", Courier, monospace;
}

/*links de texto con estilo de boton*/
a.linkletra, a.linkletra:visited {
	color:#26a;
	display:block;
	float:left;
	border:1px solid;
	border-color:#aaa #000 #000 #aaa;
	text-decoration:none;
	/*width:200px;*/
	text-align:center;
	height:2em;
	line-height:2em;
	background:#e0e0e0;
}
a.linkletra:hover {
	color:#000;
	background:#f0f0f0;
	position:relative;
	top:1px;
	left:1px;
	text-decoration:none;
	border-color:#000 #aaa #aaa #000;
}
a.linkletra img {
	padding-top:2px;
}

/* ---- Paginador --------------------------------------------------------- */


/*
Plugin Name: WP-Digg Style Paginator
Plugin URI: http://www.mis-algoritmos.com/2007/09/09/wp-digg-style-pagination-plugin-v-10/
Author: Victor De la Rocha
Author URI: http://www.mis-algoritmos.com
*/
/*Scott*/
div.pagination {	
	padding:3px;
	margin:3px;
	text-align:center;
}

div.pagination a {
  font:Arial, Helvetica, sans-serif;
  font-size:10px;
	
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #ddd;
	
	text-decoration: none; 
	color: #88AF3F;
}
div.pagination a:hover, div.pagination a:active {
	font:Arial, Helvetica, sans-serif;
	font-size:10px;
	
	border:1px solid #85BD1E;
	color: #638425;
	background-color: #F1FFD6;
}
div.pagination span.current {
	font:Arial, Helvetica, sans-serif;
	font-size:10px;
	
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #B2E05D;
	font-weight: bold;
	background-color: #B2E05D;
	color: #FFF;
}
div.pagination span.disabled {
	font:Arial, Helvetica, sans-serif;
	font-size:10px;
	
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #f3f3f3;
	color: #ccc;
}
div.pagination span.total {
	font:Arial, Helvetica, sans-serif;
	font-size:12px;

	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #ddd;
	
	text-decoration: none; 
	color: #88AF3F;
}

.zebra { }
table.iceDatTbl {
	background-color: #FFFFFF;
	border-collapse: collapse;
	border-color: -moz-use-text-color -moz-use-text-color;
	-moz-use-text-color #D9D9D9;
	/*border-style: none none none solid;*/
	border-width: medium medium medium 1px;
	margin: 0;
}
.iceDatTbl tr, .iceDatTbl td {
	border: 1px solid #D9D9D9;
}
.iceDatTbl td {
	text-align: left;
	font-size: 13px;
	
}
td.elementButton {
	text-align: center;
}

.iceDatTbl input[type=text], .iceDatTbl input[type=password], .iceDatTbl input[type=checkbox]
, .iceDatTbl input[type=file], .iceDatTbl input[type=radio]
.iceDatTbl select, select, .iceDatTbl textarea, textarea {
	border: 1px solid #b9b9b9;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	margin: 2px;
	padding: 2px;
}

input.iceCmdBtn {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin:1px;
	padding: 2px;
}

.iceDatTblRow1 {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: #FFFFFF none repeat scroll 0 0;
	border: 1px solid #D9D9D9;
}

.iceDatTblRow2 {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: #F9F9F9 none repeat scroll 0 0;
	border: 1px solid #D9D9D9;
}

.iceDatTbl tr.odd {
	background-color: #F9F9F9;
}


.iceDatTblColHdr, .iceDatTbl th {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	-x-system-font: none;
	background: #FFFFFF url(../img/table_col_header.gif) repeat-x scroll left bottom;
	border: 1px solid #D9D9D9;
	color: #060;
	font-family: tahoma;
	font-size: 11px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: normal;
	padding: 5px;
}

.iceDatTbl tbody tr th {
	text-align: left;
}
.iceDatTbl thead tr th {
	text-align: center;
}

/* Estilos para los paneles plegables */
.panel_head {
	padding: 5px 10px;
	cursor: pointer;
	position: relative;
	background-color: #FFCCCC;
	margin: 2px;
	text-align: left;
}
.panel_body {
	padding: 5px 10px 15px;
	background-color: #F4F4F8;
	text-align: left;
}
/* Fin de Estilos para los paneles plegables */

/* ---- Búsqueda --------------------------------------------------------- */

.search{
	width: 300px;
	background: #F0F0F0 url(../img/search.png) no-repeat scroll right 2px;
	color: #8c8c8c;
	padding:3px;
	border: 1px solid #393939;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}
.search.active{
	background: #FFF url(../img/search.png) no-repeat scroll right -18px;
	border-color: #000;
	color: #000;
}



/**************************************/
/* TERMINA: estilos para el sistema*/
