﻿body {
   background-color: #ebebf1;
}

h3 {
   color: #3f0a8b;
   margin-bottom: 0px;
}

h4 {
   font-size: 1rem;
   margin-bottom: 20px;
}

.tituloPagina {
   margin-bottom: 0px !important;
}

.reglamento {
   text-align: justify
}

.romano {
   list-style-type: upper-roman;
}

.alfa {
   list-style-type: lower-alpha;
}

.circulo {
   list-style-type: circle;
}

.cuadrado {
   list-style-type: square;
}