/*menu principal*/

#menu a{float:left;font-size:12px;height:18px;padding:8px 0px 0px;text-decoration:none;width:100%;}

* html #menu ul{ /*IE only rule. Delete extra margin-bottom*/
	margin-bottom: 0;
}

#m_inicio { border-bottom: solid 5px #646464; font-weight:bolder}
#m_inicio a:hover {background-color:#646464;font-weight:bolder}
td.selected#m_inicio {background-color:#646464}

#m_visita a:hover {background-color:#ffb400;font-weight:bolder}
#m_visita {border-bottom: solid 5px #ffb400;font-weight:bolder}
td.selected#m_visita {background-color:#ffb400;}

#m_exposicion a:hover {background-color:#a33689;font-weight:bolder}
#m_exposicion {border-bottom: solid 5px #a33689;font-weight:bolder}
td.selected#m_exposicion {background-color:#a33689;}

#m_coleccion a:hover {background-color:#f77d00;font-weight:bolder}
#m_coleccion {border-bottom: solid 5px #f77d00;font-weight:bolder}
td.selected#m_coleccion {background-color:#f77d00;}

#m_educativos a:hover {background-color:#00a0c6;font-weight:bolder}
#m_educativos {border-bottom: solid 5px #00a0c6;font-weight:bolder}
td.selected#m_educativos {background-color:#00a0c6;font-weight:bolder}

#m_servicios a:hover {background-color:#96bd0d;font-weight:bolder}
#m_servicios {border-bottom: solid 5px #96bd0d;font-weight:bolder}
td.selected#m_servicios {background-color:#96bd0d;font-weight:bolder}

#m_publicaciones a:hover {background-color:#5a5098;font-weight:bolder}
#m_publicaciones {border-bottom: solid 5px #5a5098;font-weight:bolder}
td.selected#m_publicaciones {background-color:#5a5098;font-weight:bolder}

#m_museo a:hover {background-color:#e41b5a;font-weight:bolder}
#m_museo {border-bottom: solid 5px #e41b5a;font-weight:bolder}
td.selected#m_museo {background-color:#e41b5a;}

td.selected#m_inicio a,
td.selected#m_visita a,
td.selected#m_exposicion a,
td.selected#m_coleccion a,
td.selected#m_educativos a,
td.selected#m_servicios a,
td.selected#m_museo a { color:#FFFFFF;
}

/* selected tercel nivel con colores pasteles */

a.selected_inicio{ background-color:#b1b1b1}/* gris */
a.selected_suvisita {background-color:#ffb400; color:#fff;}/* amarillo */
a.selected_exposiciones{ background-color:#d19ac4}/* morado */
a.selected_colecciones{ background-color:#fbbe7f}/*naranja */
a.selected_servicios_educativos{ background-color:#7fcfe2}/* azul */
a.selected_otros_servicios{ background-color:#cade86}/*verde */
a.selected_publicaciones{ background-color:#d19ac4}/*lila */
a.selected_museo{ background-color:#f18dac}/* fucsia */


/*  selectd */

a.selected_*** {background-image:url(../images/gris.jpg);} /*segun el el id*/
a.selected_talleres {background-image:url(../images/amarillo.jpg);}/*ejemplo*/
a.selected_*** {background-image:url(../images/morado.jpg);}
a.selected_*** {background-image:url(../images/naranja.jpg);}
a.selected_*** {background-image:url(../images/azul.jpg);}
a.selected_*** {background-image:url(../images/verde.jpg);}
a.selected_*** {background-image:url(../images/lila.jpg);}
a.selected_*** {background-image:url(../images/fucsia.jpg);}

/* submenu calendario - noticias - atencion al cliente*/

#submenu a{float:left;font-size:1em;height:1.125em;padding:0.23em 1.125em 0em;text-decoration:none;width:100%;}
#submenu {font-weight:bolder}
#submenu a:hover {background-image:url(../images/design/flechab.jpg);background-repeat: no-repeat;background-position: left center;}

