body {
	background-image:url("fondo.gif");
	font-family:Verdana, Arial;
	font-size: 10pt;
	margin-left: 40px;
	margin-rigth: 20px;
	text-align: justify;
}
H1 {color: #000066; font-size: x-large; font-weight:bolder}
H2 {color:#000066; font-size:14pt; font-weigth:bolder}
H3 {color:#003399; font-size:12pt; font-weigth:bolder}
B {color:red; font-weigth:bolder; font-size: x-heigth}

.TitCapitulo {
	color: #000066; font-size: x-large; font-weight:bolder;
	}
.TitApartado1 {
	color:#000066; font-size:14pt; font-weigth:bolder;
	}
.TitApartado2 {
	color:#003399; font-size:12pt; font-weigth:bolder;
	}
.resaltado  {
	color:darkblue; font-size: x-heigth; font-style:italic;
	}
.pregunta {
	color:blue; font-size: 10pt; font-weigth:bolder;
	}
.respuesta {
	color:darkred; font-size: 10pt;
	}
.menu {
	font-size:8pt; font-weigth:bolder;
	text-align: left;
	margin-left:5px;
	margin-right:5px
	}

A:LINK {text-decoration: none; color:blue} 
A:VISITED {text-decoration: none; color:blue} 
A:HOVER {TEXT-DECORATION: underline; color:red }




