body {
	text-align: left;
	font-size:0.85em;
	color:#424649;
	font-family: "helvetica neue", helvetica, arial, sans-serif;
	margin:0;
	padding:0;	
	background-color: #ecf7ed;		
}
a{
	color:#424649;
	text-decoration: none;
	font-size: 90%;
}
A:LINK {
	text-decoration: none;
}
A:VISITED {
	text-decoration: none;
}
A:HOVER {
	text-decoration: none;
}
A:ACTIVE {
	text-decoration: none;
}
/*BUSCAR*/
input {
	border:0.08em solid #e3e3e3; 
}
/********<STRONG> --- RAIZ de ARBOL*/
strong {
	font-size:0.95em;   
	margin:0 0 1em 0; 
	color:#05533E; 
}
/*PEQUEÑA --- CARPETAS*/
small {	
	text-decoration: none;
	color:#414B56;
	font-size:0.75em; 
}

/* ACCESIBLES (sin JavaScript) */
.menuAcc{
	padding:0;
	margin:0;	
}
.lista{
	padding-left: 0.1em;
	margin-left: 0;
}
.raizAcc{
	font-size:0.95em;
	font-weight: bold;
	list-style-image: none;
	list-style-type: none;
	color:#05533E;
	padding-left: 0;
	margin-left: 0;
}
.raizAcc a{
	text-decoration: none;
	color:#05533E;	
}
.carpetaAcc{	
	text-decoration:none;
	color:#424649;
	font-weight: normal;
	font-style: normal;
	list-style-image: url("imagenes/flechamenuabierto.gif");
	margin-left:-1em;
	white-space: nowrap;
}
.carpetaAcc a{
	color:#424649;
	font-weight: normal;
	text-decoration:none;
}
.terminalAcc{
	color:#424649;
	font-weight: normal;
	list-style-image: url("imagenes/flechamenucerrado.gif");	
	font-style: italic;
	margin-left:-1em;
	white-space: nowrap;
}
.terminalAcc a{
	color:#424649;
	font-weight: normal;
	text-decoration:none;
}