body {
	color: black;
	background:#1917C4 ; 
	font-family: Garamond, sans-serif;
}
/*
p {
   margin-top: 0;
  margin-bottom: 0;
   padding : 0 0;
 }*/

  
h1, .titulo {
    font-size : 150%;
  	font-family: sans-serif  , "Times New Roman"; 
  	width: 100%;
   	color: #ffffff;
   	background: #000099;
   	text-align: center;
   	font-weight : normal;
	border: none;
	border-width: thin;
}
H1 A, .titulo A{
	color : Yellow;
	background-color : #000099;
}
.titulo1{
font-size : 150%;
  	font-family: sans-serif  , "Times New Roman"; 
  	width: 50%;
   	color: #ffffff;
   	background: #000099;
   	text-align: center;
   	font-weight : normal;
	border: none;
	border-width: thin;
}
.titulo2 {
	font-size : 130%;
  	 font-family: sans-serif  , "Times New Roman"; 
  	 width: 50%;
   	color: #000000;
   	background: #FFCC99;
   	text-align: center;
   	font-weight : normal;
	border: none;
	border-width: thin;
}

h2, .subtitulo {
	font-size: 120%;
	/*margin-left: 4%;*/
	font-family: "Garamond", "Times New Roman", serif;
	border: none;
	border-width: thin;
	width: 100%;
	color: Navy;
	background: #FFFF99;
	font-weight : bold;
}
h3, .apartado {
	font-size: 110%;
/* margin-left: 6%; */
    font-weight : bold;
 	font-family: "Garamond", "Times New Roman", serif;
	padding-bottom : 0%;
	text-decoration : underline;
 }
h4 {
	font-size: 100%;
/* margin-left: 7%; */
 }
h5 {
	font-size: 90%;
/* margin-left: 7%; */
 }
 h6 {
 	font-size: 80%;
/* margin-left: 7%; */
 }
 A:hover {
       color: Blue;
		background : #33FF99; 
}