A:link	{	
	text-decoration:	none;
	}	
		
A:visited	{	
	text-decoration:	none;
	}	
		
A:active	{	
	text-decoration:	none;
	}	
		
A:hover	{	
	text-decoration:	none;
	}
	
.TextoBarraNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;

}

.TextoBarraNav2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.TextoBarraNav3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF9900;
}

.FichaTitulo{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:  normal ;
	color: black;
}
.FichaCodigo{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: black;
}
.FichaComentario{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:  normal ;
	color: black;
}
.TextoError{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:  #FF9900;
	text-align: center  ;
	 line-height: 50px;
}


.LineasCuadroCategorias {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #D4D5D9;
	border-right-color: #D4D5D9;
	border-bottom-color: #D4D5D9;
	border-left-color: #D4D5D9;
	border-bottom-style: solid;
}
.TextoBotonesCategorias {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.LineaSeparacionBotones {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

