#header {
background: #131d38;
}
#barra  {
  font-family: 'Lucida Grande', Tahoma, Verdana, sans-serif;
  font-size: 15px;
 }

 #panel {
 background: #69afc0;
 border-color: #6E6E6E;
 color:#FFFFFF; 
 }

 #panelbody {
   border-color: #6E6E6E;
 }
  
 input {
  font-weight: bold;
  color: black;
 }
 textarea{
  font-weight: bold;
 } 
 select{
  font-weight: bold;
 } 
 button {
  font-weight: bold;
 }
 ::checkbox{
  font-weight: bold;
 }
 ::placeholder{
  font-weight: normal;
 }

.gracias
 {
	text-align: center;
  vertical-align: top;
  font-family: 'Lucida Grande', Tahoma, Verdana, sans-serif;
  font-size: 12px;
}

 
body{
background: #182849;
}

footer {
  font-family: 'Lucida Grande', Tahoma, Verdana, sans-serif;
  font-size: 12px;
  text-align: center;
  vertical-align: middle;
  color: #F9F3F3;
  background: #0b1c2b;
  position: fixed;
  bottom: 0;
  left: 0;
  height: 30px;
  line-height: 30px;
  width: 100%;

}
.table{
  background: #f3f3db;
}

#miventana{
   position: absolute;
   width: 200px; 
   height: 100px; 
   top: 0; 
   left: 0;
   margin-top: 50%;
   margin-left: 50%;
   vertical-align:50%;
   border-radius: 15px; 
   font-family:'Lucida Grande', Tahoma, Verdana, sans-serif;
   font-size: 10px; 
   font-weight: bold; 
   background-color:#478fb9; 
   color: #FAFAFA; 
   display:none;
   opacity: 0,2;
   text-align: center;
   }

  #titulomodal{
font-weight: bold; 
font-family:'Lucida Grande', Tahoma, Verdana, sans-serif;
font-size: 12px; 
text-align: center; 
color: #FAFAFA; 
padding: 5px; 
background-color: #20576d;
opacity: 0,5;
 }

#ventabotones{
   position: fixed;
   width: 300px; 
   height: 150px; 
   top: 0; 
   left: 0;
   margin-top: -150px;
   margin-left: -75px;
   border-radius: 15px; 
   font-family:'Lucida Grande', Tahoma, Verdana, sans-serif;
   font-size: 10px; 
   font-weight: bold; 
   background-color:#5285a7; 
   color: #FAFAFA; 
   display:none;
   opacity: 0,2;
   text-align: center;
  }
  fieldset{
    color: #190707;
  }

input[type=number]::-webkit-outer-spin-button,

input[type=number]::-webkit-inner-spin-button {

    -webkit-appearance: none;

    margin: 0;
  }
  