﻿/* Hoja de Estilo para la pagina Noticias y Novedades Legales---------------------------------- */

div.NoticiaBloque
{
    margin: 1.5em;
    width: 98%;
}
table p
{
     margin:0 auto;
}
table.Bloque
{
    margin: 0em;
    width: 98%;
    border: 1px solid #009;
    border-spacing: 0px;
    border-collapse: separate ! important;
}

td.BloqueTitulo
{
  margin: 0em;
  padding: 0.2em 1em 0.2em 0.2em;
  border-bottom: 1px solid #69f;
  text-align: left;
  font-weight: bold;
  color: #009;
  background-color: #9cf;
}

p.BloqueTexto
{
  margin: 0em;
  text-indent: 1em;
  text-align: justify;
}

span.BloqueTituloNuevo
{
  color: #f30;
}

td.BloqueContenidos
{
  margin: 0em;
  padding: 0.6em;
  background-color: #ffc; /* amarillo claro */
}
  
div.BloqueDivEnlaces
{
  margin: 1em 0em 0.6em 5em;
  text-align: left;
  font-size: x-small;
}
p.PieNoticia
{
  margin: 0em;
  text-indent: 1em;
  text-align: center;
  font-size: small;
  color: #f30;
}
p.BloqueEnlaces
{
  margin: 0 auto;
  float:left;
}
a.BloqueTextoPdf
{
  color: #FF0000;
}
img.noticiasnovedades
{
    clear:left;
    float: left;
    
}
