.public{
	color:#64AE23;
	cursor:pointer;
	cursor:hand;
}
.nopublic{
	color:red;
	cursor:pointer;
	cursor:hand;
}

.listas{
	margin:2px;
	padding:2px;
}
/************* MENU **********/
.MENUS{
	display:block;
	position:relative;
	float:left;
	text-align:center;
	left:15%;
	margin-left:10%;
	width:350px;
	font-size:16pt;
}
.MENUS a{
	color:#666666;
}
.menuItem{
	display:block;
	padding:5px;
	margin:5px;
	text-align:right;
}
.magazine{
	padding-left:68px;
	background:url(../images/magazine.png) left top no-repeat;
	height:68px;
}
.documents{
	padding-left:68px;
	background:url(../images/documents.png) left top no-repeat;
	height:68px;
}
.news{
	padding-left:68px;
	background:url(../images/news.png) left top no-repeat;
	height:68px;
}
.events{
	padding-left:68px;
	background:url(../images/events.png) left top no-repeat;
	height:68px;
}
.gallery{
	padding-left:68px;
	background:url(../images/gallery.png) left top no-repeat;
	height:68px;
}
.registers{
	padding-left:68px;
	background:url(../images/report.png) left top no-repeat;
	height:68px;
}
.registersNum{
	padding-left:68px;
	background:url(../images/counts.png) left top no-repeat;
	height:68px;
}
.registersIn{
	padding-left:68px;
	background:url(../images/income.png) left top no-repeat;
	height:68px;
}
.registersFile{
	padding-left:68px;
	background:url(../images/files.png) left top no-repeat;
	height:68px;
}
.registersCap{
	padding-left:68px;
	background:url(../images/write.png) left top no-repeat;
	height:68px;
}
.users{
	padding-left:68px;
	background:url(../images/registers.png) left top no-repeat;
	height:68px;
}

.courses{
	padding-left:68px;
	background:url(../images/courses.png) left top no-repeat;
	height:68px;
}

.noact{
	color:white;
}
/*****************************************/
a,a:visited{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

.linkF{
	color:#64AE23;
	text-decoration:none;
	text-decoration:underline;
	cursor:pointer;
	cursor:hand;
}

.red{
	color:red;
}
.bold{
	font-weight:bold;
}
.text{
	border:1px solid #666666;
	color:black;
	padding:3px;
}
.txt25{
	font-size:25pt;
}
.button{
	border:1px solid #666666;
	color:#666666;
	padding:3px;
}
.button:hover{
	border:1px solid black;
	color:black;
	padding:3px;
}

/********************** CLASES DE TABLAS ************/
.rowsHead{
	background-color:#64AE23;
	color:white;
	font-size:12pt;
	padding:2px;
}
.rowgray{
	background-color:#dddddd;
}
/********************** PAGINA DOCUMENTOS************/
#documentos{
	margin-top:5px;
}
#documentos table{
	width:100%;
	font-size:12pt;
}

#documentos table tr td,#documentos table tr th{
	padding:5px;
}
#documentos table tr td{
	font-size:10pt;
}
.SingleForm{
	font-size:12pt;
	position:relative;
}
.SingleForm table tr td,.SingleForm table tr td{
	padding:5px;
}

/****************  PAGINA CATEGORIAS,EVENTOS,USUARIOS ****************/
#categorias,#eventos,#usuarios{
	position:relative;
	float:left;
	clear:left;
	width:50%;
	margin:20px 30px 10px 0px;
	border:1px solid gray;
}

#formularioCategorias,#formularioEventos,#formularioUsuarios{
	position:relative;
	float:left;
	clear:right;
}
