 /*******************/
/* PÁGINA DE INICIO */
/********************/
 
/* CUERPO DEL DOCUMENTO */
 body             {margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; 
                   text-align: center; font-family: Arial, Helvetica, sans-serif}

/************/
/* NOTICIAS */
/************/

/* DESPLIEGUE DE NOTICIAS */
.masNoticiasTitulo  {line-height: 30px; font-size: 12px; color: rgb(0,0,128); font-weight: bold}
.masNoticiasNumeros {line-height: 30px; font-size: 12px; color: rgb(0,0,128); text-decoration: underline}
.masNoticiasPagina  {line-height: 30px; font-size: 12px; color: rgb(0,0,128); font-weight: bold}

.celdaNoticia       {width: 96%; text-align: justify; font-size: 13px; color: rgb(0,0,128)}        
.noticiasTexto      {width: 95%; padding: 0px 0px 12px 0px; text-align: center; 
                     font-size: 13px; color: rgb(0,0,0)}     
.fechaNoticia       {width: 100%; margin-bottom: 3px; text-align: left; font-weight: normal; color: rgb(87,67,138)}  
.tituloNoticiaCaja  {width: 100%} 
.tituloNoticia      {width: 100%; margin-bottom: 1px; font-weight: bold; color: rgb(87,67,138)}   
.ampliarNoticia     {width: 100%; text-align: left}  
.ampliarNoticiaLink {text-decoration: underline; font-size: 11px; color:rgb(0,0,0) ;font-weight: normal}     
.fotoNoticia        {width: 100%}  
.pieNoticia         {text-align: justify; font-weight: normal}   
.margenVertical1    {width: 100%; height: 4px; font-size: 1px}
.margenVertical2    {width: 100%; height: 12px; font-size: 1px}
.margenVertical3    {width: 100%; height: 20px; font-size: 1px}
.margenVertical4    {width: 100%; height: 35px; font-size: 1px}
.br                 {line-height: 8px; font-size: 6px}
.lineaSeparacion    {width: 100%; text-align: center; color: rgb(221,207,247)}

/* NOTICIAS AMPLIADAS */
.cuerpo               {margin-top: 12px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; 
                       background-color: rgb(255,255,255,255); font-family: Arial, Helvetica, sans-serif}
.contenedor           {width: 770px; background-color: rgb(240,238,228)}
.noticiasTextoAmp     {width: 750px; padding: 10px 0px 10px 0px; text-align: justify; 
                       font-size: 13px; color: rgb(0,0,0)}        
.fechaNoticia         {width: 100%; text-align: left; font-weight: normal}                         
.margenVertical5      {width: 100%; height: 18px; font-size: 1px}
.tituloNoticiaCajaAmp {width: 100%} 
.tituloNoticiaAmp     {width: 85%; text-align: left; font-weight: bold}
.fotoNoticiaAmp       {width: 100%; text-align: center}
.pieNoticiaAmp        {width: 100%; text-align: justify}
