@charset "utf-8";
/* CSS Document */

/*CSS Document

*  CSS del Portal de Gobierno del estado de Colima
*  MAQUETACIÃƒâ€œN >> Estructura del sitio
*  Autor: DirecciÃƒÂ³n de Gobierno ElectrÃƒÂ³nico
*/
/*- Menu 2--------------------------- */
	
ul {
	font-family:calibri, helvetica, arial;
	font-size:12px;
	font-weight:bold;
	list-style: none;
	margin: 0;
	padding: 0;
	}
 



#menu2 {
	width: 191px;
	margin: 0px;
	border-style: solid solid none solid;
	border-color: #D8D5D1;
	border-size: 1px;
	border-width: 1px;
	}
	
#menu2 li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu2 li a:link, #menu2 li a:visited {
	color: #333;
	display: block;
	background:  url(../imagenes/ico/menu2.gif);
	padding: 8px 0 0 30px;
	}
	
#menu2 li a:hover {
	color:#FFF;
	background:  url(../imagenes/ico/menu2.gif) 0 -32px;
	padding: 8px 0 0 32px;
	}
	
 
	