* {
  margin: 0 0;
  padding: 0 0;
}

body {
	font-family: Arial;
  font-stretch: narrower;
  font-size: 12px;
  background-color: #f7f5e9;
}  

#pagina {
  margin: 0 auto;
  /*background-color: #f7f5e9;*/
  width: 100%
}

#header {
  height: 56px;
  background-image: url(../images/degrade-header.png);
  background-repeat: no-repeat;
  width: 980px;
  margin: 0 auto;
}

#menu {
  margin-left: 350px;
  padding-top: 5px;
  width: 500px;
}

#menu a {
  color: #663300;
  text-transform: uppercase;
  text-decoration: none;
  font-family: arial;
  font-size: 12px;
  font-weight: bolder;
  padding: 0px 5px 0 5px;
  margin-left: 5px;
  margin-right: 5px;
}

#menu a:hover, #menu a.active {
  border-bottom: 2px solid #663300;
}


#menu2 {
  margin-left: 400px;
  padding-top: 5px;
  width: 500px;
}

#menu2 a {
  color: #663300;
  text-transform: uppercase;
  text-decoration: none;
  font-family: arial;
  font-size: 12px;
  font-weight: bolder;
  padding: 0px 5px 0 5px;
  margin-left: 5px;
  margin-right: 5px;
}

#menu2 a:hover, #menu2 a.active {
  border-bottom: 2px solid #663300;
}

#logo {
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
  width: 248px;
  height: 100px;
  float: left;
  margin-left: 28px;
}

#top2 {
	background-image: url(../images/general.gif);
  background-position: center top;
  background-repeat: repeat-y;
	height: 200px;
}

#top {
  background-position: center top;
  background-repeat: no-repeat;
	height: 200px;
}

#body {
	height: auto;
	width: 980px;
  margin: 0 auto;
}

#col1 {
  float: left;
  width: 530px;
  background-image: url(../images/novedades-body2.png);
  background-repeat: repeat-y;
}

#col2 {
  float: left;
  width: 420px;
  height: 1%;
}

#novedades {
  width: 523px;
  margin-left: -4px;  
}

#novedades-header {
  background-image: url(../images/novedades-header.png);
  background-repeat: no-repeat;
  height: 81px;
  margin: -39px auto 0;
  text-indent: -9999px;
}

#novedades-body {
  #background-image: url(../images/novedades-body.png);
  #background-repeat: repeat-y;
  #min-height: 600px;
  margin-top: 20px;
  height: 70%;
}

#novedades-footer {
  background-image: url(../images/novedades-footer2.png);
  background-repeat: no-repeat;
  width: 980px;
  height: 39px;
  float: left;
}

#noticias {
  width: 510px;
}
#noticia {
  clear: left;
  padding-bottom: 30px
}

#noticia img {
  float: left;
  margin-left: 22px;
  margin-bottom: 10px;
  width: 190px
}

#noticia span.texto {
  float: left;
  width: 267px;
  padding-left: 22px;
}

#noticia h3 {
  text-transform: uppercase;
  color: #663300; 
}

#noticia p {
  color: #999999; 
}

#noticia input[type=button] {
  background-image: url(../images/boton-mas.png);
  width: 82px;
  height: 27px;
  border: 0;
  margin-top: 30px;
  margin-bottom: 10px;
  float: right;
}

div.separador {
  background-image: url(../images/separador.png); 
  width: 95%;
  height: 5px;
  margin-left: 10px;
  clear: both;
}

#articulo {
  margin-left: 40px
}

#articulo h1 {
  color: #663300;
  text-transform: uppercase;
  margin-top: 45px;
  font-size: 16px;
}

#articulo h3 {
  background-image: url(../images/box.png);
  background-repeat: no-repeat;
  padding-left: 35px;
  padding-top: 5px;
  color: #a19c80;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 25px;
  height: 29px;
  font-size: 16px;
}

#articulo p {
  color: #777777;  
  margin-bottom: 10px;
  font-size: 14px;
}
#articulo li {
  color: #777777;
  margin-bottom: 10px;
  font-size: 14px;
}
#articulo table {
  color: #777777;  
  margin-bottom: 10px;
  font-size: 12px;
}

#footer {
	background-color: #2f1700;
	height: 85px;
  clear: both;
  color: #fff;
  font-size: 11px;
}

#footer div.body {
  width: 980px;
  height: 85px;
  margin: 0 auto;
  background-image: url("../images/degrade-footer.png");
  background-repeat: no-repeat;
}

#footer span.footer-left {
  float: left;
  text-align: left;
  margin-top: 5px;
  margin-left: 10px;
}

#footer span.footer-right {
  float: right; 
  text-align: right;
  margin-top: -24px;
  margin-right: 10px;
}

#link a{
  text-decoration: none;
  font-family: arial;
  color: #777777;
}
#link a:hover, #link a.active {
  text-decoration: none;
  font-family: arial;
  border-bottom: 2px solid #777777;
  color: ##777777;
}
