@media print {
   BODY {background: white;background-color: white;}
.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;
}
}
@media screen {
   BODY {background: #484848;background-color: #484848;}
.texteblanc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	color: white;
}
}

.texte_gris_clar {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #b7b7b7;
  text-decoration: none
  }
  
.texte_gris_clar:hover {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: white;
  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: white;
}

.linkblanc:hover {
	color: #CCCCCC;
}

.textemnu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	color: #b7b7b7;
}
.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: white;
}
/*
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: white;
}
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: white;
}
*/

.piepagina2 a{
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: white;
}

/* Estilos nuevos => DAVID */

#menu a, #menu4 a{
	color: White;
	padding-left:4px;
	padding-right:3px;  
}

#menu4 a:hover{
		color: #bbbbbb;
}

#submenu a{
	color: #bbbbbb;
	padding-left:4px;
	padding-right:6px;
}

#submenu a.subSelec, #menu a:hover, #submenu a:hover{
	color: White;
}

/* 
	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... Echarle un ojo!!!
*/
H1.texteblanc{
	padding:0px;
	margin:0px;
	color: white;
	font-weight: bold;
}

H1.titulo {
	color: white;	
}