body {
  background: #333333;
  font-family: Tahoma, Verdana;
  font-size: 10pt;
  color:#000000;
  word-spacing:1px;
 }
 
 #photo {
   width: 900px;
   height: 215px;
   background: url(header_image.jpg);  
   
 }
 
 #content {
    padding-top: 8px;
    width: 500px;
    float: left;
    margin: 0 auto;
 } 
 
 #footer {
   width:1000px;
   background: #333333;
   margin:auto auto;
   text-align:right;
   font-size:9px;  
 }    
 
.header{
width: 1024px;
margin:auto auto;
} 

.bannerImagenes{
width:400px;
height:250px;
margin-left:3px;
}

.options{
width:550px;
height:450px;
margin-right:3px;

}

.categories{
width:310px;
height:150px;
margin-right:3px;
}
 
/* BOX CONTENIDO */
.box_middle { 
 width: 1024px;
 height:auto;
 background: #ffffff;
 margin:auto auto; 
}
/* box stuff for the main */

.boxtop { 
  height: 20px; 
  background: url(img/ad.gif) no-repeat top right; 
}
.boxtop div { 
  height: 20px; 
  background: url(img/ai.gif) no-repeat top left; 
}
.boxbottom { 
  height: 20px; 
  background: url(img/dd.gif) no-repeat bottom right; 
}
.boxbottom div { 
  height: 20px; 
  background: url(img/di.gif) no-repeat bottom left; 
}
.boxcontent {
  padding: 0px 15px 0px 15px;
}

/* END box stuff for the main */ 
 
h1 {
 font-size: 16pt;
 font-family:Arial, Helvetica, sans-serif;
 margin-top: 0px;
 color: #660000;
}
 
a:link, a:visited, a:active {
 color: green; 
 text-decoration: none;
} 

a:hover {
 color: #FFF6E6; 
} 

img { border: 0px; }
 

/*division del boxcontent en columnas*/
#columnaizq{
	border-top:2px solid #cf2d2a;
	margin-left:10px;
	float: left;
	width: 400px;
}

#columnader{
	margin-left:10px;
	float: right;
	width: 550px;
	height:auto;
}
 
#content h2 { color:#932c18;}
#content h3 { color:#932c18;}