@charset "utf-8";
@import url("stylesTESCo.css");
/* CSS Document */

/* Estilos para notas */
#capa-notas{ 
  position:static
  padding:5px;
  width:274px;
  height:auto;
  border-color:#74C142;
  border-style:solid;
  border-width:1px; 
  }

#capa-titulo-notas{ 
  position:static;
  font-size:15px;
  font-weight:bold;
  color:#74C142;
  }

#capa-fecha-notas{ 
  position:static;
  font-size:10px;
  font-style:italic;
  font-weight:bold;
  height:12px;
  }
  
#capa-subtitulo-notas{ 
  position:static;
  font-size:12px;
  font-weight:bold;
  height:20px;
  }
  
#capa-texto-notas{ 
  position:static;
  font-size:12px;
  color:#999999;
  height:auto;
  }
  
#capa-masinfo-notas{ 
  position:static;
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
  color:#74C142;
  height:auto;
  text-align:right;
  }
  
#capa-fuente-notas{ 
  position:static;
  font-family:Arial, Helvetica, sans-serif;
  font-size:10px;
  color:#660000;
  height:auto;
  }

/* -------------------------------------------------------------------------------------- */
/* Estilos para noticias */
#capa-noticias{ 
  position:static;
  padding:5px;
  /* width:437px; */ 
  height:auto;
  background-color:#F5F5F5;
  }

#capa-titulo-noticias{ 
  position:static;
  font-size:15px;
  font-weight:bold;
  color:#74C142;
  }

#capa-fecha-noticias{ 
  position:static;
  font-size:10px;
  font-style:italic;
  font-weight:bold;
  height:12px;
  }
  
#capa-subtitulo-noticias{ 
  position:static;
  font-size:12px;
  font-weight:bold;
  height:20px;
  }
  
#capa-texto-noticias{ 
  position:static;
  font-size:12px;
  color:#999999;
  height:auto;
  }
  
#capa-masinfo-noticias{ 
  position:static;
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
  color:#74C142;
  height:auto;
  text-align:right;
  }
  
#capa-fuente-noticias{ 
  position:static;
  font-family:Arial, Helvetica, sans-serif;
  font-size:10px;
  color:#660000;
  height:auto;
  }
  

