/* IE6 css fixer 20 Abr 2009 
 ============================================= 
 safe 
 add display:inline to floated elements */
* html .column1,.column2,.column3,.indent_column,.col1,.col2,.col3,.ind_col {
display:inline;
}

/* fin del safe  */
.main {
width:850px;
text-align:left;
margin:0 auto;
}

#header .main {
height:214px;
background:url(imagenes/cabecera_fondo.jpg) top left no-repeat;
}

#footer {
height:98px;
background:url(imagenes/pie_tall.gif) top repeat-x;
}

#footer .main {
background:url(imagenes/pie_bg.gif) top left no-repeat;
}

.column1,.column2,.column3,.indent_column,.col1,.col2,.col3,.ind_col {
float:left;
}

.container {
width:100%;
}

#footer_row .column1 {
width:276px;
}

#footer_row .column2 {
width:338px;
}

#footer_row .column3 {
width:200px;
}

/* ============================= index-1 ===========================*/
#index_1 .col1 {
width:214px;
}

#index_1 .col2 {
width:470px;
}

#index_1 #row3 .col1 {
width:357px;
}

#index_1 #row3 .col2 {
width:327px;
}

/* ============================= index-2 ===========================*/
#index_2 .col1 {
width:360px;
}

#index_2 .col2 {
width:301px;
}

.column1,.column2 {
width:295px;
}