#mas_reciente{
  background-color: #aacccc;
  background-image: url('../imagenes/salaprensa/fondo_boletines.jpg');
  background-repeat: no-repeat;
}
td.titulo{
  font-weight: bold;
  font-size: 28px;
  font-family: Arial Black;
  background-color: #000000;
  color: #ffffff;
  font-variant: small-caps;
}
td.titulo_azul{
  font-weight: bold;
  font-size: 28px;
  font-family: Arial Black;
  background-color: #003399;
  color: #ffffff;
  font-variant: small-caps;
}
td.fecha_boletin{
  font-weight: normal;
  font-size: 11px;
  font-family: Arial, Helvetica;
  color: #003399;
}
td.titulo_boletin{
  font-family: Arial Black;
  font-weight: bold;
  font-size: 13px;
  color: #003399;
}
a.liga_masinfo{
  font-weight: bold;
  font-size: 12px;
  font-family: Arial Black;
  text-align: right;
  text-decoration: none;
  color: #ff9900;
}
a.liga_masinfo:hover{
  text-decoration:underline;
}
a.liga_masinfo:visited{
  color: #ff9900;
}
td.central{
  border-left-style: solid;
  border-right-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
  border-left-color: silver;
  border-right-color: silver;
}
div.transparencia{
  /*position: relative;*/
  /*top: -102px;*/
  width: 629px;
  height: 100px;
  background-color: #000000;
  border: 1px solid black;
  /* for IE 
  /*filter:alpha(opacity=80);*/
  /* CSS3 standard*/
  /*opacity:0.8;*/
}
div.texto{
  position: relative;
  top: -200px;
  background-color: transparent;
  width: 629px;
  height: 100px;
  color: #ffffff;
  font-weight: bold;
  font-size: 24px;
  font-family: Arial Black;
  text-align: justify;
  padding-left: 20px;
  padding-right: 20px;
}
td.transparencia{
  width: 600px;
  padding-left:10px;
  padding-right:10px;
  background-color: #000000;
  border: 1px solid black;
  color: #ffffff;
  font-weight: bold;
  font-size: 20px;
  font-family: Arial Black;
  text-align: justify;
}
#fecha{
  background-color: #ffffff;
}
#titulo{
  background-color: #ffffff;
}
h1 {
  font-size: 14px;
  color: #006699;
}
h2 {
  font-size: 14px;
  color: #666666;
}
h3 {
  font-size: 14px;
  color: #006699;
}
body{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}
#citas{
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
}
#contenido{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 20px;
}
#cuadro_imagen{
  padding-left: 20px;
  padding-top: 5px;
}
#formulario{
  padding-left: 20px;
  padding-right: 20px;
  font-size: 12px;
}
#fecha{
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  font-size: 12px;
  color: #006699;
}
#titulo{
  padding-left: 20px;
  padding-right: 20px;
}
#comentarios{
  font-size: 10px;
}
a{
  text-decoration: none;
  font-weight: bold;
}
a:visited{
  color: #006699;
}
a:hover{
  text-decoration: underline;
}
#acciones{
  font-size: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 2px;
}