
#mancha_amarilla {
 position: relative; 
 width: 85%; 
 height: 55%; 
 background-image:url('../imagenes/indice_centros/MANCHA_AMARILLA.gif'); /* no-repeat scroll top*/ 
 background-attachment:scroll;/* para que se desplace con la página */
 background-repeat:no-repeat;
 background-position:top center;
 border: 0px solid
}

#mancha_azul {
 position: relative; 
 width: 85%; 
 height: 55%; 
 background-image:url('../imagenes/indice_centros/MANCHA_AZUL.gif'); /* no-repeat scroll top*/ 
 background-attachment:scroll;
 background-repeat:no-repeat;
 background-position:top left;
 border: 0px solid
}

#mancha_naranja {
 position: relative; 
 width: 99%; 
 height: 55%; 
 background-image:url('../imagenes/indice_centros/MANCHA_NARANJA.gif'); /* no-repeat scroll top*/ 
 background-attachment:scroll;
 background-repeat:no-repeat;
 background-position:top left;
 border: 0px solid
}

#mancha_verde {
 position: relative; 
 width: 99%; 
 height: 55%; 
 background-image:url('../imagenes/indice_centros/MANCHA_VERDE.gif'); /* no-repeat scroll top*/ 
 background-attachment:scroll;
 background-repeat:no-repeat;
 background-position:top left;
 border: 0px solid
}

#mancha_rosa {
 position: relative; 
 width: 90%; 
 height: 32%; 
 background-image:url('../imagenes/indice_centros/MANCHA_ROSA.gif'); /* no-repeat scroll top*/ 
 background-attachment:scroll;
 background-repeat:no-repeat;
 background-position:top left;
 border: 0px solid
}

#f_courier {
 font-family:courier
}

#f_sansserif {
 font-family:sans-serif
}

#f_times {
 font-family: times  /* Times New Roman <font face="Times New Roman, Times, serif">*/
}

/* para sub_indice_azul.html */
#fondo_azul {
 position: relative; 
 width:85%;
 height:98%;
 background-image:url('../imagenes/indice_centros/MANCHA_AZUL.gif'); /* no-repeat scroll top*/ 
 background-attachment:scroll;
 background-repeat:no-repeat;
 background-position:top left;
 border: 0px solid
}

#derecha{
 text-align: right
}

#fondo_naranja {
 position: relative; 
 width:85%;
 height:98%;
 background-image:url('../imagenes/indice_centros/MANCHA_NARANJA.gif'); /* no-repeat scroll top*/ 
 background-attachment:scroll;
 background-repeat:no-repeat;
 background-position:top left;
 border: 0px solid

}

#fondo_verde {
 position: relative; 
 width:85%;
 height:99%;
 background-image:url('../imagenes/indice_centros/MANCHA_VERDE.gif'); /* no-repeat scroll top*/ 
 background-attachment:scroll;
 background-repeat:no-repeat;
 background-position:top left;
 border: 0px solid
}

#fondo_rosa {
 position: relative; 
 width:85%;
 height:98%;
 background-image:url('../imagenes/indice_centros/MANCHA_ROSA.gif'); /* no-repeat scroll top*/ 
 background-attachment:scroll;
 background-repeat:no-repeat;
 background-position:top left;
 border: 0px solid
}

#margen_izquierdo{
  margin-left: 8%
}