
*
{
	padding: 0;
	margin: 0;
	box-sizing: 0;
}
body
{
	background: rgb(105, 8, 16);
}

header
{
	background: rgb(105, 8, 16);
	width: 100%;
	clear: both;
	content: '';
	display: table;
	position: fixed;

}
.menu
{

	margin: 0 auto;
}
.main
{
	padding-top: 5rem;
}
h3 
{
   text-decoration: none;
   color: #ffffff;
}
h3 a
{
	text-decoration: none;
	color: #520000;
	 border-radius: 5px;
	 background: rgb(255, 255, 255);
}
h4
{
   text-decoration: none;
   color: white;
}
p
{
	margin-bottom: 1.6em;
	text-align: justify;
	font-size: 18px;
}
article
{
	position: center;
	background: rgb(105, 8, 16);
}
section
{
	margin-bottom: 3.5em;
	text-align: justify;
	font-size: 18px;
}
table{
    margin-top: 30px;
    caption-side: bottom;
    margin-left: auto;
    margin-right: auto;
}
th{
    background-color: black;
    color: white;
}
.btnregistrar{
	background-color: green;
	color: red;
}
caption
{
    padding-top: 20px;
    font-style: italic;
    color: brown;
}
td,th
{
    border: 3px solid rgb(6, 0, 0);
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}
footer
{
	background: rgb(130, 21, 21);
	padding: 1rem 0;
	text-align: center;
	margin-top: 17rem;
	font: bold;
	color: #ffffff;
}
.container
{
	width: 85%;
	max-width: 850px;
	margin: 0 auto;
}

