﻿body {
   color: black;
   margin-left: 3%;
   margin-right: 3% }

h1 {
   font-size: 2em; }

h2 {
   font-size: 1.5em;}
#encab {
	background-color: #990066;
	color: white;
        text-align: center;
	font-weight: bold;
	font-size: 1.5rem }

#encab img{
   height: 1.5rem;
   float: left }

.boton {
   background-color: orangered;
   color: white;
   text-decoration: none;
   padding: 10px;
   border-radius: 10px }