﻿#DIV-REGISTRO {}

#DIV-REGISTRO h1
{
  color         :  #B5021F;
  font-size     :  15px;
  font-weight   : bolder;
  margin-bottom : 5px;
}

#DIV-REGISTRO h2
{
  font-size   : 13px;
}

#DIV-REGISTRO h2 .resaltado
{
  color         : #B5021F;
  font-weight   : bolder;
}

#DIV-REGISTRO h1 .resaltado
{
  color:  Black;  
}

#DIV-REGISTRO ul li.titulo
{
  color         : #B5021F;
  margin-bottom : 5px;  
}

#DIV-REGISTRO ul li
{
  margin-bottom : 5px;  
}

#DIV-REGISTRO a
{
  color           : White;
  font-weight     : bold;
  font-size       : 13px;
  height          : 5px;
  padding-left    : 10px;
  padding-right   : 10px;
  background-color: #B5021F;  
}

#DIV-REGISTRO table
{
  margin: 10px 0 10px;
  width : 100%;
}

#DIV-REGISTRO table td.col1
{
  width:  60%;
}

#DIV-REGISTRO .imagen
{
  text-align:center;
}

