@media print {
   BODY {background: white;background-color: white;}
}
@media screen {
   BODY {background: #f7f7f7;background-color: #f7f7f7;}
}

.texte_gris_clar {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #777777;
  text-decoration: none
  }
  
.texte_gris_clar:hover {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: black;
  text-decoration: none;
  }

.linkblanc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	color: black;
}
.linkblanc:hover {
	color: #cccccc;
}

.texteblanc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	color: black;
}

.textemnu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	color: #777777;
}
.textemnu:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	color: black;
}
/*
A.piepagina2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	color: black;
}
A.piepagina2:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	color: black;
}
*/

.piepagina2 a{
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #2E8B57;
}

p.pie {
	color: black;
}


/* Estilos nuevos DRR */

#menu a, #menu4 a{
	color: Black;
	padding-left:4px;
	padding-right:3px;
}

#submenu a{
	color: #666666;
	padding-left:4px;
	padding-right:6px;
}

#submenu a.subSelec, #submenu a:hover{
	color: black;
}

#menu4 a:hover, #menu a:hover{
	color: #BBB;
}
/* 
	No parece que funcione el heredar estilos declarados en otra pagina 
	De ahi que tenga que poner font-weight que ya estaba definido en el estils_comuns.css
	Parece que en el caso del menu ha funcionado... 
*/
H1.texteblanc{
	padding:0px;
	margin:0px;
	color: black;
	font-weight: bold;
}

H1.titulo {
	color: black;	
}
