@charset "UTF-8";
/* CSS Document */
body{
text-align:center;
}

#caja {
width:985px;
height:auto;
/*border: solid 1px #CCCCCC;*/
text-align:center;
margin-top:8px;
margin-bottom:8px;
clear:both
}

div#principal 
{ 
width:985px;
margin:0 auto;
height:auto;
text-align:center;
background-image:url("images/fondo-pagina.jpg");
}

div#flashbar { 
width:985px; 
height:257px;
}

div#footer { 
width:985px;
height:auto; 
text-align:left;
margin:0px auto; 
/*border:2px solid #22591F;*/
background-image:url('images/footer.jpg');
background-position:bottom center;
background-repeat: no-repeat;
}

div#middlesec { margin-left:172px; 
				margin-right:6px;
                text-align:left;				
				/*border:  #990000 solid 2px;	*/																									
              }

div#lftsec { margin-left:-170px;/* must be 1 pixel less than width*/
	     float:none;		 
	     width:172px;/* must be same as left margin on #middle*/
	     /*position:relative;
	     left:-3px; line up exactly 
	     display:inline; ie fix */
		 height:auto;
           }
		   
div#lftmen { margin-left:3px; padding:0px; width:172px;
             
           }

div#lftcarrito {
width:172px;}		   
		   
div#imgPrin { margin-left:-177px;/* must be 1 pixel less than width*/
	     float:left;
		 top:150px;
	     width:177px;/* must be same as left margin on #middle*/
	     position:relative;
	     left:-3px;/* line up exactly */
	     display:inline;/* ie fix*/
		 border: #003300 solid 2px;
           }


div#bot { width:985px; height:auto; text-align:left;
/* border: #FF0000 solid 2px;
 padding-top:180px;
	  background-image:url('imgs/bgfot.jpg');
	  background-position:bottom center;
	  background-repeat: no-repeat;*/
        }
        
div#botCt { padding-top:180px; padding-left:230px; /*border:  #3300FF solid 2px;*/
          }		   			   
