﻿#th {
    border: 0.5px solid;
    border-color: whitesmoke;
    background-color: #0A678C;
    text-align: center;
    font-style: normal;
    font-size: 14px;
    text-align: center;
    color: white;
    padding-bottom:4px;
    padding-top:4px;
}

#textboxarea
{
    background-color: white;
    font-family: 'Century Gothic';
    font-size: 12px;
    text-align:center;
}

#textboxarea2 {
    background-color: transparent;
    font-family: 'Century Gothic';
    font-size: 12px;
}

#td {
    border: 0.5px solid;
    border-color: whitesmoke;
    text-align: center;
}

#button {
  background: #0a678c;
  background-image: -webkit-linear-gradient(top, #0a678c, #359bc4);
  background-image: -moz-linear-gradient(top, #0a678c, #359bc4);
  background-image: -ms-linear-gradient(top, #0a678c, #359bc4);
  background-image: -o-linear-gradient(top, #0a678c, #359bc4);
  background-image: linear-gradient(to bottom, #0a678c, #359bc4);
  -webkit-border-radius: 16;
  -moz-border-radius: 16;
  border-radius: 16px;
  color: #ffffff;
  font-size: 12px;
  padding: 6px 15px 6px 15px;
  text-decoration: none;
   border: 1px solid #0a678c;
  font-family: 'Century Gothic';
  letter-spacing: 0.8px;
}

#button:hover {
  background-image: -webkit-linear-gradient(top, #084f6b, #3679a3);
  background-image: -moz-linear-gradient(top, #084f6b, #3679a3);
  background-image: -ms-linear-gradient(top, #084f6b, #3679a3);
  background-image: -o-linear-gradient(top, #084f6b, #3679a3);
  background-image: linear-gradient(to bottom, #084f6b, #3679a3);
}

.button_header {
  background: #0A678C !important;
  border-width:  thin !important;
  border-color: #3679a3 !important;
}
.button_header:hover {
  background-image: -webkit-linear-gradient(top, #084f6b, #3679a3) !important;
  background-image: -moz-linear-gradient(top, #084f6b, #3679a3) !important;
  background-image: -ms-linear-gradient(top, #084f6b, #3679a3) !important;
  background-image: -o-linear-gradient(top, #084f6b, #3679a3) !important;
  background-image: linear-gradient(to bottom, #084f6b, #3679a3) !important;
}


#titulo
{
    font-family: 'Century Gothic';
    color: white;
    font-size: 16px;
    padding-left:6px;
    font-weight:normal;
}

.table_header
{
    width:100%; 
    margin:0px;
    background-image: url("../Imagenes/FondoTableHeader.jpg");
    background-size:  cover;

}

#DivCuerpo {
background-color: white;
border-color:gray;
}