body{
	border: 0px;
	background-color:#FFFFFF; /*el color tiene que ser el del borde inferior del gif*/
	background-image:url(/images/fondo_pagina.png);
	background-position:top;
	background-repeat:repeat-x;
}

h1 {
font-family: Times New Roman, Times, serif;
font-size: 20pt;
font-color: black;
margin-bottom: 3px; 
margin-top: 0px;
margin-left: 5px;
}

.texto_intro{
font-family: Times New Roman, Times, serif;
font-size: 10pt;
}

.titulo_categoria_portada{
   font-family: Times New Roman, Times, serif;
   font-weight: bold;
   margin-bottom: 10px;
   color: #004080;
   margin-left: 0px;
   margin-top: 5px;
   
}

.titulo_categoria_portada_medio{
   font-family: Times New Roman, Times, serif;
   font-weight: bold;
   margin-bottom: 10px;
   color: #004080;
}

.titulo_nota_portada{
   margin-right: 5px;
   font-family: Times New Roman, Times, serif;
   font-weight: bold;
   margin-bottom: 5px;
}

.resumen_nota_portada{
   margin-right: 10px;
   font-family: Times New Roman, Times, serif;
   margin-bottom: 5px;
   font-size: 10pt;
}

.vinculo_nota{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 8pt;
font-weight:bold;
margin-right: 10px;
}

a:link {
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
}
#celda_menu{
font-family: Times New Roman, Times, serif;
font-weight:bold;
font-size: 10pt;
font-color: black;
}

.izquierda{
background-color: transparent;
width: 146px;
height:auto;
float:left;
overflow:visible;
/* border: 1px solid black; */
margin-left: 3px;
padding-left: 2px;

}

.contenido{
    float:left;
   width:700px;
   margin-left: 16px;
   margin-right: 8px;
   /* border: 1px solid red; */
}
 
.derecha{
background-color: transparent;
width: 140px;
height:auto;
float:right;
/* border: 1px solid black; */
margin-right:15px;
}