.aviso {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	border: thin none #000000;
	color: #CE0000;
}

.aviso_noticia {
	font-family: "Courier New", Courier, monospace;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	border: thin none #000000;
	color: #CE0000;
}

.titulo {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}	

.tabla {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-style: normal;
	font-weight: bolder;
	color: #454545;
	text-align: center;
	letter-spacing: 3px;
	background-image: url(../../images/globales/tabla.gif);
}

.contenido {

	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align:justify;
}

.enlace_gray {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
}	

.enlace_negrito {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #006600;
	text-decoration: none;
}

.variable {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}	

.modulo {
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	font-style: normal;
	font-weight: bolder;
	color: #000000;
	text-align: left;
	letter-spacing: 6px;
}

.item {

	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	font-style: normal;
	font-weight: bolder;
	color: #FFFFFF;
	text-align: left;
	letter-spacing: 4px;
	background-image: url(../../images/globales/item.gif);
}

.item_selected {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	font-style: normal;
	font-weight: bolder;
	color: #FFFFFF;
	text-align: left;
	letter-spacing: 4px;
	background-image: url(../../images/globales/item_selected.gif);
}

.item_adm {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	border: thin solid #FFFFFF;
	color: #FFFFFF;
	background-color: #003366;
}

.texto {

	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

.error {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	border: thin none #000000;
	color: #FFFFFF;
}

.button {
	color: #FFFFFF;
	border: 1px solid #333333;
	text-decoration: none;
	padding: 4px;
	background-color: #666666;
	background-image: url(../../images/globales/back-buttons.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

table.menu a {
			width:190px;
			border:1px solid #333333;
			display: block;
			}

div.menu	a{
					color: #333333;
					background: #E4E4E4;
					text-decoration:none;
					font-size:11px;
					line-height:16px;
					padding: 2px 5px;
					font-family: Tahoma, verdana, sans-serif;
					}	
div.menu (position:absolute;top:0; left:0;) /*fixes IE slowness?? */
					
div.menu	a:link {
			color: #333333; 
			text-decoration: none; 
			background: #E4E4E4;
	}
div.menu	a:active {
			color: #FFFFFF; 
			text-decoration: none; 
			background: #E4E4E4;
			}
div.menu	a:visited {
			color: #000000; 
			text-decoration: none; 
			background: #E4E4E4;
			}
div.menu	a:hover {
			color: #FFFFFF; 
			text-decoration: none; 
			background: #6CBC2A;
			border:1px solid #000000;
			}
