*{
	margin:0px;
	padding:0px;
	
}

p{

	font-size:110%;
	color:black;
	margin-top: 20px;
	
}

marquee{
	
	font-size:110%;
	color:black;
	margin-top: 20px;
}
h10{
  color:black;
  text-align: center;
  font-size:120%;
  margin-top: 2px;
}
h1,h2{

	color:black;
	text-align: center;
	margin-top: 20px;
}
h3{
	font-size:350%;
	color:#4a2c7a;
	text-shadow: 2px  0px 0px black,
               0px  1px 0px black,
              -1px  0px 0px black,
               0px -1px 0px black;
}
h5{

	font-size:350%;
	color:green;
	text-shadow: 2px  0px 0px white,
               0px  1px 0px white,
              -1px  0px 0px white,
               0px -1px 0px white;
}

div#contenido2{
	margin:0 auto;
	
	padding:23px;
	display: grid;
	background-image: url(imagenes/tres.gif);
	background-repeat: repeat;
}
#texto{
  display: inline-block;
  vertical-align: top;
  padding: 5px;
}
a{
font-size:100%;
  color: #801500;
}
a:hover{
  color: orange;
}

a:active{
  color: blue;
}
hr {
  border: none;
  border-top: 6px double #000000;
  color: #000000;
  overflow: visible;
  text-align: center;
  height: 5px;
  margin-top: 10px;
}

hr::after {
  background-image: url(imagenes/tres.gif);
  content: 'Δ';
  padding: 0 5px;
  position: relative;
  top: -15px;
}


}
	
