body {
  background-color: #FFFFFF;
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}

a {
  color: #236B5D;
  font-size: 12px;
  text-decoration: none;
}

a:visited {
  color: #044A40;
  font-size: 12px;
}

a:hover {
  color: #236B5D;
  font-size: 12px;
  text-decoration: underline;
}

.tituloNegrita{
  color: #000000;
  font-size: 12px;
  font-weight: bold;
}

.textoNormal{
    color: #000000;
    font-size: 12px;
}

.textoChico{
    color: #000000;
  font-size: 10px
}

.textoGrandeNegrita{
    color: #000000;
  font-size: 16px;
  font-weight: bold;
}


.filaTabla{

  border-bottom-color: #18605C;
  border-bottom-style: solid;
  border-bottom-width: thin
}

.imagenBorde{
  border-bottom-color: #000000;
  border-bottom-style: solid;
  border-bottom-width: thin;
  border-left-color: #000000;
  border-left-style: solid;
  border-left-width: thin;
  border-right-color: #000000;
  border-right-style: solid;
  border-right-width: thin;
  border-top-color: #000000;
  border-top-style: solid;
  border-top-width: thin
}

td.mouse{
border-bottom:1px;
border-bottom-style:solid;
border-bottom-color:#766E6C;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#373737;
text-align:center;
cursor:pointer;
}



