#site_center {text-align:center; background:url(images/tall_top.gif) left top repeat-x;}
#main {width:1000px; margin:0 auto; text-align:left; min-width:850px; }


/*You can modify the width of the website by changing "width" parameter with #main and deleting the parameter of "widht:expression...". The minimum value is 850px.*/
/*width:expression(((document.documentElement.clientWidth || document.body.clientWidth) < 850)? "850px" : "100%");*/

#header {height:310px; font-size:.875em;}    /*{height:490px; font-size:.875em;}    mover el primer valor para  el espacio de debajo la imagen */
#content { font-size:.69em;}
#footer { font-size:.75em;}

.col_1, .col_2, .col_3, .col_4, .column1, .column2, .column3, .column4, .column5 {
	float:left;
}

/*======= index.html =======*/
/* este no tiene columnas */

/*======= index-1.html =======*/
#page2 #content .col_1 {width:40%;} /* columna de la imagen */
#page2 #content .col_2 {width:59%;}

/*======= index-2.html =======*/
#page3 #content .column1 { width:51%;}
#page3 #content .column2 { width:49%;}
#page3 #content .column3 { width:430px;}
#page3 #content .column4 { width:450px;}
#page3 #content .column5 { width:520px;}
#page3 #content .column6 { width:360px;}


#page3 #content .row_2 .col_1 { width:48%;}
#page3 #content .row_2 .col_2 { width:52%;}

/*======= index-3.html =======*/
#page4 #content .col_1 {width:25%;}
#page4 #content .col_2 {width:25%;}
#page4 #content .col_3 {width:25%;}
#page4 #content .col_4 {width:24%;}


/*======= index-4.html =======*/
#page5 #content .row_1 .col_1 { width:57%;}
#page5 #content .row_1 .col_2 { width:43%;}
#page5 #content .row_2 .col_1 { width:46%;}
#page5 #content .row_2 .col_2 { width:54%;}

/*======= index-5.html =======*/
#page6 #content .col_1 {width:50%;}
#page6 #content .col_2 {width:50%;}

/*======= index-6.html =======*/
#page7 #content .col_1 {width:471px;}
#page7 #content .col_1 .column1 { width:210px;}
#page7 #content .col_1 .column2 { width:199px;}

/*=========================*/

#footer {height:80px;}
