@charset "utf-8";
/* CSS Document */

* { padding: 0; margin: 0; }



/**/.centered {
position: absolute;
left: 50%;
margin-left: -700px;
width:1400px;
}
*html .centered {
position:absolute
}


#top, #center, #bottom { 
width: 100%;
/*left: 50%;
margin-left: -700px;
position: fixed;
height:2000px;
left: 50%;
margin-left: -700px;
width:1400px;
text-align:center;
height:100px;*/
}
#top { 
background:url(../imgs/top.jpg) center /*no-repeat*/;
}
#indice #top {
background:none;
}
#center { 
/*background:url(../imgs/cen.jpg) center no-repeat*/;
}

#bottom { 
/*background:url(../imgs/bottom.jpg) center *//*no-repeat*/;
/*background:#262323;
height:129px;*/
background:url(../imgs/f_footer.png);
text-align:left;
height:auto;
min-height:195px;
}
/*i6 hack*/
* html #bottom{
/*background:none;*/
FILTER: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='scale', src='imgs/f_footer.png');
}
#indice #bottom {
background:none;
}


#header, #header2 ,#content, #footer { 
margin: 0 auto;
}

#indice #content { 
width: 1268px;
}

#header, #header2, #footer, #contenido #content, #producto #content, #compra #content { 
width: 870px;
}


#header, #header2 {
text-align:left;
height:120px;
}

#content {
padding:20px 0 20px 0;
}

#producto #content { 
padding:12px 0 20px 0;
}

#compra #content { 
padding:12px 0 20px 0;
}




