body {
  color: #020202;
  text-align: center;
  font: 22pt calibri, Arial, Tahoma, Verdana, Helvetica, sans-serif;
}


.partegeneral {
  font: 22pt calibri, Arial, Tahoma, Verdana, Helvetica, sans-serif;
  color: #000000;
  margin: 0 auto;
  padding-left: 20px; 
  opacity: 0.91; 
  background-color: #FFFFFF;
      -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px; 
   -webkit-appearance: none;
  width: 96%;
}


.central {
  font: 18pt calibri, Arial, Tahoma, Verdana, Helvetica, sans-serif;
  display: inline-block;
  color: #0000f0;
  margin: 5 auto;
  padding-left: 5px;
   padding-top: 10px;
}


.bases{
         text-align: center;
  font: 22pt calibri, Arial, Tahoma, Verdana, Helvetica, sans-serif;
  color: #000000;
  margin:0 auto 0 auto;
  width: 100%;
}

h1, h2 {
text-align: center; 
    font: 38pt calibri, Arial, Tahoma, Verdana, Helvetica, sans-serif;
  color: #150901;
   font-weight: bold;
}
h3, h4, h5, h6 {
  color: #996633;
}
a {
  text-align: center; 
  font: 18pt calibri, Arial, Tahoma, Verdana, Helvetica, sans-serif;
  color: #0000f0;
}
a:hover{
  text-align: center;  
  font: 18pt calibri, Arial, Tahoma, Verdana, Helvetica, sans-serif;
  color:#299bed;
}

hr {
  height: 4px;
  border-color: #848484;
}


hr.separador_post { 
  overflow: visible; /* For IE */ 
  padding: 0; 
  border: none; 
  border-top: medium double #333; 
  color: #333; 
  text-align: center; } 

hr.separador_post:after { 
  content: ""; 
  display: inline-block; 
  position: relative; 
  top: -0.7em; 
  font-size: 1.5em; 
  padding: 0 0.25em; 
  background: white; }


input{
     background: #ffffff;
  color: #000080;
     font-size: 18px;
     height: 30px;
     padding: 5px;
    -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px; 
   height: 34px;
   -webkit-appearance: none;
}

input[type=submit]{
   background: #81BEF7;
   margin: 2px;
   padding: 2px;
   font-size: 18px;
   line-height: 1;
   border: 0;
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px; 
   height: 34px;
   -webkit-appearance: none;
}

input[type=button]{
   background: #088A08;
  color: #ffffff;
   margin: 2px;
   padding: 12px;
   font-size: 18px;
   line-height: 1;
   border: 0;
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px; 
   height: 36px;
   -webkit-appearance: none;
}

input[type=button]:hover{
   background: #31B404;
  color: #ffffff;
   margin: 2px;
   padding: 12px;
   font-size: 18px;
   line-height: 1;
   border: 0;
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px; 
   height: 36px;
   -webkit-appearance: none;
}


.checkbox {
    display: inline-flex;
    cursor: pointer;
    position: relative;
}

.checkbox > span {
    color: #34495E;
    padding: 0.5rem 0.25rem;
}

.checkbox > input {
    height: 25px;
    width: 25px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: 1px solid #34495E;
    border-radius: 4px;
    outline: none;
    transition-duration: 0.3s;
    background-color: #ffffff;
    cursor: pointer;
  }

.checkbox > input:checked {
    border: 1px solid #41B883;
    background-color: #f2f2f2;
}

.checkbox > input:checked + span::before {
    content: '\2713';
    display: block;
    text-align: left;
    color: #41B883;
    position: absolute;
    left: 0.7rem;
    top: 0.2rem;
}

.checkbox > input:active {
    border: 2px solid #34495E;
}


select{
   background: #ffffff;
    color: #c0c0c0;
  display: inline-block;
     font-size: 20px;
     height: 30px;
     padding-left: 2px;
   padding-top: 2px;
    -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px; 
   height: 34px;
   -webkit-appearance: none;
}


.seleccat select {
       background: #ffffff;
  color: #000080;
  display: inline-block;
     font-size: 20px;
     height: 30px;
     padding-left: 2px;
   padding-top: 2px;
    -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px; 
   height: 34px;
   -webkit-appearance: none;
     }

.selectore select {
     background: #ffffff;
     color: #000080;
  display: inline-block;
     font-size: 16px;
     height: 24px;
     padding: 2px;
     -webkit-border-radius: 5;
     -moz-border-radius: 5;
     border-radius: 5px; 
     -webkit-appearance: none;
     }


.selectore input[type=submit]{
   background: #81BEF7;
   margin: 2px;
   padding: 2px;
   font-size: 12px;
   line-height: 1;
   border: 0;
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px; 
   height: 20px;
   -webkit-appearance: none;
}

.enviado {
   background: #81BEF7;
   margin: 2px;
   padding: 2px;
   font-size: 12px;
   line-height: 1;
   border: 0;
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px; 
   height: 20px;
   -webkit-appearance: none;
}




div.center{
  text-align: center;
width: 600px;
}

div.center table {
       margin: 0 auto;
       text-align: left;
}

.vintab {
  background-color: #819FF7;
   text-decoration: none;
  color: #cfcfcf;
   margin: 2px;
   padding: 5px;
   font-size: 12pt;
   line-height: 1;
   border: 0;
  -webkit-border-radius: 2;
  -moz-border-radius: 2;
  border-radius: 2px; 
   height: 30px;
   -webkit-appearance: none;
}

.vintab:hover {
     color: #ffffff;
    background-color: #FAD943;
      text-decoration: underline;
     font-size: 12pt;
 
}

.vintab a {
     font-size: 12pt;
     text-decoration: none;
  color: #ffffff;
}

.vintab a:hover {
     color: #ffffff;
      text-decoration: underline;
       font-size: 12pt;
}


 table, td{border-width:0px; border-style:solid; padding-left: 2px; margin-bottom: 0px; margin-top: 0px; text-align:center; color: #000000; font: 12pt Calibri, Verdana, Arial, Helvetica, sans-serif;}
table{margin-bottom: 1px} 