/* CSS Document */
a {
	text-decoration:none;
	font-weight:bold;
}
h2, h1{
  color:#990000;
  font-style:italic;
  font-size:14px;
  letter-spacing:2px;
  background: url(images/bullet.gif) left no-repeat;
}
a:hover {
	color:#000000;
	
}
a:visited{
	text-decoration:none;
}

body{
	padding:0px;
	margin:0px;
	font-family: "trebuchet MS";
	text-decoration:none;
	background:#FFCC00 url(images/bg.png) repeat-x;
}
.wrapper1 a:link, .wrapper1 a:visited{
   text-decoration:none;
}
.wrapper{
   width:958px;
   margin:3px auto;
   border:2px solid #FFF;
   background:url(images/fondo.jpg) 0 0 repeat-x #F7630D;
}
#leftcolumn {
   width:557px;
   float:left;
}
#rightcolumn {
   width:401px;
   float:right;
}
.topbar {
 margin: 0 auto;
 background:#000000 url(images/topbar.gif) repeat-x;
 padding:5px;
 color:#FFFFFF;
 font-size:10px;
 text-align:center;
}
.topbar a{
 color:#FFFFFF;
 font-weight:bold;
 font-size:11px;
 letter-spacing:1px;
 text-transform:lowercase;
}
.clear {
 clear: both;
}
.header {
 height:114px;
}
#categories {
  background:#252525 url(images/catright.gif) top right no-repeat;
  margin:0 auto;
  padding:5px; 
}
#categories a{
  color:#FFFFFF;
  font-size:11px;
  letter-spacing:1px;
  text-transform: uppercase;
  text-align:center;
}

#article1 {
  height:190px;
  margin:0 auto;
  padding:5px;
  font-family:Arial, Helvetica, sans-serif;
  color:#000;
  overflow:auto;
}
#article1 a {
  color:#FF0000;
  
  font-weight:bold;
}
#article1 img{
  padding:3px;
  background-color:#FFFFFF;
}
.article2 {
  padding:10px;
}

#footer {
  color:#FFF;
  padding:15px;
  font-size:10px;
}
#bottom {
}
#bottom a{
  font-size:10px;
  text-transform:uppercase;
}
#bottom h2{
  color:#000;
  padding:5px;
  font-family:"trebuchet MS";
  background:url(images/price-dot.gif) repeat-x;
  
}
#footer a{
  color:#FFFF00;
  font-weight:bold;
  font-size:10px;
    
}
#leftbottomcolumn {
  float:left;
  width: 348px;
  padding:5px;
}
#rightbottomcolumn {
  float:right;
  padding:5px;
  width: 540px;
}
.whitecontainer {
  background: #FFFFCC;
  font-size:11px;
  padding:5px;
}
.whitecontainer h2{
  color:#990000;
  font-style:italic;
  letter-spacing:2px;
  background: url(images/bullet.gif) left no-repeat;
}
.whitecontainer a:link, .whitecontainer a:visited{
  color:#990000;
  font-style:italic;
  letter-spacing:1px;
}
.simple{padding:5px;}
.column1{float:left; width:430px; border:1px solid #EBEBEB; background:#FFF;}
.column2{float:right; width:250px; border:1px solid #FC0; background:#FFD11B url(images/bg.png) bottom repeat-x;}
.column2 h2{border:1px solid #CCC; background:url(images/h2.jpg)repeat-x;color:#FFF; font-size:12px; font-weight:bold; padding-top:5px; text-align:center;}
.column3{float:right; width:250px; border:1px solid #CCC; background:#E8E8E8 url(images/column3.png) top repeat-x;}