/*Menu imprime solo es una prueba*/
body {
font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
color: white;
background-color: teal;}
h1 { color: silver;
     font-style: oblique}
	 
	 P:first-letter {font-size:200%}
	 
	 #navegador{
	 background : #F5F4C3;
	 padding : 3px 10px 5px 10px;
	 border-top : 1px solid #cccccc;
	 border-bottom : 1px solid #cccccc;
	 
	 a.enlacenav:LINK {color: #494E6B;}
	 a.enlacenav:HOVER{color: #3F7DE3;}
	 
	 address {
	 margin-top: 1em;
	 padding-top: 1em;
	 border-top: thin dotted}
	 
