/*a, a:visited {  color: #6f6f6f; background-color: white;}*/
/*a:hover {  color: black; background-color: white;} */

body {background-color: #ffffff;}

li li {color: #555; }

#titulo-envoltorio { color: black; background-color: #b2b2b2; } 

#columnas-envoltorio {
	background-color: white; 
	border-color: yellow; /* white; */
	color: black;
	margin: 1px;
}

#titulo {
	color: #444;
/*	background-color: white; si se pone color se joroba la banda gris !! */
}

span { color: #6f6f6f; font-weight: bold; }	

#columna-centro a, #columnas-centro a:visited {
	background-color: white;
	color: #444; 
	text-decoration: none;
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-right: 1px solid white;
	border-bottom: 1px solid orange;
} 

#columna-centro a:hover {
	background-color: orange;
	color: black; 
	border: 1px solid black;
}

#columna-centro a.linkNulo, #columna-centro a.imgNulo:visited {
	background-color: white;
	color: #444; 
}

#columna-centro a.linkNulo:hover {
	background-color: white;
	color: black; 
}

#ntr a, #ntr a:visited {
	background-color: white;
	color: #444; 
	text-decoration: none;
	border: 0px solid white;
} 

#ntr a:hover {
	background-color: white;
	color: black; 
	border: 0px solid;
}
#listaUsuarios table {
	border-color: rgb(187, 187, 187) black black rgb(187, 187, 187); 
	background-color: #DDDDDD;
}

#listaUsuarios td {
	border-color: black rgb(187, 187, 187) rgb(187, 187, 187) black; 
	background-color: white;
}

h1, h2, h3, h4, h5, h6 { color: #6f6f6f; }	
h1, h2 { border-bottom: 2px solid orange; }

h1.p, h2.p, h3.p, h4.p, h5.p, h6.p { text-indent: 10px}

#columnas {border-color: white; }
#pagina-fin {background: #ffffff; }

#columna-derecha a,  #columna-derecha a:visited  {
  background-color: white; 
  color: #444; 
  border-bottom: 2px solid white; 
  border-left: 2px solid white; 
 }  
#columna-derecha a.activo-0 { 
	color: black; 
	border-bottom: 2px solid orange; 
	border-left: 2px solid orange; 
}
#columna-derecha a.activo-0:hover { 
	color: black; 
	background-color: orange; 
	border-left: 2px solid black; 
	border-bottom: 2px solid black; 
}
#columna-derecha a:hover { 
	background-color: orange; 
	color: black; 
	border-bottom: 2px solid black; 
	border-left: 2px solid black; 
}

#columna-derecha a.activo-1 { 
	color: black; 
	border-bottom: 2px solid orange; 
	border-left: 2px solid orange; 
}
#columna-derecha a.activo-1:hover { 
	color: black; 
	background-color: orange; 
	border-left: 2px solid black; 
	border-bottom: 2px solid black; 
}

#columna-derecha a.w3c, #columna-derecha a.w3c:visited, #columna-derecha a.w3c:hover {
	background-color: white; 
}

#inicial table { color: black; }
#inicial td { background-color: white;	border-color: LightGrey;}
#inicial th { background-color: LightGrey;	color: #3f3f3f; }

#directorio table { background-color: white;  color: #655; }
#directorio th { background-color: LightGrey; color: #3f3f3f;	border-color: orange;}
#directorio td {	background-color: #e9e9e9; }
#directorio td.dato { color: #655; }
#directorio td p.resalta { background-color: white; }

#directorio td.blanco { background-color: white; }

#directorio a, #directorio a.visited { background-color: #e9e9e9;  }

#tabla-ensayos table { background-color: white;  color: #655; } 
#tabla-ensayos th {	background-color: LightGrey; 	color: #3f3f3f;	border-color: orange; }
#tabla-ensayos td {	background-color: white; 	color: #3f3f3f; }
#tabla-ensayos td.par {	background-color: white; }
#tabla-ensayos td.impar {	background-color: #e9e9e9;}
#tabla-ensayos a, #tabla-ensayos a:visited, #tabla-ensayos a:hover {
  background-color: white;	
	color: #444; 
	text-decoration: none;
	border: 0px solid white;
} 
#tabla-ensayos a.impar, #tabla-ensayos a:visited.impar, #tabla-ensayos a:hover.impar {
  background-color: #e9e9e9;	
}

#mejoras p.importante{
	background-color: #ffa71d;
	font-size: 120%;
	font-weight: bold;
	margin: 5px;
	padding: 10px;
}	

#mejoras p.mejoras {
	background-color: white;
}	

#mejoras h4 {
	background-color: #E9E9E9;
}

#listaMejoras{
	background-color: white;
	color: black;
}

table.tabla { background-color: orange; border-color: orange;} 
th.tabla {	background-color: LightGrey; 	color: #3f3f3f;	border-color: orange; }
td.tabla {	background-color: white; 	color: #3f3f3f; margin: 2px; }

#pagina-fin {
	color: #777;
}
