/* menus y posicionamiento */
#opcion_nivel1
{
	width:172px;
	height:25px;

	background-image: url(../imagenes/portada/btn_con_borde2.gif);
	background-repeat:no-repeat;
	/*
	border-top-width: 1px;
	border-bottom-width: 1px;
	
	border-top-style: solid;
	border-bottom-style: solid;
	
	border-top-color: #B1B1B1;
	border-bottom-color: #B1B1B1;
	*/
	overflow: no;
	
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #032656;
	
	padding-left:10px;
	padding-top:4px;
}

#opcion_nivel2
{
	height: 11px;

	background-image: url(../imagenes/portada/fondo_menu.gif);
	background-repeat:repeat;
	background-color: #E0F7B7;
	
	overflow: no;
	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #002157;
	
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #002157;
	
	font-family: Arial,sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #1E5F15;
	
	padding-left:12px;
	padding-top:4px;
}
/* fin menus y posicionamiento */