/* news css */

body {
  margin: 0;
  padding: 0;
  background-image: url(http://www.grupogales.com/img/fondo_body.jpg);
  background-repeat: repeat-x;
  background-color: #0d3f96;
}
div#cotainer {
  /*border: 1px solid black;*/
  margin: 50px auto 0;
  width: 600px;
  min-height: 310px;
}
div#header {
  width: 600px;
  height: 138px;
  background-image: url(img/headerNoticias.png);
  background-repeat: no-repeat;
}
div#content {
  width: 600px;
  min-height: 126px;
  background-image: url(img/newsContent.png);
  background-repeat: repeat-y;
}
div#footer {
  width: 600px;
  height: 46px;
  background-image: url(img/footerNotiicias.png);
  background-repeat: no-repeat;
}
#tableRss {
  margin: 0 0 0 20px;
}
#tableRss ul {
  margin: 0;
  padding: 0;
}
#tableRss li{
  list-style-type: none;
  font-family: arial;
  font-size: 15px;
  background-image: url(img/rss_icon.jpg);
  background-repeat: no-repeat;
  background-position: 0 10px;
  line-height: 20px;
  padding: 8px 25px;
}
#tableRss li a {
  display: inline-block;
  color: #06376c;
  text-indent: 5px;
}
#tableRss li a:hover {
  text-decoration: none;
}
div#footer a {
  display: block;
  font-family: arial;
  font-size: 12px;
  color: #000;
  float: right;
  margin: -15px 30px 0 0;
}
div#footer a:hover {
  text-decoration: none;
}
